diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-23 01:36:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-23 01:36:59 +0000 |
commit | 56cfee57c132d38fc5f4238f54b07a0b6b733725 (patch) | |
tree | 433c02ae0f67a998d392c065472cdec7de6c0c9a /sys/arch/i386/conf/RAMDISKB | |
parent | 07133c7b093c85b264b95f3d47d2c1ff7d44ca65 (diff) |
enable ahd by default (still some work for marco and krw, but it no
longer locks at boot on mine)
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKB')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 53184d25203..c1d74b8758b 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.71 2004/06/13 21:49:15 niklas Exp $ +# $OpenBSD: RAMDISKB,v 1.72 2004/06/23 01:36:58 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -129,7 +129,7 @@ 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 +#ahd* at pci? dev ? function ? # Adaptec 79?? SCSI controllers #scsibus* at ahd? mpt* at pci? dev ? function ? # LSI Fusion-MPT SCSI/Fibre scsibus* at mpt? |