diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-12-15 07:03:21 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-12-15 07:03:21 +0000 |
| commit | ecefe5717e136c403cf2548ffcd152fd1622d7ae (patch) | |
| tree | 794bab5e074e5dda19252a92453d4c91e458152a /sys/dev/aac | |
| parent | f6bbd7a8e918ea0f48c1aaf0aecab9051804d4a5 (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 2f159d713e9c..c6e4c8affcb0 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -134,6 +134,8 @@ struct aac_ident "Adaptec SCSI RAID 2810SA"}, {0x9005, 0x0285, 0x9005, 0x0293, AAC_HWIF_I960RX, AAC_FLAGS_NO4GB, "Adaptec SCSI RAID 21610SA"}, + {0x9005, 0x0286, 0x9005, 0x028c, AAC_HWIF_RKT, 0, + "Adaptec SCSI RAID 2230S"}, {0x9005, 0x0286, 0x9005, 0x028d, AAC_HWIF_RKT, 0, "Adaptec SCSI RAID 2130S"}, {0, 0, 0, 0, 0, 0, 0} |
