patch-2.2.17 linux/drivers/net/at1700.c

Next file: linux/drivers/net/bmac.c
Previous file: linux/drivers/net/arlan.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/drivers/net/at1700.c linux/drivers/net/at1700.c
@@ -557,7 +557,8 @@
 		/* ToDo: We should try to restart the adaptor... */
 		outw(0xffff, ioaddr + 24);
 		outw(0xffff, ioaddr + TX_STATUS);
-		outw(0xe85a, ioaddr + CONFIG_0);
+		outw(0x5a, ioaddr + CONFIG_0);
+		outw(0xe8, ioaddr + CONFIG_1);
 		outw(0x8182, ioaddr + TX_INTR);
 		outb(0x00, ioaddr + TX_START);
 		outb(0x03, ioaddr + COL16CNTL);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)