public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: HPT IDE
@ 2004-08-09 18:50 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2004-08-09 18:50 UTC (permalink / raw)
  To: linux-kernel, torvalds

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,
 	}
 };
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-09 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-09 18:50 PATCH: HPT IDE Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox