patch-2.4.0-test6 linux/drivers/net/at1700.c
Next file: linux/drivers/net/bmac.c
Previous file: linux/drivers/net/appletalk/ltpc.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat Aug 5 22:49:32 2000
- Orig file:
v2.4.0-test5/linux/drivers/net/at1700.c
- Orig date:
Fri Jul 14 12:12:10 2000
diff -u --recursive --new-file v2.4.0-test5/linux/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);
+ outb (0x5a, ioaddr + CONFIG_0);
+ outb (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)