Remove the 'tty' interrupt label. This is obsolete.
Pointed out by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
This commit is contained in:
parent
b47f20df89
commit
8261d02032
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC98,v 1.76 1999/06/15 13:14:50 des Exp $
|
||||
# $Id: GENERIC98,v 1.77 1999/06/18 14:48:18 kato Exp $
|
||||
|
||||
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
|
||||
|
||||
@ -172,7 +172,7 @@ device sio1 at isa? port 0x238 irq 5 flags 0x12000000
|
||||
|
||||
device mse0 at isa? port IO_MSE irq 13
|
||||
# NEW Parallel port
|
||||
device ppc0 at isa? port? tty irq 14
|
||||
device ppc0 at isa? port? irq 14
|
||||
controller ppbus0
|
||||
device lpt0 at ppbus?
|
||||
device plip0 at ppbus?
|
||||
@ -180,7 +180,7 @@ device ppi0 at ppbus?
|
||||
#controller vpo0 at ppbus?
|
||||
# OLD Parallel port
|
||||
# Please stay olpt driver after ppc driver
|
||||
device olpt0 at isa? port IO_LPT tty
|
||||
device olpt0 at isa? port IO_LPT
|
||||
|
||||
#
|
||||
# The following Ethernet NICs are all PCI devices.
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC98,v 1.76 1999/06/15 13:14:50 des Exp $
|
||||
# $Id: GENERIC98,v 1.77 1999/06/18 14:48:18 kato Exp $
|
||||
|
||||
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
|
||||
|
||||
@ -172,7 +172,7 @@ device sio1 at isa? port 0x238 irq 5 flags 0x12000000
|
||||
|
||||
device mse0 at isa? port IO_MSE irq 13
|
||||
# NEW Parallel port
|
||||
device ppc0 at isa? port? tty irq 14
|
||||
device ppc0 at isa? port? irq 14
|
||||
controller ppbus0
|
||||
device lpt0 at ppbus?
|
||||
device plip0 at ppbus?
|
||||
@ -180,7 +180,7 @@ device ppi0 at ppbus?
|
||||
#controller vpo0 at ppbus?
|
||||
# OLD Parallel port
|
||||
# Please stay olpt driver after ppc driver
|
||||
device olpt0 at isa? port IO_LPT tty
|
||||
device olpt0 at isa? port IO_LPT
|
||||
|
||||
#
|
||||
# The following Ethernet NICs are all PCI devices.
|
||||
|
Loading…
x
Reference in New Issue
Block a user