Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Hellstrom
f9fbb3336f libpci: fix pci device allocation
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
2017-09-29 13:36:44 +02:00
Daniel Hellstrom
e53daed25e LIBPCI: updated license to rtems.org 2015-04-17 01:10:28 +02:00
Daniel Hellstrom
f4bf22c8e5 LIBPCI: new implementation private header file
- 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-17 01:10:28 +02:00