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