summaryrefslogtreecommitdiff
path: root/cpukit/libpci/pci_cfg_read.c (follow)
AgeCommit message (Collapse)Author
2017-09-29libpci: fix pci device allocationDaniel Hellstrom
The refactoring of pci_dev_create() was incorrect since the code relied on different defines before including pci/cfg.h. This reverts back to the original code having two pci_dev_create() one in auto and one in read library. confdefs.h selectes between the two libraries so both there is no link conflict. Updates #3029
2015-04-17LIBPCI: updated license to rtems.orgDaniel Hellstrom
2015-04-17LIBPCI: new implementation private header fileDaniel Hellstrom
- new implementation private header file - moved double implementation of pci_dev_create used by read & auto cfg libraries to common pci_dev_create.c - moved declaration of pci_bus_cnt to private header file so avoid extern in .c files
2015-04-17LIBPCI: converted to BSD headerDaniel Hellstrom
2015-04-17LIBPCI: moved copyright into a single lineDaniel Hellstrom
2015-04-17LIBPCI: added PCI layer to cpukit/libpciDaniel Hellstrom