summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/vgafb.c
AgeCommit message (Expand)Author
2005-03-15Take care of updating the PROMs view of the cursor position in the common fbMiod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2004-12-02Add pci_decompose_tag() for sparc64.Brad Smith
2004-11-30Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-08-10Print the newline after vgafb_mapregs(), not before since vgafb_mapregs()Todd C. Miller
2003-06-16Nuke a few more data and code superseded by the fb api.Miod Vallat
2003-06-16Adapt to the fbxxx() API.Miod Vallat
2003-06-02nuke terms 3 & 4Jason Wright
2002-12-25Initialize color palette from rasops settings (from sparc) rather thanMiod Vallat
2002-12-10Register as the "std" wscons device, not "sun". This is consistent with otherMiod Vallat
2002-11-09Instead of relying on uvm_useracc(), get a false sense of security, andMiod Vallat
2002-09-15Fix color choices to match wsemul_sun requirements.Miod Vallat
2002-09-10Register more wsscreen properties to take advantage of wsemul_sun changes.Jason Wright
2002-08-19Take advantage of rasops.updatecursor to keep the prom cursor up to dateJason Wright
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-07-30simplify vgafb_mmap()Jason Wright
2002-07-25There's no need to override the default mapping to big endian now that rasops...Jason Wright
2002-07-24- don't need mmio or io registers mapped for console useJason Wright
2002-06-11Fix (include sys/pciio.h)Jason Wright
2002-06-11s/pcitag/sc_pcitag so it compiles (sorry matthieu)Jason Wright
2002-06-11add a new ioctl to wscons (currently implemented only on sparc64)Matthieu Herrb
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