Age | Commit message (Expand) | Author |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-05-31 | Replace shutdownhooks with activate functions, properly doing those | Theo de Raadt |
2011-05-31 | The various cleanups of the last few years have fixed pnozz(4) acceleration | Miod Vallat |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2008-12-26 | Use the `fontbytes' display property as the font stride, instead of | Miod Vallat |
2008-12-26 | Move the logic responsible from deciding whether a frame buffer needs to be | Miod Vallat |
2008-12-26 | When running on serial console, do not try to pick the prom font (this would | Miod Vallat |
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat |
2007-02-25 | Disable acceleration by default; set device flags to a nonzero value to | Miod Vallat |
2007-02-18 | Display the interrupt priority in dmesg, for frame buffers which register | Miod Vallat |
2006-12-27 | Add code to change video mode (resolution and color depth) on the fly for | Miod Vallat |
2006-12-02 | Use ri_devcmap to get corrected color values, instead of directly using | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-06-02 | sbus_establish() and the associated linked list in the sbus softc is now only | Miod Vallat |
2005-07-19 | On the SPARCbooks, allow tctrl(4) to control the external video output, | Miod Vallat |
2005-07-09 | In the interrupt handlers, clear the interrupt condition explicitely; | Miod Vallat |
2005-03-26 | Use the PROM font whenever possible, rather than switching to the | Miod Vallat |
2005-03-23 | Move the alloc_screen, free_screen and show_screen wsdisplay accessops to | Miod Vallat |
2005-03-23 | Do not set up accelerated operations if we fail to unbusy the blitter in | Miod Vallat |
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-09-29 | Switch sparc to evcount; ok deraadt@ | Miod Vallat |
2004-05-12 | if tctrl not there, still let this compile; miod ok | Theo de Raadt |
2004-05-10 | When external power is not available, the tadpole video hardware gets | Miod Vallat |
2004-03-09 | Real, inverted, cursor. | Miod Vallat |
2004-02-27 | Typos | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-06-28 | Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, and | Miod Vallat |
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat |
2003-06-13 | eraserows() was missing a coordinate address latch. | Miod Vallat |
2003-06-13 | g/c an useless define. | Miod Vallat |
2003-06-13 | Fix lower right edge bounds for quad operations. | Miod Vallat |
2003-06-13 | Accelerated text console routines, using the Power 9100 drawing engine. | Miod Vallat |
2003-06-12 | Add an interrupt handler, and use it to defer colormap updates to the end | Miod Vallat |
2003-06-06 | Do not bother taking care of the frame buffer flags in the softc, if the | Miod Vallat |
2003-06-05 | Faster ramdac operation, by reducing the delay between register writes, | Miod Vallat |
2003-06-02 | nuke my clause 3 & 4 (and a couple jointly (c) with Theo). | Jason Wright |
2003-05-17 | No need to check for the 640x480 resolution case, since the minimal resolution | Miod Vallat |
2003-05-16 | Let the user control the brightness of the tadpole built-in display via | Miod Vallat |
2003-05-12 | Initial work to bring this driver in par with other sparc frame buffers: | Miod Vallat |
2002-11-06 | - always initialize colormaps, even if the frame buffer is non console; this | Miod Vallat |
2002-09-23 | Get the wsdisplay capabilities from rasops, rather than attempting to | Miod Vallat |
2002-09-09 | Register more screen capabilities to work with the recent wsemul_sun changes. | Miod Vallat |
2002-08-12 | Convert sparc console code from rcons and pseudo-devices to rasops and wscons. | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff |
1999-09-07 | add tadpole microcontroller device driver; from NetBSD | Jason Wright |