summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-04-26 00:32:02 +0000
committermsmith <msmith@FreeBSD.org>2001-04-26 00:32:02 +0000
commitfff873d9fc1285bbd9c190558272aeece4196af9 (patch)
treead368660db7466c5645b866ae4dd2ca5e8445fea /sys/dev/aac/aac_pci.c
parent9b012f16c79435ae88011199434ce8113b1c8c7e (diff)
downloadFreeBSD-src-fff873d9fc1285bbd9c190558272aeece4196af9.zip
FreeBSD-src-fff873d9fc1285bbd9c190558272aeece4196af9.tar.gz
The PERC 3/Di in the Dell PowerEdge 2250 has a new subdevice ID.
Submitted by: Chris Csanady <cc@ameslab.gov>
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 15b8015..c5d294a 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -89,6 +89,7 @@ struct aac_ident
} aac_identifiers[] = {
{0x1028, 0x0001, 0x1028, 0x0001, AAC_HWIF_I960RX, "Dell PERC 2/Si"},
{0x1028, 0x0002, 0x1028, 0x0002, AAC_HWIF_I960RX, "Dell PERC 3/Di"},
+ {0x1028, 0x0002, 0x1028, 0x00d1, AAC_HWIF_I960RX, "Dell PERC 3/Di"},
{0x1028, 0x0003, 0x1028, 0x0003, AAC_HWIF_I960RX, "Dell PERC 3/Si"},
{0x9005, 0x0282, 0x9005, 0x0282, AAC_HWIF_I960RX, "Adaptec AAC-2622"},
{0x1011, 0x0046, 0x9005, 0x0364, AAC_HWIF_STRONGARM, "Adaptec AAC-364"},
OpenPOWER on IntegriCloud