index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
/
dev
/
p9100.c
Age
Commit message (
Expand
)
Author
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
1999-09-06
remove debugging cruft
Jason Wright
1999-09-06
p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd's
Jason Wright