diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-10-21 19:14:32 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-10-21 19:14:32 +0000 |
| commit | b1e56e58c53c9f34b2a5f56bf8ad1258ba408cf0 (patch) | |
| tree | c0f3d24cd26b31186bb1490d58b8c8e91d6cc870 /sys/dev/aac | |
| parent | 49dbb61dfc14f852c5b7aac9a7ab4d04d1e9c367 (diff) | |
Notes
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 582d0ef7adf2..04de403a3072 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} |
