Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] ipr: Add new CCIN definition for Grand Canyon support

Add the appropriate definition and table entry for new hardware support.

Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

authored by

Wendy Xiong and committed by
James Bottomley
5eeac3e9 169b9ec8

+9
+6
drivers/scsi/ipr.c
··· 10123 10123 PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57EF, 0, 0, 0 }, 10124 10124 { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE, 10125 10125 PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57F0, 0, 0, 0 }, 10126 + { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE, 10127 + PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_2CCA, 0, 0, 0 }, 10128 + { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE, 10129 + PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_2CD2, 0, 0, 0 }, 10130 + { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE, 10131 + PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_2CCD, 0, 0, 0 }, 10126 10132 { } 10127 10133 }; 10128 10134 MODULE_DEVICE_TABLE(pci, ipr_pci_table);
+3
drivers/scsi/ipr.h
··· 108 108 #define IPR_SUBS_DEV_ID_57EE 0x049A 109 109 #define IPR_SUBS_DEV_ID_57EF 0x049B 110 110 #define IPR_SUBS_DEV_ID_57F0 0x049C 111 + #define IPR_SUBS_DEV_ID_2CCA 0x04C7 112 + #define IPR_SUBS_DEV_ID_2CD2 0x04C8 113 + #define IPR_SUBS_DEV_ID_2CCD 0x04C9 111 114 #define IPR_NAME "ipr" 112 115 113 116 /*