Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod 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-23 | Two 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-16 | only 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-19 | give better depth and cmsize | Michael Shalayeff | |
2003-08-19 | implement WSDISPLAYIO_{GET,PUT}CMAP; untested | Michael Shalayeff | |
2003-08-17 | implement WSDISPLAYIO_{S,G}MODE | Michael Shalayeff | |
2003-08-17 | cleanup | Michael Shalayeff | |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff | |
2003-02-18 | Whenever possible, store the prom font data in off-screen frame buffer | Miod 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-11 | Byte-prom font loading support. | Miod Vallat | |
ok mickey@ | |||
2003-01-31 | Working wscons attachment and block move operations; joint debug by mickey | Miod Vallat | |
and myself. wsdisplay at sti will be enabled as soon as byte-size rom font loading is done. | |||
2003-01-31 | fetch the font and use it, some cleanup and knf | Michael Shalayeff | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-25 | tell wsdisplay if we are a console | Michael Shalayeff | |
2001-03-20 | better default screen init | Michael Shalayeff | |
2001-01-11 | no stidebug | Michael Shalayeff | |
2000-05-30 | sti 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). |