forked from Imagelibrary/rtems
PCI BUS: moved comment out of license header
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user