diff options
| author | Mike Miller <mike.miller@hp.com> | 2004-08-22 23:08:07 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-22 23:08:07 -0700 |
| commit | e2aeb684c79ac95cd6879c2a27e17143ed1e4ce3 (patch) | |
| tree | f64280fd949971196a8140a1931e8113791e1ea3 /include | |
| parent | 920b721b3b70dfa7ac871bfa26c0d748346b1c3e (diff) | |
[PATCH] cciss: id change for V100 controller
This patch fixes the vendor ID for our cciss based SATA controller due out
later this year and adds the new PCI ID to pci_ids.h.
Also changes DRIVER_NAME to HP CCISS.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -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 ee5b501b136d..6528e5ece572 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -675,6 +675,7 @@ #define PCI_DEVICE_ID_HP_SX1000_IOC 0x127c #define PCI_DEVICE_ID_HP_DIVA_EVEREST 0x1282 #define PCI_DEVICE_ID_HP_DIVA_AUX 0x1290 +#define PCI_DEVICE_ID_HP_CISS 0x3211 #define PCI_VENDOR_ID_PCTECH 0x1042 #define PCI_DEVICE_ID_PCTECH_RZ1000 0x1000 |
