summaryrefslogtreecommitdiffstats
path: root/cpukit/libpci
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2015-04-08 10:00:48 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:27 +0200
commite189f241865e44210bbdbf1e89593a7f46bbe533 (patch)
tree586208dbaeb965f7094eda0b788e4c167780f439 /cpukit/libpci
parentDRVMGR: clean-up Makefile.am (diff)
downloadrtems-e189f241865e44210bbdbf1e89593a7f46bbe533.tar.bz2
PCI BUS: moved comment out of license header
Diffstat (limited to 'cpukit/libpci')
-rw-r--r--cpukit/libpci/pci_bus.c25
-rw-r--r--cpukit/libpci/pci_bus.h21
2 files changed, 22 insertions, 24 deletions
diff --git a/cpukit/libpci/pci_bus.c b/cpukit/libpci/pci_bus.c
index 654d311541..ef0a0685c6 100644
--- a/cpukit/libpci/pci_bus.c
+++ b/cpukit/libpci/pci_bus.c
@@ -2,23 +2,20 @@
*
* COPYRIGHT (c) 2008 Cobham Gaisler AB.
*
- * General part of PCI Bus driver. The driver is typically
- * initialized from the PCI host driver separating the host
- * driver from the common parts in PCI drivers.
- * The PCI library must be initialized before starting the
- * PCI bus driver. The PCI library have set up BARs and
- * assigned system IRQs for targets.
- * This PCI bus driver rely on the PCI library (pci.c) for
- * interrupt registeration (pci_interrupt_register) and PCI
- * target set up.
- *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * 2008-12-03, Daniel Hellstrom <daniel@gaisler.com>
- * Created
- *
+ */
+
+/* General part of PCI Bus driver. The driver is typically
+ * initialized from the PCI host driver separating the host
+ * driver from the common parts in PCI drivers.
+ * The PCI library must be initialized before starting the
+ * PCI bus driver. The PCI library have set up BARs and
+ * assigned system IRQs for targets.
+ * This PCI bus driver rely on the PCI library (pci.c) for
+ * interrupt registeration (pci_interrupt_register) and PCI
+ * target set up.
*/
/* Use PCI Configuration libarary pci_hb RAM device structure to find devices,
diff --git a/cpukit/libpci/pci_bus.h b/cpukit/libpci/pci_bus.h
index 359a55a6b6..8e3912b187 100644
--- a/cpukit/libpci/pci_bus.h
+++ b/cpukit/libpci/pci_bus.h
@@ -2,22 +2,23 @@
*
* COPYRIGHT (c) 2008 Cobham Gaisler AB.
*
- * General part of PCI Bus driver. The driver is typically
- * initialized from the PCI host driver separating the host
- * driver from the common parts in PCI drivers.
- * The PCI library must be initialized before starting the
- * PCI bus driver. The PCI library have set up BARs and
- * assigned system IRQs for targets.
- * This PCI bus driver rely on the PCI library (pci.c) for
- * interrupt registeration (pci_interrupt_register) and PCI
- * target set up.
- *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
*/
+/* General part of drvmgr PCI Bus driver. The driver is typically
+ * initialized from the PCI host driver separating the host
+ * driver from the common parts in PCI drivers.
+ * The PCI library must be initialized before starting the
+ * PCI bus driver. The PCI library have set up BARs and
+ * assigned system IRQs for targets.
+ * This PCI bus driver rely on the PCI library (pci.c) for
+ * interrupt registeration (pci_interrupt_register) and PCI
+ * target set up.
+ */
+
#ifndef __PCI_BUS_H__
#define __PCI_BUS_H__