Age | Commit message (Expand) | Author |
2006-04-16 | Introduce sti_rom_size() which will compute the size of a card's rom, and | Miod Vallat |
2006-04-01 | Revert previous commit, this causes sti1 probe to hang on some models. | Miod Vallat |
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat |
2005-03-17 | fix comment wrt previous change | Michael Shalayeff |
2005-03-17 | add two more revs of romless cards; from netbsd | Michael Shalayeff |
2005-03-01 | only call eaio_l2() if kernel has support for pcxl2 compiled in; from weissma... | Michael Shalayeff |
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod Vallat |
2005-01-23 | Two sti(4) changes necessary for hp300: | Miod Vallat |
2004-09-15 | scan cpu bus manually for some machines do not support that in prom | Michael Shalayeff |
2004-08-30 | another card tat uses system prom | Michael Shalayeff |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff |
2003-12-22 | make sure to run probe only once per device w/ grumpy testing | Michael Shalayeff |
2003-12-17 | figure out the used prom size in probe() and pass that into attach that will ... | 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-30 | typos and grammer from Bruno Rohee <bruno@rohee.com> | Michael Shalayeff |
2003-09-25 | provide a function to enable accel io on pcxl2 and use it on the fb | Michael Shalayeff |
2003-08-21 | better guess on dual-card (not dual-head cards) rom adress guessing; miod@ te... | Michael Shalayeff |
2003-08-11 | during probe there is no need to map the whole hpa space. only rom is needed.... | Michael Shalayeff |
2003-07-16 | only match int-eg on gecko sgc cards | Michael Shalayeff |
2003-05-20 | create a devine routine for devising the holy rom address and use it in both ... | Michael Shalayeff |
2003-05-19 | dig internal EG prom address | Michael Shalayeff |
2003-05-07 | double memsize as there might be prom as well | Michael Shalayeff |
2003-03-29 | allow attaching onto phantomas. check graphics id to seed out the medusa fddi... | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-25 | see if we are a console | Michael Shalayeff |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-01-11 | read rom through the rom handle | Michael Shalayeff |
2000-09-03 | a note about 705/35 graphics; from he@obt.runit.no | Michael Shalayeff |
2000-06-15 | be more carefull about pg0, i think switch on sv next time | Michael Shalayeff |
2000-06-13 | ptr alignment is not a hack, it's a feature fix for byte-wide prom | Michael Shalayeff |
2000-05-30 | new driver for sti graphics. | Michael Shalayeff |