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