PATCH: HPT IDE

From: Alan Cox
Date: Mon Aug 09 2004 - 14:57:25 EST


Some changes got merged but one other is needed. Not sure where it escaped
I guess I missed it originally


diff -u --recursive --new-file --exclude-from /usr/src/exclude linux.vanilla-2.6.8-rc2/drivers/ide/pci/hpt366.h linux-2.6.8-rc2/drivers/ide/pci/hpt366.h
--- linux.vanilla-2.6.8-rc2/drivers/ide/pci/hpt366.h 2004-07-27 19:21:37.000000000 +0100
+++ linux-2.6.8-rc2/drivers/ide/pci/hpt366.h 2004-07-28 21:53:14.000000000 +0100
@@ -470,6 +470,15 @@
.channels = 2, /* 4 */
.autodma = AUTODMA,
.bootable = OFF_BOARD,
+ },{ /* 5 */
+ .name = "HPT372N",
+ .init_setup = init_setup_hpt37x,
+ .init_chipset = init_chipset_hpt366,
+ .init_hwif = init_hwif_hpt366,
+ .init_dma = init_dma_hpt366,
+ .channels = 2, /* 4 */
+ .autodma = AUTODMA,
+ .bootable = OFF_BOARD,
}
};

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/