Subject: CVS commit: src/sys/compat
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 05/14/2003 14:41:06
Module Name:	src
Committed By:	manu
Date:		Wed May 14 14:41:05 UTC 2003

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

Log Message:
More efforts on the XDarwin front. Introduce io_connect_method_scalari_structo
and io_connect_method_structi_structo. We don't know at all how this stuff
works, but at least we can imitate what Darwin does.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/compat/darwin/darwin_ioframebuffer.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/darwin/darwin_ioframebuffer.h \
    src/sys/compat/darwin/darwin_iohidsystem.c
cvs rdiff -r1.15 -r1.16 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/mach/mach_iokit.h
cvs rdiff -r1.25 -r1.26 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.