Subject: CVS commit: src/sys/compat
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 05/13/2003 20:48:17
Module Name:	src
Committed By:	manu
Date:		Tue May 13 20:48:17 UTC 2003

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

Log Message:
Fix a bug in io_registry_entry_get_property: one of the field in the
return packet was wrong (port descriptor instead of VM area descriptor),
thus leading to SIGSEGV when calling IOKit's IOFBCreateSharedCursor().

Now this is fixed we can move forward again on graphic mode.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/compat/darwin/darwin_ioframebuffer.c
cvs rdiff -r1.3 -r1.4 src/sys/compat/darwin/darwin_ioframebuffer.h
cvs rdiff -r1.14 -r1.15 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.11 -r1.12 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.