* [PATCH] pata_ali: Add Mitac 8317 and derivatives
@ 2007-11-19 14:36 Alan Cox
2007-11-24 0:35 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2007-11-19 14:36 UTC (permalink / raw)
To: jeff, akpm, linux-ide
Signed-off-by: Alan Cox <alan@redhat.com>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.24-rc2-mm1/drivers/ata/pata_ali.c linux-2.6.24-rc2-mm1/drivers/ata/pata_ali.c
--- linux.vanilla-2.6.24-rc2-mm1/drivers/ata/pata_ali.c 2007-11-16 17:55:11.000000000 +0000
+++ linux-2.6.24-rc2-mm1/drivers/ata/pata_ali.c 2007-11-16 18:12:21.000000000 +0000
@@ -63,6 +63,9 @@
/* Fujitsu P2000 */
if (pdev->subsystem_vendor == 0x10CF && pdev->subsystem_device == 0x10AF)
return 1;
+ /* Mitac 8317 (Winbook-A) and relatives */
+ if (pdev->subsystem_vendor == 0x1071 && pdev->subsystem_device == 0x8317)
+ return 1;
/* Systems by DMI */
if (dmi_check_system(cable_dmi_table))
return 1;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] pata_ali: Add Mitac 8317 and derivatives
2007-11-19 14:36 [PATCH] pata_ali: Add Mitac 8317 and derivatives Alan Cox
@ 2007-11-24 0:35 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-11-24 0:35 UTC (permalink / raw)
To: Alan Cox; +Cc: akpm, linux-ide
Alan Cox wrote:
> Signed-off-by: Alan Cox <alan@redhat.com>
>
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.24-rc2-mm1/drivers/ata/pata_ali.c linux-2.6.24-rc2-mm1/drivers/ata/pata_ali.c
> --- linux.vanilla-2.6.24-rc2-mm1/drivers/ata/pata_ali.c 2007-11-16 17:55:11.000000000 +0000
> +++ linux-2.6.24-rc2-mm1/drivers/ata/pata_ali.c 2007-11-16 18:12:21.000000000 +0000
> @@ -63,6 +63,9 @@
> /* Fujitsu P2000 */
> if (pdev->subsystem_vendor == 0x10CF && pdev->subsystem_device == 0x10AF)
> return 1;
> + /* Mitac 8317 (Winbook-A) and relatives */
> + if (pdev->subsystem_vendor == 0x1071 && pdev->subsystem_device == 0x8317)
> + return 1;
applied #upstream-fixes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-24 0:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-19 14:36 [PATCH] pata_ali: Add Mitac 8317 and derivatives Alan Cox
2007-11-24 0:35 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).