From 9d5be300d39fc87b34ec0e70100d03a380a10a89 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 30 May 2003 09:22:19 +0000 Subject: [PATCH] Add support for the upcoming 2410SA card. Approved by: re (telecon) --- sys/dev/aac/aac_pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 8875502715a..0a71d0237a5 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -126,6 +126,8 @@ struct aac_ident AAC_FLAGS_256FIBS, "Dell PERC 320/DC"}, {0x9005, 0x0285, 0x9005, 0x0286, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB | AAC_FLAGS_256FIBS, "Adaptec SCSI RAID 2120S"}, + {0x9005, 0x0285, 0x9005, 0x0290, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB, + "Adaptec SCSI RAID 2410SA"}, {0, 0, 0, 0, 0, 0, 0} };