summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/creator.c
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing <sys/module.h>. [1]marius2004-07-091-6/+2
| | | | | | | - Remove unused includes. - Sort includes. Reported by: Pyun YongHyeon <yongari@kt-is.co.kr> [1]
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-041-2/+2
| | | | | | | | | | | | phandle_t. Since both are typedefed to unsigned int, this is more or less cosmetic. - Fix the code that determines whether a creator instance was used for firmware output (and should not be blanked on initialization). Since r1.2 of dev/fb/creator.c, this consisted comparing a handle of an instance of a package with a handle of the package itself. Use the test from r1.1, which utilizes OF_instance_to_package(). Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Don't confuse NULL with 0.obrien2004-01-021-3/+3
|
* Fix a typo. Allow for the creator not being stdout.jake2003-11-111-9/+8
|
* Add a driver for creator upa frame buffers found in many sparc64 machines.jake2003-08-241-0/+648
These are fixed resolution and operate only in pixel mode so they present a challenge to syscons (square peg, round hole, etc, etc). The driver provides a video driver interface for syscons and a separate character device for X to mmap. Wherever possible the creator's accelarated graphics functions are used so text mode is very fast. Based roughly on the openbsd driver.
OpenPOWER on IntegriCloud