diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-29 15:16:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-29 15:16:03 +0000 |
commit | e92a14b8b37983f1c635686651a8b3e35943bf7d (patch) | |
tree | 2b8a29bb6b0cbf57251f34809f1e1c2412811295 /sys/arch | |
parent | 8813c34a32a7a967908000c68314930cfdb0a615 (diff) |
add isp(4), but disable it since on most machines the pci bus is earlier
than the root disk... annoying.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 1ae81bf915d..d16d91c32e8 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.129 2009/08/09 20:29:08 miod Exp $ +# $OpenBSD: GENERIC,v 1.130 2009/10/29 15:16:02 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -257,7 +257,7 @@ scsibus* at mpi? #bha* at eisa? #bha* at pci? #scsibus* at bha? -isp* at pci? disable # Qlogic ISP [12]0x0 SCSI/FibreChannel +isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? siop* at mainbus? irq 3 # NCR 53C720 (Fast-Wide HVD) |