diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-11-10 09:39:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-11-10 09:39:38 +0000 |
commit | 901a2870a712cf0a705a50206332b672c79889ce (patch) | |
tree | e27d96e763a62b4743294bf8e2e317a6bde126c3 /sys/arch/i386 | |
parent | f91cf11249e4623c059580cde42b114ba785b2c5 (diff) |
Adaptec "FSA" RAID driver
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index fbc126ce726..d85e11d84f1 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.212 2000/10/26 20:50:44 aaron Exp $ +# $OpenBSD: GENERIC,v 1.213 2000/11/10 09:39:37 niklas Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -188,6 +188,8 @@ gdt* at pci? dev ? function ? # ICP Vortex GDT RAID controllers scsibus* at gdt? twe* at pci? dev ? function ? # 3ware Escalade RAID controllers scsibus* at twe? +aac* at pci? dev ? function ? # Adaptec FSA RAID controllers +scsibus* at aac? isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI controllers |