Subject: PR/33186 CVS commit: src/sys/dev/wscons
To: None <jmmv@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Matthias Drochner <drochner@netbsd.org>
List: netbsd-bugs
Date: 04/05/2006 15:20:02
The following reply was made to PR kern/33186; it has been noted by GNATS.

From: Matthias Drochner <drochner@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/33186 CVS commit: src/sys/dev/wscons
Date: Wed,  5 Apr 2006 15:18:25 +0000 (UTC)

 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.