diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-06-03 14:07:49 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-07-03 13:53:14 -0700 |
commit | 08e958452532187958dbff5121d3010ef1de98ee (patch) | |
tree | e4eb7bdadc9c21820bb81ec63d98085defe3a2e0 /usr/src/uts/common | |
parent | e9f82d69e04fa1b2246da55152ef2e746284078d (diff) | |
download | illumos-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.c | 86 |
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 } }; |