Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-21 | fix the offsets in decoding byte rom dd (verified per manual); miod@ ok | Michael Shalayeff | |
2003-08-19 | give better depth and cmsize | Michael Shalayeff | |
2003-08-19 | implement WSDISPLAYIO_{GET,PUT}CMAP; untested | Michael Shalayeff | |
2003-08-19 | inquire ext config and dump it in debugging and also fix other debugging prints | Michael Shalayeff | |
2003-08-17 | implement WSDISPLAYIO_{S,G}MODE | Michael Shalayeff | |
2003-08-17 | print out the graphics id | Michael Shalayeff | |
2003-08-11 | free code memory should change permissions fail | Michael Shalayeff | |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff | |
2003-05-24 | Disable off-screen font loading. We still need to use the pdc console routines | Miod Vallat | |
before we switch to wsdisplay, and this can clobber the font image in some cases, especially lower (<= 1024x768) resolutions. | |||
2003-04-03 | adjust protection on the allocated memory through the uvm same as it was ↵ | Michael Shalayeff | |
allocated w/o cutting short onto the pmap layer | |||
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-17 | can use the same bus_space_read_region_4() to copy both type1 and type4 ↵ | Michael Shalayeff | |
prom; tested on type4 by me and miod on type1 | |||
2003-02-17 | oops | Michael Shalayeff | |
2003-02-11 | As hil devices can only attach after interrupts are enabled, delay | Miod Vallat | |
the attachment of wsdisplay to sti as well. This allows us to have a working console for boot -a, and still attach a full-blown wscons console as soon as possible. ok mickey@ | |||
2003-02-11 | Byte-prom font loading support. | Miod Vallat | |
ok mickey@ | |||
2003-02-05 | implement a few wsdisplay ioctls. comment on the putchar implementation | Michael Shalayeff | |
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-07-19 | a few more comments and debugs, other cosmetic stuff | Michael Shalayeff | |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-04 | do not attach wsdisplay if there is none configured | Michael Shalayeff | |
2002-02-01 | clean the hppa leftover, from netbsd | Michael Shalayeff | |
2002-01-25 | tell wsdisplay if we are a console | Michael Shalayeff | |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski | |
misc pmap usage fixes. | |||
2001-12-02 | bzero the waa and not ready yet for the console | Michael Shalayeff | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff | |
2001-03-20 | better default screen init | Michael Shalayeff | |
2001-02-16 | sti_mmap() proper return type | Michael Shalayeff | |
2001-01-11 | fix a few types and alignment problems | Michael Shalayeff | |
2000-09-03 | fix revision parsing, print local revision | 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). |