summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/p9000.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken URLs.jsg2007-05-221-4/+2
| | | | | Fixes PRs 5482, 5483, 5484, 5486, 5487, 5488 Filed by casati@nortel.com
* Add code to change video mode (resolution and color depth) on the fly formiod2006-12-271-1/+6
| | | | | | | | | | | | | | | | | | pnozz(4), when switching between emulation (i.e. text console) and mapped (i.e. X11) modes. Geometries different than 800x600 are only available on the external video port, with the internal panel blanked. Currently this mode is compiled in, until an interface allows the X server and the kernel to settle on which one to use. Due to the internal panel blanking requirements, all of this is only available if tctrl(4) is configured in, which is the case for GENERIC but not for installation media kernels (who runs X11 with installation media anyway?) Most of this has been written 18 months ago, it was just lacking a final touch...
* A few register offsets in the Parameter Engine were wrong.miod2005-04-021-12/+12
|
* New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445miod2003-06-171-0/+300
combination, found on the Tadpole SPARCbook 3 only (later model use the Power9100 and are already supported). Untested for lack of hardware and volunteers, but carefully crafted; if it does not work out of the box, this should be a good starting point. "worth having in the tree" millert@