summaryrefslogtreecommitdiff
path: root/usr.bin/videoctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/videoctl/Makefile')
0 files changed, 0 insertions, 0 deletions
issue the WSDISPLAYIO_PUTCMAPdsl 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-03-29Use device_is_a(), rather than testing the dv_cfdriver pointer.thorpej 2006-03-28Use device_unit().thorpej 2005-12-11merge ktrace-lwp.christos 2005-09-13compat code reorg.christos 2005-02-26nuke trailing whitespaceperry 2003-12-29Added DARWIN_IOFBSETGAMMATABLEmanu 2003-12-27The VRAM offset seems to be the offset of the framebuffer within the VRAM.manu 2003-12-26Correctly return the VRAM offset in IOFBGETVRAMMAPOFFSET connect method.manu 2003-12-09One more property needed by WindowServermanu 2003-12-09Fix various broken sanity checks in iokit emulation.manu 2003-12-09Move most of the code involved into message header, trailer, and descriptormanu 2003-12-07Remove useless and verbose debug messagemanu 2003-11-13Enforce good santity checks with Mach messages sizes:manu 2003-11-01Remove all our real devices from the IOKit registry, as they won't bemanu 2003-11-01Parent itarators in the IOKit emulation. A driver can onlymanu 2003-10-25Fix uninitialized variable warningschristos 2003-10-18Remove references to wsmux_cdevsw and wsdisplay_cdevsw (how to removemanu 2003-09-14Handle mouseup and mousdown eventsmanu 2003-09-11Some initial support for IOHIDSystem. This gives us some pointer moves in X11manu 2003-08-31Handle colormap change requestsmanu 2003-08-31Correctly map the framebuffer. XDarwin display its background shade, hurrah!manu 2003-08-29If a Darwin process using the framebuffer (e.g.: XDarwin) crashes withoutmanu 2003-08-29Switch the console to graphic mode before trying to udv_attach themanu 2003-08-28Correctly get framebuffer dimensionsmanu 2003-07-11fix unused variable warningchristos 2003-07-01Added a IOFBSETCOLORCONVERTTABLE method in ioframebuffer driver.manu 2003-05-22+ In ioframebuffer driver:manu 2003-05-15We had ugly magic values in io_connect_method_scalari_scalaro and friends.manu 2003-05-14Added io_service_close and the io_connect_map_memory method formanu 2003-05-14One more I/O flavor for the ioframebuffer driver. XDarwin now crashesmanu 2003-05-14More efforts on the XDarwin front. Introduce io_connect_method_scalari_structomanu 2003-05-13Fix a bug in io_registry_entry_get_property: one of the field in themanu 2003-04-29Added the map_memory method for the IOKit, plus an implementationmanu 2003-03-09Quick and dirty version of io_registry_entry_get_properties.manu 2003-02-20Introduced IOKit driver methods. Moved back into Mach some IOKit drivermanu 2003-02-16Match IOHIDSystem and IOFramebuffer request in the IOKit and handle them inmanu