Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.

That certainly explains why I noticed it suddenly missing from the
2.2 SNAPSHOT! :-)
This commit is contained in:
Jordan K. Hubbard 1996-04-09 09:00:41 +00:00
parent d78a37ad5a
commit dbb315cb8e
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.62 1996/03/17 08:39:50 jkh Exp $
# $Id: GENERIC,v 1.63 1996/03/20 10:42:56 jkh Exp $
#
machine "i386"
@ -100,6 +100,7 @@ device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
device lpt0 at isa? port? tty irq 7 vector lptintr
device lpt1 at isa? port? tty
device lpt2 at isa? port? tty
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.62 1996/03/17 08:39:50 jkh Exp $
# $Id: GENERIC,v 1.63 1996/03/20 10:42:56 jkh Exp $
#
machine "i386"
@ -100,6 +100,7 @@ device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
device lpt0 at isa? port? tty irq 7 vector lptintr
device lpt1 at isa? port? tty
device lpt2 at isa? port? tty
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.