aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2007-08-23 20:12:40 +0000
committerEd Maste <emaste@FreeBSD.org>2007-08-23 20:12:40 +0000
commitafa3f6df27796afd13b43f0034d0fa8a59ee4abb (patch)
treeaa07d6ae7581d96fd864ce8548dd7f8c37d3f85f /sys/dev/aac
parentc0103f02a05ef6c62880b4e0aabc5abdee3c1de4 (diff)
downloadsrc-afa3f6df27796afd13b43f0034d0fa8a59ee4abb.tar.gz
src-afa3f6df27796afd13b43f0034d0fa8a59ee4abb.zip
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
Notes
Notes: svn path=/head/; revision=171940
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 837cdc62679c..dfbdbc8f7835 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}