diff options
author | kato <kato@FreeBSD.org> | 1999-02-25 13:41:54 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-02-25 13:41:54 +0000 |
commit | 995ff390e62c4a128d2b22d15a3391c59848d8f2 (patch) | |
tree | f34b54ca31f06c91bf178795bbf0aa42ce8d9982 /sys/pc98/conf | |
parent | 823b71ef822ab62ba39e00a2cb5632c298665920 (diff) | |
download | FreeBSD-src-995ff390e62c4a128d2b22d15a3391c59848d8f2.zip FreeBSD-src-995ff390e62c4a128d2b22d15a3391c59848d8f2.tar.gz |
Commented out lpt0.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC98 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index e96af96..95aee07 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.64 1999/01/28 09:12:05 kato Exp $ +# $Id: GENERIC98,v 1.65 1999/02/16 11:15:21 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -177,7 +177,7 @@ device sio1 at isa? port 0x238 tty irq 5 flags 0x12000000 #options COM_ESP #device sio1 at isa? port 0x18b0 tty irq 5 flags 0x19000000 -device lpt0 at isa? port IO_LPT tty +#device lpt0 at isa? port IO_LPT tty device mse0 at isa? port IO_MSE tty irq 13 # Order is important here due to intrusive probes, do *not* alphabetize diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index e96af96..95aee07 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.64 1999/01/28 09:12:05 kato Exp $ +# $Id: GENERIC98,v 1.65 1999/02/16 11:15:21 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -177,7 +177,7 @@ device sio1 at isa? port 0x238 tty irq 5 flags 0x12000000 #options COM_ESP #device sio1 at isa? port 0x18b0 tty irq 5 flags 0x19000000 -device lpt0 at isa? port IO_LPT tty +#device lpt0 at isa? port IO_LPT tty device mse0 at isa? port IO_MSE tty irq 13 # Order is important here due to intrusive probes, do *not* alphabetize |