---------------------start patch----------------------------------
diff -urN clean/drivers/net/eepro100.c linux-2.4/drivers/net/eepro100.c
--- clean/drivers/net/eepro100.c Thu Apr 3 23:21:47 2003
+++ linux-2.4/drivers/net/eepro100.c Thu Apr 3 23:25:09 2003
@@ -788,10 +788,10 @@
((option & 0x20) ? 0x2000 : 0) | /* 100mbps? */
((option & 0x10) ? 0x0100 : 0)); /* Full duplex? */
} else {
- int mii_bmcrctrl = mdio_read(ioaddr, eeprom[6] & 0x1f, 0);
+ int mii_bmcrctrl = mdio_read(dev, eeprom[6] & 0x1f, 0);
/* Reset out of a transceiver left in 10baseT-fixed mode. */
if ((mii_bmcrctrl & 0x3100) == 0)
- mdio_write(ioaddr, eeprom[6] & 0x1f, 0, 0x8000);
+ mdio_write(dev, eeprom[6] & 0x1f, 0, 0x8000);
}
/* Perform a system self-test. */
------------------end----------------------------------------------------------
Nic
P.S Please cc me on any replies to lkml -- I am not on the list
-- Nicholas Henke Penguin Herder & Linux Cluster System Programmer Liniac Project - Univ. of Pennsylvania - 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/