index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hppa
/
dev
/
sti_sgc.c
Age
Commit message (
Expand
)
Author
2014-08-30
Fix format strings in STIDEBUG code.
Miod Vallat
2014-04-08
Less <uvm/uvm.h>
Martin Pieuchot
2009-02-06
Split sti structures into rom-related information and screen-related
Miod Vallat
2007-09-15
[fF]uther -> [fF]urther in comments and man page. First one spotted on
Kenneth R Westerback
2007-08-23
Look for STI firmware at the additional address given by the firmware. This
Mark Kettenis
2007-01-11
Allow sti_attach_common() to return an error code, and do not fall into
Miod Vallat
2006-12-18
Change sti attachment to pass an array of base addresses for the sti regions,
Miod Vallat
2006-11-30
replace a bunch of ifs w/ an array scan and add a few more
Michael Shalayeff
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