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 20:54:43
Module Name:	src
Committed By:	dyoung
Date:		Mon Dec 31 20:54:43 UTC 2007

Modified Files:
	src/sys/dev/ic: gem.c

Log Message:
gem_start() pads a Tx packet to the minimum ethernet frame length
by adding a segment to the Tx chain.  That entails using one more
descriptor.  It did not synchronize the last descriptor.

In gem_start(), clarify and repair DMA synchronization of the Tx
descriptors.  Sync them all.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 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.