summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2008-06-27 19:34:47 +0000
committeremaste <emaste@FreeBSD.org>2008-06-27 19:34:47 +0000
commitefa4ddba9d6ee2a01cb2287bc6c8b5e59dbfc255 (patch)
treeac78916e3f71260f26f1b85651c399184fa51f9d /sys/dev/aac/aac_pci.c
parent2bc96effddcc47a5e0f546eaf020cbd52e8dad1d (diff)
downloadFreeBSD-src-efa4ddba9d6ee2a01cb2287bc6c8b5e59dbfc255.zip
FreeBSD-src-efa4ddba9d6ee2a01cb2287bc6c8b5e59dbfc255.tar.gz
Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:
Adaptec RAID 2045 Adaptec RAID 2405 Adaptec RAID 2445 Adaptec RAID 2805 Without this change these devices are supported by the driver's family support, but they then appear as "Adaptec RAID Controller" in boot messages and the dev.aac.0.%desc sysctl.
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 50afdc5..173eaf75 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -246,6 +246,14 @@ struct aac_ident
"Adaptec RAID 52445"},
{0x9005, 0x0285, 0x9005, 0x02d1, AAC_HWIF_I960RX, 0,
"Adaptec RAID 5405"},
+ {0x9005, 0x0285, 0x9005, 0x02d4, AAC_HWIF_I960RX, 0,
+ "Adaptec RAID 2045"},
+ {0x9005, 0x0285, 0x9005, 0x02d5, AAC_HWIF_I960RX, 0,
+ "Adaptec RAID 2405"},
+ {0x9005, 0x0285, 0x9005, 0x02d6, AAC_HWIF_I960RX, 0,
+ "Adaptec RAID 2445"},
+ {0x9005, 0x0285, 0x9005, 0x02d7, AAC_HWIF_I960RX, 0,
+ "Adaptec RAID 2805"},
{0x9005, 0x0286, 0x1014, 0x9580, AAC_HWIF_RKT, 0,
"IBM ServeRAID-8k"},
{0x9005, 0x0285, 0x1014, 0x034d, AAC_HWIF_I960RX, 0,
OpenPOWER on IntegriCloud