--- cpukit/libpci/pci/cfg.h | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/cpukit/libpci/pci/cfg.h b/cpukit/libpci/pci/cfg.h index e0cb125..46a4170 100644 --- a/cpukit/libpci/pci/cfg.h +++ b/cpukit/libpci/pci/cfg.h @@ -1,7 +1,4 @@ -/* PCI Configuration Library, two versions of the library exists: - * - auto configuration (default) - * - static configuration (user defined config) - * both versions are defined here. +/* PCI Configuration Library * * COPYRIGHT (c) 2010 Cobham Gaisler AB. * @@ -10,6 +7,14 @@ * http://www.rtems.com/license/LICENSE. */ +/* Four versions of the library exists: + * - auto configuration (default) + * - read configuration from PnP (inherit BIOS set up) + * - static configuration (user defined config) + * - peripheral configuration, no CFG space accesses are possible instead a + * device tree known at compile-time have been built in. + * all versions are defined through here. + */ #ifndef __PCI_CFG_H__ #define __PCI_CFG_H__ -- 1.7.0.4 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel