summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/malta/pci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pci.h cleanup - Consolidate common defines to cpukit pci.hJoel Sherrill2012-05-163-12/+4
| | | | | | | | | | | | | + 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
* Add MIPS/Malta BSP.Jennifer Averett2012-04-043-0/+1489