Subject: CVS commit: src/sys/compat
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 04/29/2003 22:16:39
Module Name:	src
Committed By:	manu
Date:		Tue Apr 29 22:16:39 UTC 2003

Modified Files:
	src/sys/compat/darwin: darwin_ioframebuffer.c darwin_iohidsystem.c
	    darwin_iohidsystem.h
	src/sys/compat/mach: mach_iokit.c mach_iokit.h mach_namemap.c

Log Message:
Added the map_memory method for the IOKit, plus an implementation
for the IOHIDSystem driver in Darwin. IOHIDSystem provides access
to user interface devices.

Communication between userspace and kernel is done through a shared
memory page. Our plan is to have a kernel thread waiting on wscons
events (for now it just does nothing), and have it feeding the
shared page.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/compat/darwin/darwin_ioframebuffer.c \
    src/sys/compat/darwin/darwin_iohidsystem.c
cvs rdiff -r1.2 -r1.3 src/sys/compat/darwin/darwin_iohidsystem.h
cvs rdiff -r1.10 -r1.11 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.9 -r1.10 src/sys/compat/mach/mach_iokit.h
cvs rdiff -r1.23 -r1.24 src/sys/compat/mach/mach_namemap.c

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