diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-03-20 21:07:36 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-03-20 21:07:36 +0000 |
| commit | ad452e6553fd185e3cd61b82484a0db4620481c2 (patch) | |
| tree | f74673063db1490d27641ff587df073521838e9d /sys/dev/aac | |
| parent | 1af1ebb84e81a429d78c9823ddae0477bbf089c4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac')
| -rw-r--r-- | sys/dev/aac/aac_pci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index cc5cc59e8d1e..364d8339f2aa 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -127,6 +127,10 @@ struct aac_ident AAC_FLAGS_256FIBS, "Adaptec SCSI RAID 2120S"}, {0x9005, 0x0285, 0x9005, 0x0290, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB, "Adaptec SCSI RAID 2410SA"}, + {0x9005, 0x0285, 0x1028, 0x0291, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB, + "Dell CERC SATA RAID 2"}, + {0x9005, 0x0285, 0x9005, 0x0292, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB, + "Adaptec SCSI RAID 2810SA"}, {0, 0, 0, 0, 0, 0, 0} }; |
