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
/
vax
/
vsa
/
lcg.c
Age
Commit message (
Expand
)
Author
2007-12-28
If initializing a frame buffer as glass console fails, instead of an invisible
Miod Vallat
2007-12-18
Better probe routine for lcg, now that I found the magic bit on KA46.
Miod Vallat
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
Kenneth R Westerback
2006-11-29
Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer
Miod Vallat
2006-08-22
More register defines.
Miod Vallat
2006-08-06
Replace magic numbers with adequate #defines, support vsync disabling in the
Miod Vallat
2006-08-05
Colormap ioctls, at last.
Miod Vallat
2006-08-03
A more reliable way to find out that the card is not there.
Miod Vallat
2006-08-01
If there is VRAM at the lcg address, but we can't make sense of the
Miod Vallat
2006-07-29
At attach() time, do not simply trust the L3 switch to know if we are the
Miod Vallat
2006-07-29
Rewrite glass console detection and initialization code, it's simpler and
Miod Vallat
2006-07-24
Make sure the mapped frame buffer area is a multiple of the logical page
Miod Vallat
2006-07-24
Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLC
Miod Vallat