Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/06/2007 06:07:55
Module Name: src
Committed By: dyoung
Date: Sat Jan 6 06:07:55 UTC 2007
Modified Files:
src/sys/dev/ic: rtw.c
Log Message:
After we examine a rx/tx descriptor and find that it's still owned
by the NIC, re-sync the descriptor so that a cacheline will not
"cover" the NIC's modifications to the descriptor when we next
examine it.
This compiles, but I have not tested it, yet.
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 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.