diff options
| -rw-r--r-- | sys/pc98/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC98 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 6d4e4d490c62..43bc2b9e53f4 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -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. diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 6d4e4d490c62..43bc2b9e53f4 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -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. |
