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