|
@@ -173,6 +173,12 @@ static ide_pci_device_t generic_chipsets[] __devinitdata = {
|
|
|
.channels = 2,
|
|
|
.autodma = NOAUTODMA,
|
|
|
.bootable = ON_BOARD,
|
|
|
+ },{ /* 14 */
|
|
|
+ .name = "Revolution",
|
|
|
+ .init_hwif = init_hwif_generic,
|
|
|
+ .channels = 2,
|
|
|
+ .autodma = AUTODMA,
|
|
|
+ .bootable = OFF_BOARD,
|
|
|
}
|
|
|
};
|
|
|
|
|
@@ -231,6 +237,7 @@ static struct pci_device_id generic_pci_tbl[] = {
|
|
|
{ PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 11},
|
|
|
{ PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO_1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 12},
|
|
|
{ PCI_VENDOR_ID_TOSHIBA,PCI_DEVICE_ID_TOSHIBA_PICCOLO_2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 13},
|
|
|
+ { PCI_VENDOR_ID_NETCELL,PCI_DEVICE_ID_REVOLUTION, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 14},
|
|
|
/* Must come last. If you add entries adjust this table appropriately and the init_one code */
|
|
|
{ PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_IDE << 8, 0xFFFFFF00UL, 0},
|
|
|
{ 0, },
|