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
/
powerpc
/
pci
/
vgafb.c
Age
Commit message (
Expand
)
Author
2001-07-09
protos, includes, and terrans
Michael Shalayeff
2001-06-27
kill old vm
Artur Grabowski
2001-06-25
closer to building with -Wno-uninitialized
Dale Rahn
2001-06-24
Allow mmap to map the vga memory/register at the physical address,
Dale Rahn
2001-05-25
Fix color table initialization for powerpc with wscons.
Dale Rahn
2001-02-28
Add ability to get display width in bytes for display memory, this
Dale Rahn
2001-02-01
mmap return paddr_t not int.
Dale Rahn
2001-01-15
include <sys/buf.h> for B_READ that we need in the UVM case
Artur Grabowski
2000-10-19
Clean up printfs during boot, these were unnecessary debugging prints.
Dale Rahn
2000-09-19
Remove annoying debugging print that was introduced with the cmap setting code.
Dale S. Rahn
2000-09-19
Remove secondary hack that limited mapped size. Not needed with BAT mappings.
Dale S. Rahn
2000-09-19
Changes to support ioctls as required for a framebuffer X server.
Dale S. Rahn
2000-09-07
Fix cursor unplot bug. pointer to cursor was not initialized, thus it
Dale S. Rahn
2000-09-06
Add machine specific vga framebuffer code. Probably should be machine
Dale S. Rahn