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 18:41:25
Module Name:	src
Committed By:	manu
Date:		Sat Nov  1 18:41:25 UTC 2003

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

Log Message:
Remove all our real devices from the IOKit registry, as they won't be
usefull. Emulate only IOHIDSystem, IOFramebuffer and friends in the
registry.

ioreg is able to display the tree and dump the properties.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/compat/darwin/darwin_ioframebuffer.c
cvs rdiff -r1.20 -r1.21 src/sys/compat/darwin/darwin_iohidsystem.c
cvs rdiff -r1.10 -r1.11 src/sys/compat/darwin/darwin_iohidsystem.h
cvs rdiff -r1.6 -r1.7 src/sys/compat/darwin/darwin_iokit.h
cvs rdiff -r1.23 -r1.24 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.20 -r1.21 src/sys/compat/mach/mach_iokit.h
cvs rdiff -r1.25 -r1.26 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.