summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/sti_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix format strings in STIDEBUG code.miod2014-08-301-2/+2
* Split sti structures into rom-related information and screen-relatedmiod2009-02-061-7/+8
* Repair a couple of printfs.miod2007-06-171-3/+5
* Keep the wsscreen_descr in the softc, to allow sti of different textmiod2007-01-121-1/+3
* Add a platform specific sti_pci_is_console() to decide if a given pci stimiod2007-01-111-1/+5
* Add callbacks to enable and disable the sti rom, so that it is only mappedmiod2007-01-111-64/+187
* Allow sti_attach_common() to return an error code, and do not fall intomiod2007-01-111-4/+4
* Add support for pci-based sti devices. ok mickey@miod2006-12-181-0/+247