summaryrefslogtreecommitdiffstats
path: root/cpukit/libpci
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-04-08 10:01:48 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:27 +0200
commitdc623099cac2000f332d7791bca858143a8bb027 (patch)
tree72db1c7f33909123d99f632c4a6a1f4690a7090c /cpukit/libpci
parentPCI BUS: moved comment out of license header (diff)
downloadrtems-dc623099cac2000f332d7791bca858143a8bb027.tar.bz2
LIBPCI: moved comment out of license header
Diffstat (limited to 'cpukit/libpci')
-rw-r--r--cpukit/libpci/pci/cfg.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/cpukit/libpci/pci/cfg.h b/cpukit/libpci/pci/cfg.h
index e0cb125ff6..46a4170870 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__