1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Sync with sys/i386/isa/isa.c revision 1.118.

This commit is contained in:
KATO Takenori 1999-04-12 03:31:05 +00:00
parent 90ccde293e
commit aafbdf0b08
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45612

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: pc98.c,v 1.54 1998/10/22 05:58:45 bde Exp $
* $Id: pc98.c,v 1.55 1998/12/02 08:04:12 kato Exp $
*/
/*
@ -426,10 +426,6 @@ isa_configure()
if (!dvp->id_driver->sensitive_hw)
config_isadev(dvp, (u_int *)NULL);
bio_imask |= SWI_CLOCK_MASK;
net_imask |= SWI_NET_MASK;
tty_imask |= SWI_TTY_MASK;
/*
* XXX we should really add the tty device to net_imask when the line is
* switched to SLIPDISC, and then remove it when it is switched away from
@ -447,8 +443,6 @@ isa_configure()
tty_imask = net_imask;
#endif
/* bio_imask |= tty_imask ; can some tty devices use buffers? */
if (bootverbose)
printf("imasks: bio %x, tty %x, net %x\n",
bio_imask, tty_imask, net_imask);