summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/malta/pci/pci.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23bsps: Move PCI drivers to bspsSebastian Huber1-1102/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-03-09libbsp/malta/pci/pci.c: Correct printk() formatsJoel Sherrill1-6/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-16pci.h cleanup - Consolidate common defines to cpukit pci.hJoel Sherrill1-5/+2
+ libbsp/sparc/shared/include/pci.h was largely a copy of an older version of the cpukit pci.h. Removed much of the contents and included <rtems/pci.h>. + sparc/*/pci*.c - Move to <rtems/pci.h> required updating to use uint32_t for dword accesses. + Rename PCI_MULTI_FUNCTION to PCI_HEADER_TYPE_MULTI_FUNCTION + Define PCI_HEADER_TYPE_MULTI_FUNCTION in cpukit pci.h and remove PCI_MULTI_FUNCTION definitions in C files. + Move PCI_INVALID_VENDORDEVICEID definitions from various C files to cpukit pci.h
2012-04-04Add MIPS/Malta BSP.Jennifer Averett1-0/+1105