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
/
dev
/
pci
/
sti_pci.c
Age
Commit message (
Expand
)
Author
2024-08-17
Checkpoint of work-in-progress attempt to support the FireGL-UX board. This
Miod Vallat
2023-04-13
Remove intentionally undocumented pci_{io,mem}_find and convert their last
Miod Vallat
2023-04-03
Fix stupid bug in previous.
Miod Vallat
2023-02-20
Rewrite the ROM walk logic to correctly iterate over non-STI ROMs (and skip
Miod Vallat
2023-02-20
Wrap all printf calls in sti_check_rom() in order to automagically cope with
Miod Vallat
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2014-08-30
Fix format strings in STIDEBUG code.
Miod Vallat
2009-02-06
Split sti structures into rom-related information and screen-related
Miod Vallat
2007-06-17
Repair a couple of printfs.
Miod Vallat
2007-01-12
Keep the wsscreen_descr in the softc, to allow sti of different text
Miod Vallat
2007-01-11
Add a platform specific sti_pci_is_console() to decide if a given pci sti
Miod Vallat
2007-01-11
Add callbacks to enable and disable the sti rom, so that it is only mapped
Miod Vallat
2007-01-11
Allow sti_attach_common() to return an error code, and do not fall into
Miod Vallat
2006-12-18
Add support for pci-based sti devices. ok mickey@
Miod Vallat