summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-28 02:32:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-05-28 02:32:20 +0000
commit1d2f6cbd395fd634542591dd7388b0ab48c7e5c8 (patch)
tree339935627bf455e42e430101a35bc733963ee8c6
parent92e6a6c99dd58f92dd4a0538b767de1ddbccda84 (diff)
put ahd in these two config files (disabled for now, though, because it
is not yet reliable)
-rw-r--r--sys/arch/i386/conf/GENERIC6
-rw-r--r--sys/arch/i386/conf/RAMDISK_CD6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 81cb2853f1f..1d6972480d8 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.363 2004/05/23 18:16:29 grange Exp $
+# $OpenBSD: GENERIC,v 1.364 2004/05/28 02:32:19 deraadt Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -255,8 +255,10 @@ ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
scsibus* at ahb?
ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers
ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers
-ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers
+ahc* at pci? dev ? function ? # Adaptec 2940/3940/78?? SCSI controllers
scsibus* at ahc?
+ahd* at pci? disable dev ? function ? # Adaptec 79?? SCSI controllers
+scsibus* at ahd?
mpt* at pci? dev ? function ? # LSI Fusion-MPT SCSI/Fibre
scsibus* at mpt?
dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD
index 3d65ade5fd9..eddf9209208 100644
--- a/sys/arch/i386/conf/RAMDISK_CD
+++ b/sys/arch/i386/conf/RAMDISK_CD
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK_CD,v 1.70 2004/05/23 03:23:00 deraadt Exp $
+# $OpenBSD: RAMDISK_CD,v 1.71 2004/05/28 02:32:19 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -167,8 +167,10 @@ ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers
scsibus* at ahb?
ahc0 at isa? port ? irq ? # Adaptec 284x SCSI controllers
ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers
-ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers
+ahc* at pci? dev ? function ? # Adaptec 2940/3940/78?? SCSI controllers
scsibus* at ahc?
+ahd* at pci? disable dev ? function ? # Adaptec 79?? SCSI controllers
+scsibus* at ahd?
mpt* at pci? dev ? function ? # LSI Fusion-MPT SCSI/Fibre
scsibus* at mpt?
dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID PCI