Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   chuck
Date:           Tue Oct 20 17:53:55 UTC 1998

Modified Files:
        src/sys/dev/ic: midway.c
Log Message:
when transmitting we cannot totally fill the circular buffer (i.e.
we can't use up all of the remaining sc->txslot[chan].bfree free
bytes) because that would cause the circular buffer read pointer
to become equal to the write pointer, thus signaling 'empty buffer'
to the hardware and stopping the transmitter.  spotted and fixed
by Kenjiro Cho <kjc%csl.sony.co.jp@localhost>




Home | Main Index | Thread Index | Old Index