summaryrefslogtreecommitdiff
path: root/usr/src/uts/common
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2014-06-03 14:07:49 -0700
committerRobert Mustacchi <rm@joyent.com>2014-07-03 13:53:14 -0700
commit08e958452532187958dbff5121d3010ef1de98ee (patch)
treee4eb7bdadc9c21820bb81ec63d98085defe3a2e0 /usr/src/uts/common
parente9f82d69e04fa1b2246da55152ef2e746284078d (diff)
downloadillumos-joyent-08e958452532187958dbff5121d3010ef1de98ee.tar.gz
4906 cpqary3: add support for hp gen8+ smart array controllers
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Eric Sproul <esproul@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/uts/common')
-rw-r--r--usr/src/uts/common/io/cpqary3/cpqary3_bd.c86
1 files changed, 85 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/cpqary3/cpqary3_bd.c b/usr/src/uts/common/io/cpqary3/cpqary3_bd.c
index 84cf7af7ce..a643418e5f 100644
--- a/usr/src/uts/common/io/cpqary3/cpqary3_bd.c
+++ b/usr/src/uts/common/io/cpqary3/cpqary3_bd.c
@@ -10,7 +10,7 @@
*/
/*
- * Copyright (C) 2013 Hewlett-Packard Development Company, L.P.
+ * Copyright (C) 2014 Hewlett-Packard Development Company, L.P.
*/
/*
@@ -408,6 +408,90 @@ static cpqary3_bd_t cpqary3_bds[] = {
INTR_PERF_MASK,
0,
1
+ },
+ {
+ "Smart Array P230i Controller",
+ 8,
+ 0x103c,
+ 0x1928,
+ OUTBOUND_LIST_5300_EXISTS,
+ SA_BD_SAS,
+ 0,
+ INTR_PERF_MASK,
+ 0,
+ 1
+ },
+ {
+ "Smart Array P430i Controller",
+ 8,
+ 0x103c,
+ 0x1920,
+ OUTBOUND_LIST_5300_EXISTS,
+ SA_BD_SAS,
+ 0,
+ INTR_PERF_MASK,
+ 0,
+ 1
+ },
+ {
+ "Smart Array P430 Controller",
+ 8,
+ 0x103c,
+ 0x1922,
+ OUTBOUND_LIST_5300_EXISTS,
+ SA_BD_SAS,
+ 0,
+ INTR_PERF_MASK,
+ 0,
+ 1
+ },
+ {
+ "Smart Array P431 Controller",
+ 8,
+ 0x103c,
+ 0x1923,
+ OUTBOUND_LIST_5300_EXISTS,
+ SA_BD_SAS,
+ 0,
+ INTR_PERF_MASK,
+ 0,
+ 1
+ },
+ {
+ "Smart Array P731m Controller",
+ 8,
+ 0x103c,
+ 0x1926,
+ OUTBOUND_LIST_5300_EXISTS,
+ SA_BD_SAS,
+ 0,
+ INTR_PERF_MASK,
+ 0,
+ 1
+ },
+ {
+ "Smart Array P830i Controller",
+ 8,
+ 0x103c,
+ 0x1921,
+ OUTBOUND_LIST_5300_EXISTS,
+ SA_BD_SAS,
+ 0,
+ INTR_PERF_MASK,
+ 0,
+ 1
+ },
+ {
+ "Smart Array P830 Controller",
+ 8,
+ 0x103c,
+ 0x1924,
+ OUTBOUND_LIST_5300_EXISTS,
+ SA_BD_SAS,
+ 0,
+ INTR_PERF_MASK,
+ 0,
+ 1
}
};