Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/wsfb
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 10/01/2005 17:04:11
Module Name:	xsrc
Committed By:	macallan
Date:		Sat Oct  1 17:04:11 UTC 2005

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/wsfb: Imakefile
	    wsfb_driver.c
Added Files:
	xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb.h
	    wsfb_cursor.c

Log Message:
Add hardware cursor support and the usual XF86Config options to turn it on and
off, change the default device to ttyE0 ( since ttyC0 is a serial port on most SPARCs )
This needs a wsdisplay driver which actually supports the WSDISPLAYIO_GCURMAX and WSDISPLAYIO_SCURSOR ioctls. Tested on NetBSD/sparc with igsfb on a JavaStation NC / Krups.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/wsfb/Imakefile
cvs rdiff -r0 -r1.1 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/wsfb/wsfb.h \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/wsfb/wsfb_cursor.c
cvs rdiff -r1.4 -r1.5 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/wsfb/wsfb_driver.c

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