patch-2.1.68 linux/drivers/net/at1700.c
Next file: linux/drivers/net/baycom.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Nov 30 12:21:45 1997
- Orig file:
v2.1.67/linux/drivers/net/at1700.c
- Orig date:
Mon Nov 3 13:04:26 1997
diff -u --recursive --new-file v2.1.67/linux/drivers/net/at1700.c linux/drivers/net/at1700.c
@@ -102,7 +102,7 @@
#define EE_DATA_READ 0x80 /* EEPROM chip data out, in reg. 17. */
/* Delay between EEPROM clock transitions. */
-#define eeprom_delay() do { int _i = 40; while (--_i > 0) { __SLOW_DOWN_IO; }} while (0)
+#define eeprom_delay() do { int _i = 40; while (--_i > 0) { inb(0x80); }} while (0)
/* The EEPROM commands include the alway-set leading bit. */
#define EE_WRITE_CMD (5 << 6)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov