Age | Commit message (Expand) | Author |
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod Vallat |
2005-01-24 | sti colormap fixes: | Miod Vallat |
2005-01-23 | bus_space_map() sti regions with BUS_SPACE_MAP_CACHEABLE if they have the | Miod Vallat |
2005-01-23 | Two sti(4) changes necessary for hp300: | Miod Vallat |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-11-03 | oops missed to set devtype here rather than in sti_sgc.c:1.23 | Michael Shalayeff |
2004-09-14 | allocate ext-cfg memory if was requestd in dd_stimemreq | Michael Shalayeff |
2003-12-16 | only map the rom and do not touch the hpa space getting rid of memsize define... | Michael Shalayeff |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
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 |
2003-04-03 | adjust protection on the allocated memory through the uvm same as it was allo... | Michael Shalayeff |
2003-02-18 | Whenever possible, store the prom font data in off-screen frame buffer | Miod Vallat |
2003-02-17 | can use the same bus_space_read_region_4() to copy both type1 and type4 prom;... | Michael Shalayeff |
2003-02-17 | oops | Michael Shalayeff |
2003-02-11 | As hil devices can only attach after interrupts are enabled, delay | Miod Vallat |
2003-02-11 | Byte-prom font loading support. | Miod Vallat |
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 |
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 |
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 |
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 |