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
/
sparc64
/
dev
/
creator.c
Age
Commit message (
Expand
)
Author
2003-06-24
Revert the addition of the blanking code - it will corrupt displays after long
Miod Vallat
2003-06-23
Remove some debugging cruft.
Jason Wright
2003-06-20
Screen blanker routine for Creator, adapted from the X11 sunffb driver code.
Miod Vallat
2003-06-17
Extend the sunfb structure to take care of the PROM cursor position
Miod Vallat
2003-06-02
nuke terms 3 & 4
Jason Wright
2003-05-12
use new display types
Jason Wright
2003-03-27
- Add support for the *CURS* ioctls (requires mapping the DAC registers
Jason Wright
2002-09-10
Register more wsscreen properties to take advantage of wsemul_sun changes.
Jason Wright
2002-08-19
Take advantage of rasops.updatecursor to keep the prom cursor up to date
Jason Wright
2002-07-30
allow cf_flags to determine whether console acceleration should be used (defa...
Jason Wright
2002-07-29
use ROP_OLD for VSCROLL, with this, vertical scroll (copyrows) works (and it'...
Jason Wright
2002-07-29
- cache the last value written to FBC_FG and avoid unnecessary fifo writes
Jason Wright
2002-07-28
more registers; jason@ ok.
Federico G. Schwindt
2002-07-26
fifo needs 6 entries before we feed it rectangle command
Jason Wright
2002-07-26
- add hardware support for eraserows and erasecols
Jason Wright
2002-07-26
- remove duplicate defns
Jason Wright
2002-07-25
Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and
Miod Vallat
2002-06-11
split creator driver into bus specific and common code.
Federico G. Schwindt
2002-06-03
- use the 24 bits dumb frame buffer reg. instead of the 32 one, but return
Federico G. Schwindt
2002-05-22
Match on "SUNW,afb" as well, a guess to make Elite3D cards work and print
Federico G. Schwindt
2002-05-22
- Allow matching of devices with fewer than 24 register sets
Jason Wright
2002-05-22
Copy only the register paddrs/lens that we have room for
Jason Wright
2002-05-22
Only map in DFB32 during attach, other stuff will be mapped by _mmap as
Jason Wright
2002-05-22
return mappings from DFB24 for DUMBFB mode mmap requests (this makes unaccele...
Jason Wright
2002-05-21
Remove some debugging code and generally clean things up.
Jason Wright
2002-05-21
Get the initial cursor position correct so we don't start back at 0,0 when
Jason Wright
2002-05-21
Remove last vestiges of rcons and now it appears to work.
Jason Wright
2002-05-21
Use rasops alloc_attr in alloc_screen so it doesn't crash when a screen is
Jason Wright
2002-05-21
Skeleton driver for the Creator/Creator3D framebuffer (doesn't do much
Jason Wright