Subject: CVS commit: src/sys/compat/darwin
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 05/15/2003 23:35:38
Module Name:	src
Committed By:	manu
Date:		Thu May 15 23:35:38 UTC 2003

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

Log Message:
We had ugly magic values in io_connect_method_scalari_scalaro and friends.
Peeking at Darwin's header files gives some ideas of what we are doing here.

We know understand most of the stuff called by XDarwin and WindowServer before
mapping the framebuffer.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/compat/darwin/darwin_ioframebuffer.c
cvs rdiff -r1.6 -r1.7 src/sys/compat/darwin/darwin_ioframebuffer.h

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