Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/22/2004 21:56:59
Module Name:	src
Committed By:	mycroft
Date:		Thu Jul 22 21:56:59 UTC 2004

Modified Files:
	src/sys/dev/ic: wi.c wivar.h

Log Message:
Add sc_txstart and sc_txstarted, to keep track of the current FID we want to
start and the number we've started that have not been alloced yet.  Currently
sc_txstarted is constained to 0 or 1 because of the way we start the next
packet, but this will change.


To generate a diff of this commit:
cvs rdiff -r1.180 -r1.181 src/sys/dev/ic/wi.c
cvs rdiff -r1.48 -r1.49 src/sys/dev/ic/wivar.h

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