diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-11-23 14:46:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-11-23 14:46:48 +0000 |
commit | 6d9ea2d98522e880d805766113a3b095142fc9c6 (patch) | |
tree | 9c051eb55180bf7d7e3a05ac04576c6938f67a35 /sys/dev/pci/pcidevs.h | |
parent | 1fe41a32829ba952607d4b729774633a55aaabba (diff) |
hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d41f300ca78..edd2f38468b 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1342,6 +1342,7 @@ #define PCI_PRODUCT_HP_MERCURY 0x122e /* Mercury Ropes-PCI */ #define PCI_PRODUCT_HP_QUICKSILVER 0x12b4 /* QuickSilver Ropes-PCI */ #define PCI_PRODUCT_HP_HPSAV100 0x3210 /* Smart Array V100 */ +#define PCI_PRODUCT_HP_HPSASP600 0x3220 /* Smart Array P600 SAS */ #define PCI_PRODUCT_HP_HPSAP800 0x3223 /* Smart Array P800 */ #define PCI_PRODUCT_HP_HPSAP600 0x3225 /* Smart Array P600 */ #define PCI_PRODUCT_HP_HPSAE400 0x3231 /* Smart Array E400 */ |