Messages in this thread Patch in this message |  | | Date | Tue, 14 May 2002 18:00:39 +0200 | From | Kasper Dupont <> | Subject | Re: Linux 2.4.19pre8-ac3 |
| |
It looks like 3c509 is still buggy.
Any particular reason this patch didn't get applied?
diff -Nur linux.old/drivers/net/3c509.c linux.new/drivers/net/3c509.c --- linux.old/drivers/net/3c509.c Sat May 11 13:53:45 2002 +++ linux.new/drivers/net/3c509.c Sat May 11 13:55:09 2002 @@ -567,7 +567,7 @@ /* Read a word from the EEPROM using the regular EEPROM access register. Assume that we are in register window zero. */ -static ushort __init read_eeprom(int ioaddr, int index) +static ushort read_eeprom(int ioaddr, int index) { outw(EEPROM_READ + index, ioaddr + 10); /* Pause for at least 162 us. for the read to take place. */ -- Kasper Dupont -- der bruger for meget tid på usenet. For sending spam use mailto:razor-report@daimi.au.dk - 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/
|  |