summaryrefslogtreecommitdiffstats
path: root/cpukit/libpci/pci_cfg_auto.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libpci: fix pci device allocationDaniel Hellstrom2017-09-291-0/+16
| | | | | | | | | | 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
* LIBPCI: updated license to rtems.orgDaniel Hellstrom2015-04-171-1/+1
|
* LIBPCI: new implementation private header fileDaniel Hellstrom2015-04-171-20/+2
| | | | | | | | - 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
* LIBPCI: various comment/unsed clean-upsDaniel Hellstrom2015-04-171-14/+9
|
* LIBPCI: converted to BSD headerDaniel Hellstrom2015-04-171-28/+28
|
* LIBPCI: moved copyright into a single lineDaniel Hellstrom2015-04-171-2/+1
|
* LIBPCI: added PCI layer to cpukit/libpciDaniel Hellstrom2015-04-171-0/+1014