diff options
author | nyan <nyan@FreeBSD.org> | 2000-03-16 12:03:36 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2000-03-16 12:03:36 +0000 |
commit | f8c8fda8fa34c05b47164808439cd9c114787035 (patch) | |
tree | b320458e198fbe2182738c780e62c845f8bc03c2 | |
parent | 9ee1a9859ae32e8bd0f5940437988beee3860b7e (diff) | |
download | FreeBSD-src-f8c8fda8fa34c05b47164808439cd9c114787035.zip FreeBSD-src-f8c8fda8fa34c05b47164808439cd9c114787035.tar.gz |
Added 'flags 0x40' to ppc0.
-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 |