Messages in this thread Patch in this message |  | | | Date | Fri, 27 Feb 2004 04:15:50 -0500 | | From | Jeff Garzik <> | | Subject | [PATCH] fix piix IDE driver build |
Yours truly, with the brown paper bag... this patch will be needed to compile tonight's BK snapshot most likely.
Jeff
===== drivers/ide/pci/piix.h 1.11 vs edited ===== --- 1.11/drivers/ide/pci/piix.h Fri Feb 27 01:01:47 2004 +++ edited/drivers/ide/pci/piix.h Fri Feb 27 03:26:53 2004 @@ -274,7 +274,6 @@ .init_chipset = init_chipset_piix, .init_iops = NULL, .init_hwif = init_hwif_piix, - .init_dma = init_dma_piix, .channels = 2, .autodma = AUTODMA, .enablebits = {{0x41,0x80,0x80}, {0x43,0x80,0x80}}, @@ -288,7 +287,6 @@ .init_chipset = init_chipset_piix, .init_iops = NULL, .init_hwif = init_hwif_piix, - .init_dma = init_dma_piix, .channels = 2, .autodma = AUTODMA, .enablebits = {{0x41,0x80,0x80}, {0x43,0x80,0x80}},
|  |