patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / ide / pci / hpt34x.h
index 47b4be1..465f567 100644 (file)
@@ -18,22 +18,13 @@ static void init_hwif_hpt34x(ide_hwif_t *);
 
 static ide_pci_device_t hpt34x_chipsets[] __devinitdata = {
        {       /* 0 */
-               .vendor         = PCI_VENDOR_ID_TTI,
-               .device         = PCI_DEVICE_ID_TTI_HPT343,
                .name           = "HPT34X",
                .init_chipset   = init_chipset_hpt34x,
-               .init_iops      = NULL,
                .init_hwif      = init_hwif_hpt34x,
                .channels       = 2,
                .autodma        = NOAUTODMA,
-               .enablebits     = {{0x00,0x00,0x00}, {0x00,0x00,0x00}},
                .bootable       = NEVER_BOARD,
                .extra          = 16
-       },{
-               .vendor         = 0,
-               .device         = 0,
-               .channels       = 0,
-               .bootable       = EOL,
        }
 };