patch-2.1.68 linux/drivers/net/hp.c
Next file: linux/drivers/net/net_init.c
Previous file: linux/drivers/net/hp-plus.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sun Nov 30 12:21:45 1997
- Orig file:
v2.1.67/linux/drivers/net/hp.c
- Orig date:
Mon Nov 3 13:04:26 1997
diff -u --recursive --new-file v2.1.67/linux/drivers/net/hp.c linux/drivers/net/hp.c
@@ -233,11 +233,10 @@
outb_p(0x00, hp_base + HP_CONFIGURE);
ei_status.txing = 0;
/* Pause just a few cycles for the hardware reset to take place. */
- SLOW_DOWN_IO;
- SLOW_DOWN_IO;
+ udelay(5);
outb_p(saved_config, hp_base + HP_CONFIGURE);
- SLOW_DOWN_IO; SLOW_DOWN_IO;
+ udelay(5);
if ((inb_p(hp_base+NIC_OFFSET+EN0_ISR) & ENISR_RESET) == 0)
printk("%s: hp_reset_8390() did not complete.\n", dev->name);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov