Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Chuck Cranor <chuck@netbsd.org>
List: source-changes
Date: 10/20/1998 10:53:55
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>