Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 11/12/2006 07:07:39
Module Name:	src
Committed By:	itohy
Date:		Sun Nov 12 07:07:39 UTC 2006

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

Log Message:
- In some rare cases, both Tx Complete and Dn Complete bits are set.
  I'm not sure what it exactly means, but at least, the packet in question
  is reloaded in ex_txstat() and should not handle the Dn Complete event
  at the moment ---  it should be served on later interrupt.

- Reload packet on collision, too.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/dev/ic/elinkxl.c

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