Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/19/2004 08:19:26
Module Name:	src
Committed By:	dyoung
Date:		Sun Dec 19 08:19:26 UTC 2004

Modified Files:
	src/sys/dev/ic: rtw.c rtwreg.h rtwvar.h

Log Message:
Add the transmit section of rtw(4): build up and tear down transmit
descriptor rings, move packets from the transmit queues to the
transmit rings, handle transmission-completed interrupts.  My
Linksys WPC11 ver. 4 with Maxim RF, generates interrupts like it
is successfully transmitting packets.  Clearly there are bugs: my
G4 Powerbook locks up hard.  I will debug tomorrow.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/ic/rtw.c src/sys/dev/ic/rtwvar.h
cvs rdiff -r1.1 -r1.2 src/sys/dev/ic/rtwreg.h

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