Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/29/2004 01:06:52
Module Name: src
Committed By: dyoung
Date: Wed Dec 29 01:06:52 UTC 2004
Modified Files:
src/sys/dev/ic: rtw.c rtwreg.h rtwvar.h
Log Message:
I like the tlp/atw-style names for software descriptors, txsoft,
better than txctl. Change from rtw_txctl/rtw_rxctl to
rtw_txsoft/rtw_rxsoft. Change the descriptor blocks' names to
match: rtw_txctl_blk becomes rtw_txsoft_blk. Change the member-name
prefixes for both software and hardware descriptors.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/dev/ic/rtw.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/ic/rtwreg.h
cvs rdiff -r1.14 -r1.15 src/sys/dev/ic/rtwvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.