X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fide%2Fpci%2Fhpt34x.h;h=d1a8400345d75511bc95127d5f84de730291fe71;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=47b4be1001ba81be411ac1d751043cfd6e49b982;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/drivers/ide/pci/hpt34x.h b/drivers/ide/pci/hpt34x.h index 47b4be100..d1a840034 100644 --- a/drivers/ide/pci/hpt34x.h +++ b/drivers/ide/pci/hpt34x.h @@ -11,29 +11,18 @@ #define SPLIT_BYTE(B,H,L) ((H)=(B>>4), (L)=(B-((B>>4)<<4))) #endif -#undef DISPLAY_HPT34X_TIMINGS - static unsigned int init_chipset_hpt34x(struct pci_dev *, const char *); 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, } };