summaryrefslogtreecommitdiffstats
path: root/cpukit/libpci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DRVMGR: renamed RES_EMPTY to DRVMGR_RES_EMPTYDaniel Hellstrom2015-04-171-1/+1
|
* DRVMGR: renamed info_dev to get_info_devDaniel Hellstrom2015-04-171-1/+1
|
* DRVMGR: change name of freq_get to get_freqDaniel Hellstrom2015-04-171-3/+3
|
* LIBPCI: updated license to rtems.orgDaniel Hellstrom2015-04-1732-32/+32
|
* LIBPCI: new implementation private header fileDaniel Hellstrom2015-04-177-45/+56
| | | | | | | | - 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: use enum with pci_system_typeDaniel Hellstrom2015-04-172-3/+3
|
* LIBPCI: use RTEMS_INLINE_ROUTINEDaniel Hellstrom2015-04-172-35/+40
|
* LIBPCI: moved comment out of license headerDaniel Hellstrom2015-04-171-4/+9
|
* PCI BUS: moved comment out of license headerDaniel Hellstrom2015-04-172-24/+22
|
* LIBPCI: added license and auto-gen comment to pci/ids.hDaniel Hellstrom2015-04-171-1/+26
| | | | To be Merged.
* LIBPCI: clean-up pci_for_each_child() search argDaniel Hellstrom2015-04-171-1/+4
|
* LIBPCI: remove $Id in makefile.amDaniel Hellstrom2015-04-171-4/+0
|
* LIBPCI: converted to BSD headerDaniel Hellstrom2015-04-1714-1158/+1833
|
* DRVMGR: PCI BUS converted to BSD headerDaniel Hellstrom2015-04-171-8/+8
|
* LIBPCI: moved pci_bus copyright into a single lineDaniel Hellstrom2015-04-172-4/+2
|
* LIBPCI: moved copyright into a single lineDaniel Hellstrom2015-04-1727-54/+27
|
* LIBPCI: removed unused changes fileDaniel Hellstrom2015-04-171-46/+0
|
* LIBPCI: fixed RES2DEV in pci/cfg.hDaniel Hellstrom2015-04-171-2/+5
|
* NGMP PCI: added support for NGMP prototype boardsDaniel Hellstrom2015-04-171-0/+1
|
* GR-CPCI-LEON4-N2X: added PCI peripheral driver for PCI deviceDaniel Hellstrom2015-04-172-0/+2
| | | | Interrupts have not been test yet
* LIBPCI: added DRVMGR model for PCI busDaniel Hellstrom2015-04-174-0/+740
|
* LIBPCI: added PCI layer to cpukit/libpciDaniel Hellstrom2015-04-1734-0/+4786