Subject: CVS commit: src/sys/compat
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 02/16/2003 17:02:07
Module Name:	src
Committed By:	manu
Date:		Sun Feb 16 15:02:06 UTC 2003

Modified Files:
	src/sys/compat/darwin: files.darwin
	src/sys/compat/mach: mach_iokit.c mach_port.h
Added Files:
	src/sys/compat/darwin: darwin_ioframebuffer.c darwin_ioframebuffer.h
	    darwin_iohidsystem.c darwin_iohidsystem.h darwin_iokit.c
	    darwin_iokit.h

Log Message:
Match IOHIDSystem and IOFramebuffer request in the IOKit and handle them in
Darwin specific files. The handler does nothing yet.

This needs some improvement. Darwin attaches an IOHIDSystem device to
each human-interface device in the tree: mouse, keyboard, and a few others.
For now we only emulate one IOHIDSystem device.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/compat/darwin/darwin_ioframebuffer.c \
    src/sys/compat/darwin/darwin_ioframebuffer.h \
    src/sys/compat/darwin/darwin_iohidsystem.c \
    src/sys/compat/darwin/darwin_iohidsystem.h \
    src/sys/compat/darwin/darwin_iokit.c src/sys/compat/darwin/darwin_iokit.h
cvs rdiff -r1.8 -r1.9 src/sys/compat/darwin/files.darwin
cvs rdiff -r1.5 -r1.6 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.20 -r1.21 src/sys/compat/mach/mach_port.h

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