diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-03 03:12:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-03 03:12:56 +0000 |
commit | f7123bd2ecd05d3faf2106f2a1b268c741043b08 (patch) | |
tree | 2c9033da7e16da00966339eb1b80f2751939866f | |
parent | f960b5ccb6b9132eefc96832552c1cefbd6d7a0f (diff) |
commented out ahd
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index a4a6ce513f7..26a3a1dfd3b 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.127 2004/05/11 04:00:46 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.128 2004/06/03 03:12:55 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -127,6 +127,8 @@ 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 scsibus* at ahc? +#ahd* at pci? disable dev ? function ? # Adaptec 79?? SCSI controllers +#scsibus* at ahd? #twe* at pcu? dev ? function ? # 3ware Escalade RAID controllers #scsibus* at twe? #isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 8d2b9f5133c..d9eb2bc96bd 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.68 2004/05/11 04:00:46 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.69 2004/06/03 03:12:55 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -126,6 +126,8 @@ pccom2 at isa? port 0x3e8 irq 5 #ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers #ahc* at pci? dev ? function ? # Adaptec 2940 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 |