summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2007-08-23 20:12:40 +0000
committeremaste <emaste@FreeBSD.org>2007-08-23 20:12:40 +0000
commit52952e6ed972b545d152a3e52cf19f9b7842c989 (patch)
treeaa07d6ae7581d96fd864ce8548dd7f8c37d3f85f /sys/dev/aac
parent61cd65b2aa002ffdf1feb8440d47567987ca8868 (diff)
downloadFreeBSD-src-52952e6ed972b545d152a3e52cf19f9b7842c989.zip
FreeBSD-src-52952e6ed972b545d152a3e52cf19f9b7842c989.tar.gz
Add PCI IDs for two cards:
- Adaptec RAID 3405 - Adaptec RAID 3805 Approved by: re (bmah) Submitted by: John Marra jmarra at nmu dot edu MFC After: 1 week
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 837cdc6..dfbdbc8 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -194,6 +194,10 @@ struct aac_ident
"ICP ICP9047MA SATA RAID"},
{0x9005, 0x0286, 0x9005, 0x02a1, AAC_HWIF_RKT, 0,
"ICP ICP9087MA SATA RAID"},
+ {0x9005, 0x0285, 0x9005, 0x02bb, AAC_HWIF_I960RX, 0,
+ "Adaptec RAID 3405"},
+ {0x9005, 0x0285, 0x9005, 0x02bc, AAC_HWIF_I960RX, 0,
+ "Adaptec RAID 3805"},
{0x9005, 0x0286, 0x1014, 0x9580, AAC_HWIF_RKT, 0,
"IBM ServeRAID-8k"},
{0, 0, 0, 0, 0, 0, 0}
OpenPOWER on IntegriCloud