From: mikem 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 --- 25-akpm/include/linux/pci_ids.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/pci_ids.h~cciss-updates-id-change-for-v100-controller-for-268-rc3-fix include/linux/pci_ids.h --- 25/include/linux/pci_ids.h~cciss-updates-id-change-for-v100-controller-for-268-rc3-fix Wed Aug 18 17:32:18 2004 +++ 25-akpm/include/linux/pci_ids.h Wed Aug 18 17:32:18 2004 @@ -676,7 +676,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 _