Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 08/15/2002 21:29:03
Module Name:	syssrc
Committed By:	briggs
Date:		Thu Aug 15 18:29:03 UTC 2002

Modified Files:
	syssrc/sys/dev/pci: if_wm.c

Log Message:
On transmit, zero the upper 32 bits of the address in the tx descriptor.
The descriptor may have been used as as context descriptor in the past,
in which case this field will be non-zero.  h/w checksum offload works now.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.