Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.19 (requested by thorpej...



details:   https://anonhg.NetBSD.org/src/rev/526b6745b090
branches:  netbsd-1-6
changeset: 529013:526b6745b090
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Aug 17 15:47:44 2002 +0000

description:
Pull up revision 1.19 (requested by thorpej in ticket #684):
Update a comment; TCP/IP checksum offloading is fixed!

diffstat:

 sys/dev/pci/if_wm.c |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r a55d0d60fddd -r 526b6745b090 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Sat Aug 17 15:46:27 2002 +0000
+++ b/sys/dev/pci/if_wm.c       Sat Aug 17 15:47:44 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.9.4.5 2002/08/17 15:46:27 lukem Exp $      */
+/*     $NetBSD: if_wm.c,v 1.9.4.6 2002/08/17 15:47:44 lukem Exp $      */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -41,13 +41,6 @@
  *
  * TODO (in order of importance):
  *
- *     - Fix TCP/UDP checksums.
- *             Status: Several successful transmissions with offloaded
- *             checksums occur.  After several successful transmissions,
- *             the chip goes catatonic.  The watchdog timer fires, which
- *             resets the chip, and gets things moving again, until the
- *             cycle repeats.
- *
  *     - Make GMII work on the i82543.
  *
  *     - Fix hw VLAN assist.



Home | Main Index | Thread Index | Old Index