diff options
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC98 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 313703a..ccb1cf8 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -180,7 +180,7 @@ device sio1 at isa? port 0x238 irq 5 flags 0x12000010 device mse0 at isa? port IO_MSE irq 13 # NEW Parallel port -device ppc0 at isa? irq 14 +device ppc0 at isa? irq 14 flags 0x40 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 313703a..ccb1cf8 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -180,7 +180,7 @@ device sio1 at isa? port 0x238 irq 5 flags 0x12000010 device mse0 at isa? port IO_MSE irq 13 # NEW Parallel port -device ppc0 at isa? irq 14 +device ppc0 at isa? irq 14 flags 0x40 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel |