Loading drivers/scsi/ahci.c +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ static struct ata_port_info ahci_port_info[] = { }, }; static struct pci_device_id ahci_pci_tbl[] = { static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VENDOR_ID_INTEL, 0x2652, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_ahci }, /* ICH6 */ { PCI_VENDOR_ID_INTEL, 0x2653, PCI_ANY_ID, PCI_ANY_ID, 0, 0, Loading drivers/scsi/ata_piix.c +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ static void piix_set_dmamode (struct ata_port *ap, struct ata_device *adev); static unsigned int in_module_init = 1; static struct pci_device_id piix_pci_tbl[] = { static const struct pci_device_id piix_pci_tbl[] = { #ifdef ATA_ENABLE_PATA { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata }, { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata }, Loading drivers/scsi/pdc_adma.c +1 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ static struct ata_port_info adma_port_info[] = { }, }; static struct pci_device_id adma_ata_pci_tbl[] = { static const struct pci_device_id adma_ata_pci_tbl[] = { { PCI_VENDOR_ID_PDC, 0x1841, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_1841_idx }, Loading drivers/scsi/sata_mv.c +1 −1 Original line number Diff line number Diff line Loading @@ -349,7 +349,7 @@ static struct ata_port_info mv_port_info[] = { }, }; static struct pci_device_id mv_pci_tbl[] = { static const struct pci_device_id mv_pci_tbl[] = { {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5040), 0, 0, chip_504x}, {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5041), 0, 0, chip_504x}, {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5080), 0, 0, chip_508x}, Loading drivers/scsi/sata_nv.c +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ enum nv_host_type CK804 }; static struct pci_device_id nv_pci_tbl[] = { static const struct pci_device_id nv_pci_tbl[] = { { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2S_SATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NFORCE2 }, { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE3S_SATA, Loading Loading
drivers/scsi/ahci.c +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ static struct ata_port_info ahci_port_info[] = { }, }; static struct pci_device_id ahci_pci_tbl[] = { static const struct pci_device_id ahci_pci_tbl[] = { { PCI_VENDOR_ID_INTEL, 0x2652, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_ahci }, /* ICH6 */ { PCI_VENDOR_ID_INTEL, 0x2653, PCI_ANY_ID, PCI_ANY_ID, 0, 0, Loading
drivers/scsi/ata_piix.c +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ static void piix_set_dmamode (struct ata_port *ap, struct ata_device *adev); static unsigned int in_module_init = 1; static struct pci_device_id piix_pci_tbl[] = { static const struct pci_device_id piix_pci_tbl[] = { #ifdef ATA_ENABLE_PATA { 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata }, { 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata }, Loading
drivers/scsi/pdc_adma.c +1 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ static struct ata_port_info adma_port_info[] = { }, }; static struct pci_device_id adma_ata_pci_tbl[] = { static const struct pci_device_id adma_ata_pci_tbl[] = { { PCI_VENDOR_ID_PDC, 0x1841, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_1841_idx }, Loading
drivers/scsi/sata_mv.c +1 −1 Original line number Diff line number Diff line Loading @@ -349,7 +349,7 @@ static struct ata_port_info mv_port_info[] = { }, }; static struct pci_device_id mv_pci_tbl[] = { static const struct pci_device_id mv_pci_tbl[] = { {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5040), 0, 0, chip_504x}, {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5041), 0, 0, chip_504x}, {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5080), 0, 0, chip_508x}, Loading
drivers/scsi/sata_nv.c +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ enum nv_host_type CK804 }; static struct pci_device_id nv_pci_tbl[] = { static const struct pci_device_id nv_pci_tbl[] = { { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2S_SATA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NFORCE2 }, { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE3S_SATA, Loading