summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_pci.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2006-11-03 04:57:23 +0000
committerscottl <scottl@FreeBSD.org>2006-11-03 04:57:23 +0000
commit3c717b9b32a1c2cba54d618505496a24212c0266 (patch)
tree5132b434b37de5e5c394a75cfbd49cd0fcc8cfc5 /sys/dev/aac/aac_pci.c
parent5478f7099dc3551b7ef45a6e2fdb630bfb1bfbe9 (diff)
downloadFreeBSD-src-3c717b9b32a1c2cba54d618505496a24212c0266.zip
FreeBSD-src-3c717b9b32a1c2cba54d618505496a24212c0266.tar.gz
Add PCI Id for ServeRAID 8k.
Submitted by: Danny Braniss
Diffstat (limited to 'sys/dev/aac/aac_pci.c')
-rw-r--r--sys/dev/aac/aac_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c
index 2d4d267..a04e6da 100644
--- a/sys/dev/aac/aac_pci.c
+++ b/sys/dev/aac/aac_pci.c
@@ -192,6 +192,8 @@ struct aac_ident
"ICP ICP9047MA SATA RAID"},
{0x9005, 0x0286, 0x9005, 0x02a1, AAC_HWIF_RKT, 0,
"ICP ICP9087MA SATA RAID"},
+ {0x9005, 0x0286, 0x1014, 0x9580, AAC_HWIF_RKT, 0,
+ "IBM ServeRAID-8k"},
{0, 0, 0, 0, 0, 0, 0}
};
OpenPOWER on IntegriCloud