Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat



Module Name:    src
Committed By:   manu
Date:           Thu May 22 22:07:39 UTC 2003

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

Log Message:
+ In ioframebuffer driver:
We try to map the console framebuffer through wsdisplay. It seems to work,
 but we still need to _see_ something.
XXX Framebuffer size discovery is borken.

+ In ioframebuffer and iohidsystem:
More methods and more debug for io_connect_method_*

+ A few new IOKit mach traps.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/compat/darwin/darwin_ioframebuffer.c
cvs rdiff -r1.7 -r1.8 src/sys/compat/darwin/darwin_ioframebuffer.h
cvs rdiff -r1.6 -r1.7 src/sys/compat/darwin/darwin_iohidsystem.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/darwin/darwin_iohidsystem.h
cvs rdiff -r1.3 -r1.4 src/sys/compat/darwin/darwin_iokit.h
cvs rdiff -r1.18 -r1.19 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.15 -r1.16 src/sys/compat/mach/mach_iokit.h
cvs rdiff -r1.28 -r1.29 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.




Home | Main Index | Thread Index | Old Index