diff options
| author | Mike Miller <mikem@beardog.cca.cpqcorp.net> | 2004-08-22 23:08:19 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-22 23:08:19 -0700 |
| commit | a1466ae2631bfca758d01a85ff8374356bd66c54 (patch) | |
| tree | 01856824d7e9cdbd40c943673074afe014f3fdc8 /include/linux | |
| parent | e2aeb684c79ac95cd6879c2a27e17143ed1e4ce3 (diff) | |
[PATCH] cciss: V100 PCI ID fix again
Somehow I managed to get the wrong PCI ID in pci_ids.h. 3210 is the
correct PCI ID, 3211 is the subsystem ID.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 6528e5ece572..602385001327 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -675,7 +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_DEVICE_ID_HP_CISS 0x3210 #define PCI_VENDOR_ID_PCTECH 0x1042 #define PCI_DEVICE_ID_PCTECH_RZ1000 0x1000 |
