summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw/ofw_syscons.c
Commit message (Collapse)AuthorAgeFilesLines
* Quick hack-o-rama to allow the Xorg Radeon driver to start up. Itgrehan2005-05-211-0/+13
| | | | | tries to mmap memory outside of the available BARs, so allow the range checks to be relaxed with a sysctl.
* Optimize putc routine to write 2 ints instead of 8 chars to uncachedgrehan2005-03-191-14/+41
| | | | | | | framebuffer memory. Speeds up system time of large ascii file cat by 4x. Inspired by: Linux scrolling so damned fast.
* Mods for Xorg server:grehan2005-02-251-6/+108
| | | | | | | | - store assigned PCI addresses at cninit time for later mmap range check - implement set_border to scrub X remnants when switching back to VTYs - implement mmap, only allowing addresses within the range of the console adapter.
* Advertise that color is supported so that syscons doesn't come upgrehan2004-08-161-2/+2
| | | | in monochrome mode when run as init.
* Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painfulgrehan2004-07-061-29/+126
| | | | to watch at hi-res.
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-251-0/+1
|
* A syscons implementation using the 8-bit framebuffer set up bygrehan2004-01-211-0/+694
OpenFirmware. Not at all optimized, but provides a PC-style user-experience. Tested on revA imac, B&W G3, 2k iBook, and G4 eMac.
OpenPOWER on IntegriCloud