Subject: CVS commit: src/sys/compat
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/01/2003 00:32:44
Module Name:	src
Committed By:	manu
Date:		Sat Nov  1 00:32:44 UTC 2003

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

Log Message:
Parent itarators in the IOKit emulation. A driver can only
have one parent yet (on Darwin, multiple parents are possible: the IOKit
seems to handle a graph more than a tree). Introfuction of a keyboard
driver parent for IOHIDSystem.

The kernel keymapping is still a big mystery.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/compat/darwin/darwin_ioframebuffer.c
cvs rdiff -r1.18 -r1.19 src/sys/compat/darwin/darwin_iohidsystem.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/darwin/darwin_iokit.h
cvs rdiff -r1.13 -r1.14 src/sys/compat/darwin/files.darwin
cvs rdiff -r1.22 -r1.23 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/mach/mach_iokit.h

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