Subject: CVS commit: src/sys/dev/wscons
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 04/05/2006 15:18:25
Module Name:	src
Committed By:	drochner
Date:		Wed Apr  5 15:18:25 UTC 2006

Modified Files:
	src/sys/dev/wscons: wsdisplay.c wsdisplayvar.h

Log Message:
Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDER
instead of a separate accessops entry. There is no need to introduce bloat
for the majority of drivers which don't implement this feature.
This should also resolve PR kern/33186 by Valeriy E. Ushakov.


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 src/sys/dev/wscons/wsdisplay.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/wscons/wsdisplayvar.h

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