From dc623099cac2000f332d7791bca858143a8bb027 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Wed, 8 Apr 2015 10:01:48 +0200 Subject: LIBPCI: moved comment out of license header --- cpukit/libpci/pci/cfg.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'cpukit/libpci') 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__ -- cgit v1.2.3