patch-2.4.0-test11 linux/drivers/net/tulip/21142.c
Next file: linux/drivers/net/tulip/ChangeLog
Previous file: linux/drivers/net/sunhme.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Nov 7 11:08:09 2000
- Orig file:
v2.4.0-test10/linux/drivers/net/tulip/21142.c
- Orig date:
Thu Jun 29 10:14:01 2000
diff -u --recursive --new-file v2.4.0-test10/linux/drivers/net/tulip/21142.c linux/drivers/net/tulip/21142.c
@@ -115,7 +115,7 @@
outl(csr14, ioaddr + CSR14);
if (tp->chip_id == PNIC2)
tp->csr6 = 0x01a80000 | (tp->to_advertise & 0x0040 ? 0x0200 : 0);
- else
+ else
tp->csr6 = 0x82420000 | (tp->to_advertise & 0x0040 ? 0x0200 : 0);
tulip_outl_csr(tp, tp->csr6, CSR6);
if (tp->mtable && tp->mtable->csr15dir) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)