summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/isp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/isp')
0 files changed, 0 insertions, 0 deletions
2013-01-31add ioctl(WSDISPLAYIO_GET_FBINFO)macallan 2011-06-29declare wsdisplayio_get_edid()macallan 2010-02-02give up some silly macros which were only used ~once, and reducedrochner 2008-03-25Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4).cube 2008-02-20-Don't detach/attach the X server in the pmf suspend/resume functionsdrochner 2007-12-13Switch to console on suspend and shutdown, switch back to where thejoerg 2007-10-19If you're going to use device_t, may as well include sys/device.h; unb0rksdogcow 2007-10-18Use aprint API for output and convert to device_t/softc separation.joerg 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-11-06add wsdisplay_preattach() to attach an early console that can be overriddenmacallan 2006-10-09KNF: No variable names in the prototype.peter 2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv 2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv 2006-04-07don't include opt_wsdisplay_border.h here, to limit dependenciesdrochner 2006-04-05Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDERdrochner 2006-02-19Multiple inclusion protection.jmcneill 2005-12-11merge ktrace-lwp.christos 2005-05-29- sprinkle const.christos 2005-05-23Rename REALWHITE to SNOWWHITE.martin 2005-05-22Define a real white color - since WSCOL_WHITE is ANSI-emulation specificmartin 2005-02-04de-__Pperry 2004-07-29Implement border color customization in wscons(4), only available for vga(4)jmmv 2004-07-28Implement support to dynamically change wscons console and kernel colors.jmmv 2004-05-28move scroll function definition last.christos 2004-05-28PR/19925: David Ferlier: Add scrolling support to wscons.christos 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2002-10-15Add modecookie to struct wsscreen_descr, which is used to point to videojunyoung 2002-07-04alloc_attr -> allocattrjunyoung 2002-06-26PR/17402: Add wsmoused support by providing get/set char and events.christos