Re: [PATCH] sl82c105 driver update

Benjamin Herrenschmidt (benh@kernel.crashing.org)
11 Jan 2003 20:46:24 +0100


Then add this one on top of it ;)

Ben.

--- 1.7/drivers/ide/pci/sl82c105.c Sat Jan 11 17:24:47 2003
+++ edited/drivers/ide/pci/sl82c105.c Sat Jan 11 20:44:51 2003
@@ -470,7 +470,7 @@
*/
hwif->drives[0].pio_speed = XFER_PIO_0;
hwif->drives[0].autotune = 1;
- hwif->drives[1].pio_speed = XFER_PIO_1;
+ hwif->drives[1].pio_speed = XFER_PIO_0;
hwif->drives[1].autotune = 1;

pci_read_config_dword(dev, 0x40, &val);

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