summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/sti_sgc.c
AgeCommit message (Expand)Author
2014-08-30Fix format strings in STIDEBUG code.Miod Vallat
2014-04-08Less <uvm/uvm.h>Martin Pieuchot
2009-02-06Split sti structures into rom-related information and screen-relatedMiod Vallat
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-08-23Look for STI firmware at the additional address given by the firmware. ThisMark Kettenis
2007-01-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
2006-12-18Change sti attachment to pass an array of base addresses for the sti regions,Miod Vallat
2006-11-30replace a bunch of ifs w/ an array scan and add a few moreMichael Shalayeff
2006-04-16Introduce sti_rom_size() which will compute the size of a card's rom, andMiod Vallat
2006-04-01Revert previous commit, this causes sti1 probe to hang on some models.Miod Vallat
2006-03-15Correct checks against cd_ndevs - valid numbers are strictly inferior toMiod Vallat
2005-03-17fix comment wrt previous changeMichael Shalayeff
2005-03-17add two more revs of romless cards; from netbsdMichael Shalayeff
2005-03-01only call eaio_l2() if kernel has support for pcxl2 compiled in; from weissma...Michael Shalayeff
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
2005-01-23Two sti(4) changes necessary for hp300:Miod Vallat
2004-09-15scan cpu bus manually for some machines do not support that in promMichael Shalayeff
2004-08-30another card tat uses system promMichael Shalayeff
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2003-12-22make sure to run probe only once per device w/ grumpy testingMichael Shalayeff
2003-12-17figure out the used prom size in probe() and pass that into attach that will ...Michael Shalayeff
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize define...Michael Shalayeff
2003-10-30typos and grammer from Bruno Rohee <bruno@rohee.com>Michael Shalayeff
2003-09-25provide a function to enable accel io on pcxl2 and use it on the fbMichael Shalayeff
2003-08-21better guess on dual-card (not dual-head cards) rom adress guessing; miod@ te...Michael Shalayeff
2003-08-11during probe there is no need to map the whole hpa space. only rom is needed....Michael Shalayeff
2003-07-16only match int-eg on gecko sgc cardsMichael Shalayeff
2003-05-20create a devine routine for devising the holy rom address and use it in both ...Michael Shalayeff
2003-05-19dig internal EG prom addressMichael Shalayeff
2003-05-07double memsize as there might be prom as wellMichael Shalayeff
2003-03-29allow attaching onto phantomas. check graphics id to seed out the medusa fddi...Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-25see if we are a consoleMichael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-01-11read rom through the rom handleMichael Shalayeff
2000-09-03a note about 705/35 graphics; from he@obt.runit.noMichael Shalayeff
2000-06-15be more carefull about pg0, i think switch on sv next timeMichael Shalayeff
2000-06-13ptr alignment is not a hack, it's a feature fix for byte-wide promMichael Shalayeff
2000-05-30new driver for sti graphics.Michael Shalayeff