PCI BUS: moved comment out of license header

This commit is contained in:
Daniel Hellstrom
2015-04-08 10:00:48 +02:00
parent 2fb09129dd
commit e189f24186
2 changed files with 22 additions and 24 deletions

View File

@@ -2,23 +2,20 @@
* *
* COPYRIGHT (c) 2008 Cobham Gaisler AB. * 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 * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE. * 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, /* Use PCI Configuration libarary pci_hb RAM device structure to find devices,

View File

@@ -2,22 +2,23 @@
* *
* COPYRIGHT (c) 2008 Cobham Gaisler AB. * 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 * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE. * 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__ #ifndef __PCI_BUS_H__
#define __PCI_BUS_H__ #define __PCI_BUS_H__