Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 11/18/1999 00:12:43
Module Name: syssrc
Committed By: scottr
Date: Thu Nov 18 08:12:43 UTC 1999
Modified Files:
syssrc/sys/arch/mac68k/dev [scottr-mac68k-wscons]: grf_compat.c
Log Message:
Improved emulation of grf devices:
- sync return value for unsupported ioctls with legacy grf driver
- returning (-1) from grfioctl() is hardly appropriate; return EINVAL
when we are given an unknown ioctl (duh)
- don't add the displayable region offset in grfmmap(); apps handlj
this themselves
To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 syssrc/sys/arch/mac68k/dev/grf_compat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.