Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/31/2007 21:02:01
Module Name: src
Committed By: dyoung
Date: Mon Dec 31 21:02:01 UTC 2007
Modified Files:
src/sys/dev/ic: gem.c
Log Message:
In gem_tint(), synchronize the correct descriptors for a Tx packet:
synchronize the N descriptors starting with the packet's first
descriptor, not with its last. This ought to help the defined(GEM_DEBUG)
&& IFF_DEBUG case.
To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/sys/dev/ic/gem.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.