| Commit message (Expand) | Author | Age | Files | Lines |
* | Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers; |  miod | 2015-04-05 | 1 | -2/+17 |
* | Split sti structures into rom-related information and screen-related |  miod | 2009-02-06 | 1 | -64/+82 |
* | Keep the wsscreen_descr in the softc, to allow sti of different text |  miod | 2007-01-12 | 1 | -1/+6 |
* | Add the ability for a sti backend to specify callbacks to disable and enable |  miod | 2007-01-11 | 1 | -1/+9 |
* | Allow sti_attach_common() to return an error code, and do not fall into |  miod | 2007-01-11 | 1 | -2/+2 |
* | Change sti attachment to pass an array of base addresses for the sti regions, |  miod | 2006-12-18 | 1 | -4/+5 |
* | Clear sti display on console attach, now that the bootloader leaves us |  miod | 2006-08-22 | 1 | -1/+2 |
* | Introduce sti_rom_size() which will compute the size of a card's rom, and |  miod | 2006-04-16 | 1 | -1/+2 |
* | Split sti softc in two structures, one device-related for regular device |  miod | 2005-02-27 | 1 | -27/+45 |
* | Two sti(4) changes necessary for hp300: |  miod | 2005-01-23 | 1 | -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@ |  mickey | 2003-12-16 | 1 | -2/+4 |
* | give better depth and cmsize |  mickey | 2003-08-19 | 1 | -1/+2 |
* | implement WSDISPLAYIO_{GET,PUT}CMAP; untested |  mickey | 2003-08-19 | 1 | -1/+2 |
* | implement WSDISPLAYIO_{S,G}MODE |  mickey | 2003-08-17 | 1 | -1/+2 |
* | cleanup |  mickey | 2003-08-17 | 1 | -4/+2 |
* | kill the caluses three and four on some of my code |  mickey | 2003-06-02 | 1 | -6/+1 |
* | Whenever possible, store the prom font data in off-screen frame buffer |  miod | 2003-02-18 | 1 | -3/+6 |
* | Byte-prom font loading support. |  miod | 2003-02-11 | 1 | -2/+3 |
* | Working wscons attachment and block move operations; joint debug by mickey |  miod | 2003-01-31 | 1 | -1/+2 |
* | fetch the font and use it, some cleanup and knf |  mickey | 2003-01-31 | 1 | -4/+3 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
* | tell wsdisplay if we are a console |  mickey | 2002-01-25 | 1 | -1/+2 |
* | better default screen init |  mickey | 2001-03-20 | 1 | -4/+1 |
* | no stidebug |  mickey | 2001-01-11 | 1 | -4/+5 |
* | sti hp graphics, available in pci and hp-prop sgc bus form factors. |  mickey | 2000-05-30 | 1 | -0/+79 |