X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fide%2Fpci%2Fopti621.h;h=8860eeb8a2f876d24a556744a6d431393078ff8b;hb=78a6196531f0fe10aae05a9bc4c2701df614ac3d;hp=c0190467c4a63432c28510d17fcd61815448216f;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/drivers/ide/pci/opti621.h b/drivers/ide/pci/opti621.h index c0190467c..8860eeb8a 100644 --- a/drivers/ide/pci/opti621.h +++ b/drivers/ide/pci/opti621.h @@ -14,32 +14,21 @@ static ide_pci_device_t opti621_chipsets[] __devinitdata = { .device = PCI_DEVICE_ID_OPTI_82C621, .name = "OPTI621", .init_setup = init_setup_opti621, - .init_chipset = NULL, - .init_iops = NULL, .init_hwif = init_hwif_opti621, .channels = 2, .autodma = AUTODMA, .enablebits = {{0x45,0x80,0x00}, {0x40,0x08,0x00}}, .bootable = ON_BOARD, - .extra = 0, },{ /* 1 */ .vendor = PCI_VENDOR_ID_OPTI, .device = PCI_DEVICE_ID_OPTI_82C825, .name = "OPTI621X", .init_setup = init_setup_opti621, - .init_chipset = NULL, - .init_iops = NULL, .init_hwif = init_hwif_opti621, .channels = 2, .autodma = AUTODMA, .enablebits = {{0x45,0x80,0x00}, {0x40,0x08,0x00}}, .bootable = ON_BOARD, - .extra = 0, - },{ - .vendor = 0, - .device = 0, - .channels = 0, - .bootable = EOL, } };