From 3c717b9b32a1c2cba54d618505496a24212c0266 Mon Sep 17 00:00:00 2001 From: scottl Date: Fri, 3 Nov 2006 04:57:23 +0000 Subject: Add PCI Id for ServeRAID 8k. Submitted by: Danny Braniss --- sys/dev/aac/aac_pci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/aac/aac_pci.c') 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} }; -- cgit v1.1