Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xcap
xcap-capability-linux
Commits
fe0c9610
Commit
fe0c9610
authored
Sep 20, 2012
by
Mike Miller
Committed by
James Bottomley
Sep 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SCSI] hpsa: gen8plus Smart Array IDs
Signed-off-by:
James Bottomley
<
JBottomley@Parallels.com
>
parent
65a17da8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
7 deletions
+26
-7
drivers/scsi/hpsa.c
drivers/scsi/hpsa.c
+25
-7
include/linux/pci_ids.h
include/linux/pci_ids.h
+1
-0
No files found.
drivers/scsi/hpsa.c
View file @
fe0c9610
...
...
@@ -99,6 +99,15 @@ static const struct pci_device_id hpsa_pci_device_id[] = {
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSF
,
0x103C
,
0x3354
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSF
,
0x103C
,
0x3355
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSF
,
0x103C
,
0x3356
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSH
,
0x103C
,
0x1920
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSH
,
0x103C
,
0x1921
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSH
,
0x103C
,
0x1922
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSH
,
0x103C
,
0x1923
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSH
,
0x103C
,
0x1924
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSH
,
0x103C
,
0x1925
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSH
,
0x103C
,
0x1926
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSH
,
0x103C
,
0x1928
},
{
PCI_VENDOR_ID_HP
,
PCI_DEVICE_ID_HP_CISSF
,
0x103C
,
0x334d
},
{
PCI_VENDOR_ID_HP
,
PCI_ANY_ID
,
PCI_ANY_ID
,
PCI_ANY_ID
,
PCI_CLASS_STORAGE_RAID
<<
8
,
0xffff
<<
8
,
0
},
{
0
,}
...
...
@@ -118,13 +127,22 @@ static struct board_type products[] = {
{
0x3249103C
,
"Smart Array P812"
,
&
SA5_access
},
{
0x324a103C
,
"Smart Array P712m"
,
&
SA5_access
},
{
0x324b103C
,
"Smart Array P711m"
,
&
SA5_access
},
{
0x3350103C
,
"Smart Array"
,
&
SA5_access
},
{
0x3351103C
,
"Smart Array"
,
&
SA5_access
},
{
0x3352103C
,
"Smart Array"
,
&
SA5_access
},
{
0x3353103C
,
"Smart Array"
,
&
SA5_access
},
{
0x3354103C
,
"Smart Array"
,
&
SA5_access
},
{
0x3355103C
,
"Smart Array"
,
&
SA5_access
},
{
0x3356103C
,
"Smart Array"
,
&
SA5_access
},
{
0x3350103C
,
"Smart Array P222"
,
&
SA5_access
},
{
0x3351103C
,
"Smart Array P420"
,
&
SA5_access
},
{
0x3352103C
,
"Smart Array P421"
,
&
SA5_access
},
{
0x3353103C
,
"Smart Array P822"
,
&
SA5_access
},
{
0x3354103C
,
"Smart Array P420i"
,
&
SA5_access
},
{
0x3355103C
,
"Smart Array P220i"
,
&
SA5_access
},
{
0x3356103C
,
"Smart Array P721m"
,
&
SA5_access
},
{
0x1920103C
,
"Smart Array"
,
&
SA5_access
},
{
0x1921103C
,
"Smart Array"
,
&
SA5_access
},
{
0x1922103C
,
"Smart Array"
,
&
SA5_access
},
{
0x1923103C
,
"Smart Array"
,
&
SA5_access
},
{
0x1924103C
,
"Smart Array"
,
&
SA5_access
},
{
0x1925103C
,
"Smart Array"
,
&
SA5_access
},
{
0x1926103C
,
"Smart Array"
,
&
SA5_access
},
{
0x1928103C
,
"Smart Array"
,
&
SA5_access
},
{
0x334d103C
,
"Smart Array P822se"
,
&
SA5_access
},
{
0xFFFF103C
,
"Unknown Smart Array"
,
&
SA5_access
},
};
...
...
include/linux/pci_ids.h
View file @
fe0c9610
...
...
@@ -753,6 +753,7 @@
#define PCI_DEVICE_ID_HP_CISSD 0x3238
#define PCI_DEVICE_ID_HP_CISSE 0x323a
#define PCI_DEVICE_ID_HP_CISSF 0x323b
#define PCI_DEVICE_ID_HP_CISSH 0x323c
#define PCI_DEVICE_ID_HP_ZX2_IOC 0x4031
#define PCI_VENDOR_ID_PCTECH 0x1042
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment