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