diff options
author | 1999-03-04 23:26:13 +0000 | |
---|---|---|
committer | 1999-03-04 23:26:13 +0000 | |
commit | 12ce9c36c3470cf07daa83b083d5aa92fd04614b (patch) | |
tree | 339ee8d00d3dcb6c22d1ee73da3d0df086b9a937 | |
parent | " quote in pcmcia_print (diff) | |
download | wireguard-openbsd-12ce9c36c3470cf07daa83b083d5aa92fd04614b.tar.xz wireguard-openbsd-12ce9c36c3470cf07daa83b083d5aa92fd04614b.zip |
note com/lpt chipset used
-rw-r--r-- | sys/arch/hppa/conf/GECKO | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GECKO b/sys/arch/hppa/conf/GECKO index 1bb0f3c7bb6..874dab1ed42 100644 --- a/sys/arch/hppa/conf/GECKO +++ b/sys/arch/hppa/conf/GECKO @@ -1,4 +1,4 @@ -# $OpenBSD: GECKO,v 1.4 1999/02/25 17:18:34 mickey Exp $ +# $OpenBSD: GECKO,v 1.5 1999/03/04 23:26:13 mickey Exp $ # # HP 9000/712/{60,80,80i,100} boxens # @@ -41,7 +41,7 @@ sti0 at mainbus0 # onboard HCRX-8 graphics gsc* at lasi? com0 at gsc? irq 5 # serial ports #com1 at gsc? irq 6? # serial ports (add-in card) -lpt* at gsc? irq 7 # LPT centronics iface +lpt* at gsc? irq 7 # both com and lpt are on WD16C552 ie0 at gsc? irq 8 # 82C596 ether #ie1 at gsc? irq 10? # 82C596 ether (add-in card) siop0 at gsc? irq 9 # NCR 53C710 diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 6a5fcf708e4..54fd19298e3 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 1999/02/25 17:18:34 mickey Exp $ +# $OpenBSD: GENERIC,v 1.6 1999/03/04 23:26:14 mickey Exp $ # # Generic kernel config (all that is supportted) # @@ -68,7 +68,7 @@ hil* at gsc? irq 1 # Human Interface Loop, kbd and mouse #medusa* at gsc? irq 4 # FDDI com0 at gsc? irq 5 # RS/232 serial port com1 at gsc? irq 6 # RS/232 serial port -lpt0 at gsc? irq 7 # LPT centronics iface +lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 ie0 at gsc? irq 8 # 82C5[89]6 ether siop0 at gsc? irq 9 # NCR 53C7xx siop1 at gsc? irq 3 # NCR 53C7xx (Fast/Wide) |