pata_ninja32: update ID table

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

authored by Alan Cox and committed by Jeff Garzik b604958a e33ba2c6

+7 -2
+7 -2
drivers/ata/pata_ninja32.c
··· 44 #include <linux/libata.h> 45 46 #define DRV_NAME "pata_ninja32" 47 - #define DRV_VERSION "0.1.1" 48 49 50 /** ··· 130 return rc; 131 pci_set_master(dev); 132 133 - /* Set up the register mappings */ 134 base = host->iomap[0]; 135 if (!base) 136 return -ENOMEM; ··· 168 #endif 169 170 static const struct pci_device_id ninja32[] = { 171 { 0x1145, 0xf021, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 172 { 0x1145, 0xf024, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 173 { }, 174 }; 175
··· 44 #include <linux/libata.h> 45 46 #define DRV_NAME "pata_ninja32" 47 + #define DRV_VERSION "0.1.3" 48 49 50 /** ··· 130 return rc; 131 pci_set_master(dev); 132 133 + /* Set up the register mappings. We use the I/O mapping as only the 134 + older chips also have MMIO on BAR 1 */ 135 base = host->iomap[0]; 136 if (!base) 137 return -ENOMEM; ··· 167 #endif 168 169 static const struct pci_device_id ninja32[] = { 170 + { 0x10FC, 0x0003, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 171 + { 0x1145, 0x8008, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 172 + { 0x1145, 0xf008, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 173 { 0x1145, 0xf021, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 174 { 0x1145, 0xf024, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 175 + { 0x1145, 0xf02C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, 176 { }, 177 }; 178