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:           Tue Dec  9 17:13:19 UTC 2003

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

Log Message:
Fix various broken sanity checks in iokit emulation.
Add some methods to IOFramebuffer (DARWIN_IOFBSETBOUNDS,
DARWIN_IOFBSETCURSORVISIBLE) and to IOHIDSystem (DARWIN_IOHIDPOSTEVENT),
all are unimplemented empty shells.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/compat/darwin/darwin_ioframebuffer.c
cvs rdiff -r1.9 -r1.10 src/sys/compat/darwin/darwin_ioframebuffer.h
cvs rdiff -r1.24 -r1.25 src/sys/compat/darwin/darwin_iohidsystem.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/darwin/darwin_iohidsystem.h
cvs rdiff -r1.29 -r1.30 src/sys/compat/mach/mach_iokit.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