Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/15/2007 22:55:51
Module Name:	src
Committed By:	dyoung
Date:		Thu Nov 15 22:55:51 UTC 2007

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

Log Message:
Fix order of operations:

        rtw_rxdesc_init: before initializing a Rx descriptor's
            control word, synchronize the Rx buffer

        rtw_start, be paranoid: set the "NIC owns" bit on a Tx
            descriptor dead last.  Always reinitialize the "next
            Tx descriptor" pointer, just in case it got clobbered
            somehow.

Let the compiler decide whether to inline rtw_collect_txring or
not.


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