summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-02-13 07:44:43 +0000
committerscottl <scottl@FreeBSD.org>2002-02-13 07:44:43 +0000
commite30d9a8fbd05d006ada11bbd376638ab29e941c6 (patch)
treec000341ceb4ccd2aecc341aa0cfe7c27083017a0 /sys/dev/aac/aac_pci.c
parenta5d67b69174ad73e635052e3ec8d2f1c4ea6af4f (diff)
downloadFreeBSD-src-e30d9a8fbd05d006ada11bbd376638ab29e941c6.zip
FreeBSD-src-e30d9a8fbd05d006ada11bbd376638ab29e941c6.tar.gz
Add ID's for a couple of upcoming cards.
MFC after: 1 day
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 35625c3..d029867 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}
};
OpenPOWER on IntegriCloud