summaryrefslogtreecommitdiff
path: root/sys/dev/ic/igsfbreg.h
AgeCommit message (Collapse)Author
2009-11-11add modeseting support. Now if there's a mode string in igsfb_devconfig themacallan
driver will try to use it if at all possible, otherwise fall back to the old hardcoded 1024x768x60 mode.
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-05-31Correct coprocessor registers base.uwe
Feh, manuals that lie...
2002-09-24Add some preliminary support for setting up the CyberPro in Netwinder.uwe
Setup sequence obtained from Krups OFW with some CyberPro-specific magic from Linux driver. The driver still has a lot of hardcoded stuff, but it is useful enough to bring up wscons on netwinder. XXX: Proper console attachment needs to be written (the driver was originally developed on sparc, where our approach to attaching console is totally different). Caveat emptor!
2002-07-21Add definitions of IGS coprocessor registers (not used yet).uwe
Always init chip via I/O space. Map only I/O registers we actually need. Automatically detect if we need to do bswapping Add (untested) code to use automagic bswap on CyberPro. Report video memory amount. Report if/how bswapping is done.
2002-03-30First cut at framebuffer driver for Integraphics Systems IGA1682.uwe
It's not finished yet, but it can do enough to get wscons working for Krups JavaStation.