Age | Commit message (Expand) | Author |
2004-08-10 | Print the newline after vgafb_mapregs(), not before since vgafb_mapregs() | Todd C. Miller |
2003-06-16 | Nuke a few more data and code superseded by the fb api. | Miod Vallat |
2003-06-16 | Adapt to the fbxxx() API. | Miod Vallat |
2003-06-02 | nuke terms 3 & 4 | Jason Wright |
2002-12-25 | Initialize color palette from rasops settings (from sparc) rather than | Miod Vallat |
2002-12-10 | Register as the "std" wscons device, not "sun". This is consistent with other | Miod Vallat |
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat |
2002-09-15 | Fix color choices to match wsemul_sun requirements. | Miod Vallat |
2002-09-10 | Register more wsscreen properties to take advantage of wsemul_sun changes. | Jason Wright |
2002-08-19 | Take advantage of rasops.updatecursor to keep the prom cursor up to date | Jason Wright |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-07-30 | simplify vgafb_mmap() | Jason Wright |
2002-07-25 | There'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 use | Jason Wright |
2002-06-11 | Fix (include sys/pciio.h) | Jason Wright |
2002-06-11 | s/pcitag/sc_pcitag so it compiles (sorry matthieu) | Jason Wright |
2002-06-11 | add a new ioctl to wscons (currently implemented only on sparc64) | Matthieu Herrb |
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 |