diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-12-04 17:51:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-12-04 17:51:04 +0000 |
commit | de35bb790b6d269adb4a65e00fb9aa25056056c2 (patch) | |
tree | 2b831c1706a096a34538a60b8ff9db3af8a1e2b5 /sys/arch | |
parent | b9cc16f5f32c7702ad3d5bdc1286b0bb700212c6 (diff) |
ahc fits again
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 186f17500f0..579a4768fd7 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.111 2009/01/06 23:03:16 jasper Exp $ +# $OpenBSD: RAMDISKB,v 1.112 2009/12/04 17:51:03 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -135,10 +135,10 @@ com2 at isa? port 0x3e8 irq 5 #scsibus* at aha? #ahb* at eisa? # Adaptec 174[024] SCSI controllers #scsibus* at ahb? -#ahc0 at isa? # Adaptec 284x SCSI controllers +ahc0 at isa? # Adaptec 284x SCSI controllers #ahc* at eisa? # Adaptec 274x, aic7770 SCSI controllers -#ahc* at pci? # Adaptec 2940 SCSI controllers -#scsibus* at ahc? +ahc* at pci? # Adaptec 2940 SCSI controllers +scsibus* at ahc? ahd* at pci? # Adaptec 79?? SCSI controllers scsibus* at ahd? mpi* at pci? # LSI Logic Fusion-MPT Message Passing Interface |