summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-03-20 21:07:36 +0000
committerscottl <scottl@FreeBSD.org>2004-03-20 21:07:36 +0000
commitb4abefb315f13813640f3ee4738e718eece44e45 (patch)
treef74673063db1490d27641ff587df073521838e9d /sys/dev/aac
parent293aebf5cc03a37aeb0ae809fb220ee388b2c2da (diff)
downloadFreeBSD-src-b4abefb315f13813640f3ee4738e718eece44e45.zip
FreeBSD-src-b4abefb315f13813640f3ee4738e718eece44e45.tar.gz
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.
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 cc5cc59..364d833 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}
};
OpenPOWER on IntegriCloud