Document exactly what the problem with TCP/UDP checksum offloading is.

This commit is contained in:
thorpej 2002-07-14 01:34:00 +00:00
parent bc09351189
commit 4616eedacf
1 changed files with 6 additions and 1 deletions

View File

@ -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.
*