Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 05/11/2003 03:20:10
Module Name: src
Committed By: uwe
Date: Sun May 11 03:20:10 UTC 2003
Modified Files:
src/sys/dev/ic: igsfb.c igsfbvar.h
Log Message:
Use hardware sprite for the text mode cursor.
Fail cursor related ioctls with EBUSY while in text mode.
Don't do uvm_useracc checks before copyout, instead check copyout()
return value directly.
Minor cleanups.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/ic/igsfb.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/igsfbvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.