diff options
| author | Mike Miller <mike.miller@hp.com> | 2005-03-09 16:43:23 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-09 16:43:23 -0800 |
| commit | feb46ab0c5494133b650774da686eb9e6ff36617 (patch) | |
| tree | 71117588ad3b59ea010a605c83f69baef597d59e /include/linux | |
| parent | ad1aa7145a35803f94a991bf145785eb6d9ae3be (diff) | |
[PATCH] cciss: new controller support
This patch adds support for 2 new SAS controllers due out this summer. It
also bumps the version to 2.6.6.
Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 267225831bc2..e8852124fdc9 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -710,6 +710,7 @@ #define PCI_DEVICE_ID_HP_DIVA_EVEREST 0x1282 #define PCI_DEVICE_ID_HP_DIVA_AUX 0x1290 #define PCI_DEVICE_ID_HP_CISSA 0x3220 +#define PCI_DEVICE_ID_HP_CISSB 0x3230 #define PCI_VENDOR_ID_PCTECH 0x1042 #define PCI_DEVICE_ID_PCTECH_RZ1000 0x1000 |
