summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/p9100.c
AgeCommit message (Expand)Author
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
1999-09-06remove debugging cruftJason Wright
1999-09-06p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd'sJason Wright