summaryrefslogtreecommitdiff
path: root/sys/dev/ic/sti.c
AgeCommit message (Expand)Author
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize define...Michael Shalayeff
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-08-21fix the offsets in decoding byte rom dd (verified per manual); miod@ okMichael Shalayeff
2003-08-19give better depth and cmsizeMichael Shalayeff
2003-08-19implement WSDISPLAYIO_{GET,PUT}CMAP; untestedMichael Shalayeff
2003-08-19inquire ext config and dump it in debugging and also fix other debugging printsMichael Shalayeff
2003-08-17implement WSDISPLAYIO_{S,G}MODEMichael Shalayeff
2003-08-17print out the graphics idMichael Shalayeff
2003-08-11free code memory should change permissions failMichael Shalayeff
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2003-05-24Disable off-screen font loading. We still need to use the pdc console routinesMiod Vallat
2003-04-03adjust protection on the allocated memory through the uvm same as it was allo...Michael Shalayeff
2003-02-18Whenever possible, store the prom font data in off-screen frame bufferMiod Vallat
2003-02-17can use the same bus_space_read_region_4() to copy both type1 and type4 prom;...Michael Shalayeff
2003-02-17oopsMichael Shalayeff
2003-02-11As hil devices can only attach after interrupts are enabled, delayMiod Vallat
2003-02-11Byte-prom font loading support.Miod Vallat
2003-02-05implement a few wsdisplay ioctls. comment on the putchar implementationMichael Shalayeff
2003-01-31Working wscons attachment and block move operations; joint debug by mickeyMiod Vallat
2003-01-31fetch the font and use it, some cleanup and knfMichael Shalayeff
2002-07-19a few more comments and debugs, other cosmetic stuffMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-04do not attach wsdisplay if there is none configuredMichael Shalayeff
2002-02-01clean the hppa leftover, from netbsdMichael Shalayeff
2002-01-25tell wsdisplay if we are a consoleMichael Shalayeff
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-02bzero the waa and not ready yet for the consoleMichael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-03-20better default screen initMichael Shalayeff
2001-02-16sti_mmap() proper return typeMichael Shalayeff
2001-01-11fix a few types and alignment problemsMichael Shalayeff
2000-09-03fix revision parsing, print local revisionMichael Shalayeff
2000-05-30sti hp graphics, available in pci and hp-prop sgc bus form factors.Michael Shalayeff