summaryrefslogtreecommitdiff
path: root/sys/dev/ic/stivar.h
AgeCommit message (Collapse)Author
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
attachment and interface, one screen-attached for the real work. The attachment code is now required to decide whether sti_end_attach() is run immediately, or as a startuphook. This allows hp300 to initialize sti early, and use it as a console; hppa is functionally unchanged, as it uses the PROM console until the root device is mounted.
2005-01-23Two sti(4) changes necessary for hp300:Miod Vallat
- specify which microcode bank (pa or m68k) to use at attachment time. - compensate for broken 8.02 m68k code which reports wrong frame buffer offset. ok mickey@
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize ↵Michael Shalayeff
define that was not really true; plus tested by otto@ and miod@
2003-08-19give better depth and cmsizeMichael Shalayeff
2003-08-19implement WSDISPLAYIO_{GET,PUT}CMAP; untestedMichael Shalayeff
2003-08-17implement WSDISPLAYIO_{S,G}MODEMichael Shalayeff
2003-08-17cleanupMichael Shalayeff
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2003-02-18Whenever possible, store the prom font data in off-screen frame bufferMiod Vallat
memory, and use block move operations in putchar, rather than keeping a copy of the prom font in memory and using memory to frame buffer transfers. Recommended by the sti docs. No visible performance improvement though. Tested on both kind of sti devices by mickey@ and myself.
2003-02-11Byte-prom font loading support.Miod Vallat
ok mickey@
2003-01-31Working wscons attachment and block move operations; joint debug by mickeyMiod Vallat
and myself. wsdisplay at sti will be enabled as soon as byte-size rom font loading is done.
2003-01-31fetch the font and use it, some cleanup and knfMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-25tell wsdisplay if we are a consoleMichael Shalayeff
2001-03-20better default screen initMichael Shalayeff
2001-01-11no stidebugMichael Shalayeff
2000-05-30sti hp graphics, available in pci and hp-prop sgc bus form factors.Michael Shalayeff
attach point for wsdisplay. a few problems may exist w/ certain prom versions. tested in byte- and word-wide modes. no support yet for multiple resolutions and fonts. pci not tested (obviously).