From afa3f6df27796afd13b43f0034d0fa8a59ee4abb Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 23 Aug 2007 20:12:40 +0000 Subject: 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 --- sys/dev/aac/aac_pci.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev/aac') 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} -- cgit v1.3