Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/27/2004 09:40:18
Module Name: src
Committed By: mycroft
Date: Mon Dec 27 09:40:18 UTC 2004
Modified Files:
src/sys/dev/ic: rtw.c
Log Message:
When checking if a split packet is completed, check the *last* segment, not
the first. Otherwise we can overwrite parts of the TX ring that we shouldn't.
Kluge the basic rate setting for now.
Minor simplification to the dequeueing logic.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/dev/ic/rtw.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.