From b4abefb315f13813640f3ee4738e718eece44e45 Mon Sep 17 00:00:00 2001 From: scottl Date: Sat, 20 Mar 2004 21:07:36 +0000 Subject: 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. --- sys/dev/aac/aac_pci.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev') 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} }; -- cgit v1.1