* [PATCH] libata: pata_ali support for the newer chipsets
@ 2006-09-29 17:23 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2006-09-29 17:23 UTC (permalink / raw)
To: linux-kernel, jgarzik
Bring it into line with drivers/ide
Signed-off-by: Alan Cox <alan@redhat.com>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.18-mm2/drivers/ata/pata_ali.c linux-2.6.18-mm2/drivers/ata/pata_ali.c
--- linux.vanilla-2.6.18-mm2/drivers/ata/pata_ali.c 2006-09-28 14:33:46.000000000 +0100
+++ linux-2.6.18-mm2/drivers/ata/pata_ali.c 2006-09-29 11:43:12.000000000 +0100
@@ -34,7 +34,7 @@
#include <linux/dmi.h>
#define DRV_NAME "pata_ali"
-#define DRV_VERSION "0.6.5"
+#define DRV_VERSION "0.6.6"
/*
* Cable special cases
@@ -630,7 +630,7 @@
pci_read_config_byte(pdev, 0x53, &tmp);
if (rev <= 0x20)
tmp &= ~0x02;
- if (rev == 0xc7)
+ if (rev >= 0xc7)
tmp |= 0x03;
else
tmp |= 0x01; /* CD_ROM enable for DMA */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-29 16:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-29 17:23 [PATCH] libata: pata_ali support for the newer chipsets Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®