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
/
vgafb.c
Age
Commit message (
Expand
)
Author
2002-06-04
Convert vgafb from rcons to rasops
Jason Wright
2002-04-15
Since XFree doesn't try to remap things behind our backs anymore, simplify
Jason Wright
2002-04-08
Credit DARPA/USAF appropriately.
Jason Wright
2002-04-01
Remove all traces of VGAFB_ALLOW_NATIVE.
Jason Wright
2002-03-31
add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode is
Jason Wright
2002-03-30
Don't honor native accesses unless VGAFB_ALLOW_NATIVE is defined (this is
Jason Wright
2002-03-28
- recheck the PCI BAR's during mmap: XFree86 doesn't like the prom mappings
Jason Wright
2002-03-27
Avoid using bus_space_map2() on the rom (was too lazy to deal with endian =),
Jason Wright
2002-03-27
Make a shadow copy of the bios rom (if available) and make it available via mmap
Jason Wright
2002-03-27
bus_space_mmap wants the paddr not the handle
Jason Wright
2002-03-26
Map all of the io/mem spaces provided
Jason Wright
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-08
vagfb_setcolor() needs to enter entries into the software copy of the
Jason Wright
2002-02-05
Implement vgafb_mmap() fully
Jason Wright
2002-01-03
add get/set colormap functions (mostly stolen from macppc)
Jason Wright
2001-12-14
less confusing variable names
Jason Wright
2001-12-14
Driver for vga framebuffers on sparc64 based on cgsix (which is based on
Jason Wright