summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-10-21 19:14:32 +0000
committerscottl <scottl@FreeBSD.org>2004-10-21 19:14:32 +0000
commiteb9e7f47d612dd6312124057688921ae2dffc485 (patch)
treec0f3d24cd26b31186bb1490d58b8c8e91d6cc870 /sys/dev/aac
parent6a5cd72bf320b74d96d8403fec2133c1ce467294 (diff)
downloadFreeBSD-src-eb9e7f47d612dd6312124057688921ae2dffc485.zip
FreeBSD-src-eb9e7f47d612dd6312124057688921ae2dffc485.tar.gz
Add support for the 21610SA 16-channel SATA card. Thanks to Adaptec for
providing hardware for testing.
Diffstat (limited to 'sys/dev/aac')
-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 582d0ef..04de403 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -132,6 +132,8 @@ struct aac_ident
"Dell CERC SATA RAID 2"},
{0x9005, 0x0285, 0x9005, 0x0292, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
"Adaptec SCSI RAID 2810SA"},
+ {0x9005, 0x0285, 0x9005, 0x0293, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB,
+ "Adaptec SCSI RAID 21610SA"},
{0x9005, 0x0286, 0x9005, 0x028d, AAC_HWIF_RKT, 0,
"Adaptec SCSI RAID 2130S"},
{0, 0, 0, 0, 0, 0, 0}
OpenPOWER on IntegriCloud