summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/stivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers;miod2015-04-051-2/+17
* Split sti structures into rom-related information and screen-relatedmiod2009-02-061-64/+82
* Keep the wsscreen_descr in the softc, to allow sti of different textmiod2007-01-121-1/+6
* Add the ability for a sti backend to specify callbacks to disable and enablemiod2007-01-111-1/+9
* Allow sti_attach_common() to return an error code, and do not fall intomiod2007-01-111-2/+2
* Change sti attachment to pass an array of base addresses for the sti regions,miod2006-12-181-4/+5
* Clear sti display on console attach, now that the bootloader leaves usmiod2006-08-221-1/+2
* Introduce sti_rom_size() which will compute the size of a card's rom, andmiod2006-04-161-1/+2
* Split sti softc in two structures, one device-related for regular devicemiod2005-02-271-27/+45
* Two sti(4) changes necessary for hp300:miod2005-01-231-2/+2
* only map the rom and do not touch the hpa space getting rid of memsize define that was not really true; plus tested by otto@ and miod@mickey2003-12-161-2/+4
* give better depth and cmsizemickey2003-08-191-1/+2
* implement WSDISPLAYIO_{GET,PUT}CMAP; untestedmickey2003-08-191-1/+2
* implement WSDISPLAYIO_{S,G}MODEmickey2003-08-171-1/+2
* cleanupmickey2003-08-171-4/+2
* kill the caluses three and four on some of my codemickey2003-06-021-6/+1
* Whenever possible, store the prom font data in off-screen frame buffermiod2003-02-181-3/+6
* Byte-prom font loading support.miod2003-02-111-2/+3
* Working wscons attachment and block move operations; joint debug by mickeymiod2003-01-311-1/+2
* fetch the font and use it, some cleanup and knfmickey2003-01-311-4/+3
* First round of __P removal in sysmillert2002-03-141-3/+3
* tell wsdisplay if we are a consolemickey2002-01-251-1/+2
* better default screen initmickey2001-03-201-4/+1
* no stidebugmickey2001-01-111-4/+5
* sti hp graphics, available in pci and hp-prop sgc bus form factors.mickey2000-05-301-0/+79