aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-03-20 21:07:36 +0000
committerScott Long <scottl@FreeBSD.org>2004-03-20 21:07:36 +0000
commitad452e6553fd185e3cd61b82484a0db4620481c2 (patch)
treef74673063db1490d27641ff587df073521838e9d /sys/dev/aac
parent1af1ebb84e81a429d78c9823ddae0477bbf089c4 (diff)
downloadsrc-ad452e6553fd185e3cd61b82484a0db4620481c2.tar.gz
src-ad452e6553fd185e3cd61b82484a0db4620481c2.zip
Don peril-sensitive sunglasses and add PCI Id's for two new cards. I've
only done minimal testing on one of these cards and the firmware folks have been extremely uncooperative in answering my qeustions about them, so hopefully they will work ok for everyone.
Notes
Notes: svn path=/head/; revision=127242
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 cc5cc59e8d1e..364d8339f2aa 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -127,6 +127,10 @@ struct aac_ident
AAC_FLAGS_256FIBS, "Adaptec SCSI RAID 2120S"},
{0x9005, 0x0285, 0x9005, 0x0290, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
"Adaptec SCSI RAID 2410SA"},
+ {0x9005, 0x0285, 0x1028, 0x0291, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
+ "Dell CERC SATA RAID 2"},
+ {0x9005, 0x0285, 0x9005, 0x0292, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
+ "Adaptec SCSI RAID 2810SA"},
{0, 0, 0, 0, 0, 0, 0}
};