Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 02/08/1999 06:48:08
Module Name:	src
Committed By:	sommerfeld
Date:		Mon Feb  8 14:48:08 UTC 1999

Modified Files:
	src/sys/dev/wscons: wsdisplay.c
Log Message:
Don't bother copying output queue into automatic buffer; instead, pass
contiguous chunk of outq to emulation routine.  Fix based on patch
from M. Drochner, modified to call output routine once with each
contiguous chunk when the ring buffer wraps around.