patch-2.3.27 linux/drivers/net/3c507.c
Next file: linux/drivers/net/3c59x.c
Previous file: linux/drivers/misc/acpi.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Nov 10 09:52:27 1999
- Orig file:
v2.3.26/linux/drivers/net/3c507.c
- Orig date:
Mon Nov 1 13:56:26 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/net/3c507.c linux/drivers/net/3c507.c
@@ -781,7 +781,7 @@
isa_memcpy_toio(write_ptr+2, buf, length);
/* Set the old command link pointing to this send packet. */
- isa_isa_writew(tx_block,dev->mem_start + lp->tx_cmd_link);
+ isa_writew(tx_block,dev->mem_start + lp->tx_cmd_link);
lp->tx_cmd_link = tx_block + 20;
/* Set the next free tx region. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)