Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 09/30/2005 22:28:19
Module Name:	src
Committed By:	macallan
Date:		Fri Sep 30 22:28:19 UTC 2005

Modified Files:
	src/sys/dev/ic: igsfb.c

Log Message:
- turn off the hardware cursor when leaving WSDISPLAYIO_MODE_EMUL
- only lock the hardware cursor when not in WSDISPLAYIO_MODE_EMUL
- allow cursor position between 0 and (screen width + max. cursor width - 1),
  same for height so it can move partially offscreen in all directions


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/dev/ic/igsfb.c

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