diff options
| author | Scott Long <scottl@FreeBSD.org> | 2002-02-13 07:44:43 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2002-02-13 07:44:43 +0000 |
| commit | 0e6020f35913f500f9c31eb12e21d55b6834b5a7 (patch) | |
| tree | c000341ceb4ccd2aecc341aa0cfe7c27083017a0 /sys/dev | |
| parent | 659b1d743b0854c9ffcfe96562facd05f6735dd5 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 35625c381ea7c..d0298673ba9c1 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -105,6 +105,10 @@ struct aac_ident "Adaptec SCSI RAID 5400S"}, {0x1011, 0x0046, 0x9005, 0x1364, AAC_HWIF_STRONGARM, "Dell PERC 2/QC"}, {0x1011, 0x0046, 0x103c, 0x10c2, AAC_HWIF_STRONGARM, "HP NetRaid-4M"}, + {0x9005, 0x0285, 0x9005, 0x0285, AAC_HWIF_I960RX, + "Adaptec SCSI RAID 2200S"}, + {0x9005, 0x0285, 0x9005, 0x0286, AAC_HWIF_I960RX, + "Adaptec SCSI RAID 2120S"}, {0, 0, 0, 0, 0, 0} }; |
