Added a disabled psm0 (PS/2) mouse device, using the new 'disable'

keyword.
This commit is contained in:
nate 1996-04-18 04:02:30 +00:00
parent 639a966853
commit 38a27bd23f
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.64 1996/04/09 09:00:41 jkh Exp $
# $Id: GENERIC,v 1.65 1996/04/10 23:03:36 jkh Exp $
#
machine "i386"
@ -102,6 +102,8 @@ device lpt1 at isa? port? tty
device lpt2 at isa? port? tty
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.64 1996/04/09 09:00:41 jkh Exp $
# $Id: GENERIC,v 1.65 1996/04/10 23:03:36 jkh Exp $
#
machine "i386"
@ -102,6 +102,8 @@ device lpt1 at isa? port? tty
device lpt2 at isa? port? tty
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See