Updated LINT to have the mse0 config line

This commit is contained in:
Nate Williams 1993-10-19 19:49:24 +00:00
parent eb77639e83
commit e2aa2f4e4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=638
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.15 1993/10/12 06:24:02 rgrimes Exp $
# $Id: LINT,v 1.16 1993/10/18 22:46:58 rgrimes Exp $
#
machine "i386"
@ -99,7 +99,7 @@ device lpa0 at isa? port "IO_LPT1" tty
device lpa1 at isa? port "IO_LPT2" tty
device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
#mse device-driver
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
#only one of pc0 or sc0 allowed

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.15 1993/10/12 06:24:02 rgrimes Exp $
# $Id: LINT,v 1.16 1993/10/18 22:46:58 rgrimes Exp $
#
machine "i386"
@ -99,7 +99,7 @@ device lpa0 at isa? port "IO_LPT1" tty
device lpa1 at isa? port "IO_LPT2" tty
device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
#mse device-driver
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
#only one of pc0 or sc0 allowed

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.15 1993/10/12 06:24:02 rgrimes Exp $
# $Id: LINT,v 1.16 1993/10/18 22:46:58 rgrimes Exp $
#
machine "i386"
@ -99,7 +99,7 @@ device lpa0 at isa? port "IO_LPT1" tty
device lpa1 at isa? port "IO_LPT2" tty
device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
#mse device-driver
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
#only one of pc0 or sc0 allowed