diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-08-23 21:03:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-08-23 21:03:22 +0000 |
commit | 15f1fc46d11846e70230b889e949802f72d9cef7 (patch) | |
tree | 6f98185b9e2943e502a1835664235c06563eab1f /sys/arch/hppa/conf | |
parent | f79d779c39e6f88ca5fa889d780e7bf2ecffa9bc (diff) |
Add commented-out entry for siop@gsc, the onboard Fast-Wide SCSI on the
735 and 755.
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 34d4bd9e0ad..44fcc21330e 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.110 2007/08/15 09:06:54 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.111 2007/08/23 21:03:21 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -226,6 +226,7 @@ ie0 at gsc0 irq 8 # 82C596DX/CA ether #ie* at isa? port 0x300 irq 10 #ie* at pci? #tms* at gsc? irq 10 # TMS380C26 Network Controller +#siop* at gsc? irq 3 # NCR 53C720 (Fast-Wide HVD) osiop* at gsc? irq 9 # NCR 53C710 (Narrow SE) #osiop* at eisa? scsibus* at osiop? @@ -250,7 +251,7 @@ scsibus* at mpi? #bha* at pci? #scsibus* at bha? -siop* at mainbus? irq 3 # NCR 53C720 (Fast/Wide HVD) +siop* at mainbus? irq 3 # NCR 53C720 (Fast-Wide HVD) siop* at phantomas? irq 3 siop* at uturn? irq 3 siop* at pci? # NCR 53C8XX SCSI controllers |