summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-05-30 09:22:19 +0000
committerscottl <scottl@FreeBSD.org>2003-05-30 09:22:19 +0000
commit141789cf1813b5354097d8aed513fd8b5d245486 (patch)
treed85c042bc1e1936f0922a2e0a00c44d115802e81 /sys/dev/aac/aac_pci.c
parent5c9b1bb6e8f055f2cd347b8a9fbd0f3936fef1ba (diff)
downloadFreeBSD-src-141789cf1813b5354097d8aed513fd8b5d245486.zip
FreeBSD-src-141789cf1813b5354097d8aed513fd8b5d245486.tar.gz
Add support for the upcoming 2410SA card.
Approved by: re (telecon)
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 8875502..0a71d02 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}
};
OpenPOWER on IntegriCloud