Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ic



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.




Home | Main Index | Thread Index | Old Index