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

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)