summaryrefslogtreecommitdiff
path: root/sys/dev/ic/sti.c
AgeCommit message (Collapse)Author
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
before we switch to wsdisplay, and this can clobber the font image in some cases, especially lower (<= 1024x768) resolutions.
2003-04-03adjust 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-18Whenever possible, store the prom font data in off-screen frame bufferMiod 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-17can 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-17oopsMichael Shalayeff
2003-02-11As hil devices can only attach after interrupts are enabled, delayMiod 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-11Byte-prom font loading support.Miod Vallat
ok mickey@
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
and myself. wsdisplay at sti will be enabled as soon as byte-size rom font loading is done.
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
misc pmap usage fixes.
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
(Look ma, I might have broken the tree)
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
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).