Alek Du wrote:
Hi Jeff, Alan, Sergei, Bartlomiej Modified again according to your good comments! Hope this time it is ok. :-) From 7a7f6630e32b135f6d659db8e189748b4e7fd1a4 Mon Sep 17 00:00:00 2001 From: Alek Du <alek.du@xxxxxxxxx> Date: Mon, 5 May 2008 14:32:04 +0800 Subject: [PATCH] libata: Add Intel SCH PATA Support This patch adds Intel SCH chipsets (AF82US15W, AF82US15L, AF82UL11L) PATA controller support. Signed-off-by: Alek Du <alek.du@xxxxxxxxx> --- drivers/ata/Kconfig | 9 ++ drivers/ata/Makefile | 1 + drivers/ata/pata_sch.c | 206 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 216 insertions(+), 0 deletions(-) create mode 100644 drivers/ata/pata_sch.c
applied for future reference, multiple revisions of patches are typically done like Subject: [PATCH v2] libata: Add Intel SCH PATA Support Subject: [PATCH v3] libata: Add Intel SCH PATA Support etc. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html