diff options
author | scottl <scottl@FreeBSD.org> | 2004-10-21 19:14:32 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-10-21 19:14:32 +0000 |
commit | eb9e7f47d612dd6312124057688921ae2dffc485 (patch) | |
tree | c0f3d24cd26b31186bb1490d58b8c8e91d6cc870 /sys/dev/aac | |
parent | 6a5cd72bf320b74d96d8403fec2133c1ce467294 (diff) | |
download | FreeBSD-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.c | 2 |
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} |