From 4616eedacfb356171b7fbdfdb039e56f3fe858d4 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sun, 14 Jul 2002 01:34:00 +0000 Subject: [PATCH] Document exactly what the problem with TCP/UDP checksum offloading is. --- sys/dev/pci/if_wm.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/if_wm.c b/sys/dev/pci/if_wm.c index c27fc8191768..7be589974a49 100644 --- a/sys/dev/pci/if_wm.c +++ b/sys/dev/pci/if_wm.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_wm.c,v 1.13 2002/07/14 01:12:28 thorpej Exp $ */ +/* $NetBSD: if_wm.c,v 1.14 2002/07/14 01:34:00 thorpej Exp $ */ /* * Copyright (c) 2001, 2002 Wasabi Systems, Inc. @@ -41,6 +41,11 @@ * 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. *