forked from Imagelibrary/rtems
PCI BUS: moved comment out of license header
This commit is contained in:
@@ -2,7 +2,12 @@
|
|||||||
*
|
*
|
||||||
* COPYRIGHT (c) 2008 Cobham Gaisler AB.
|
* COPYRIGHT (c) 2008 Cobham Gaisler AB.
|
||||||
*
|
*
|
||||||
* General part of PCI Bus driver. The driver is typically
|
* 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 PCI Bus driver. The driver is typically
|
||||||
* initialized from the PCI host driver separating the host
|
* initialized from the PCI host driver separating the host
|
||||||
* driver from the common parts in PCI drivers.
|
* driver from the common parts in PCI drivers.
|
||||||
* The PCI library must be initialized before starting the
|
* The PCI library must be initialized before starting the
|
||||||
@@ -11,14 +16,6 @@
|
|||||||
* This PCI bus driver rely on the PCI library (pci.c) for
|
* This PCI bus driver rely on the PCI library (pci.c) for
|
||||||
* interrupt registeration (pci_interrupt_register) and PCI
|
* interrupt registeration (pci_interrupt_register) and PCI
|
||||||
* target set up.
|
* 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
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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,7 +2,13 @@
|
|||||||
*
|
*
|
||||||
* COPYRIGHT (c) 2008 Cobham Gaisler AB.
|
* COPYRIGHT (c) 2008 Cobham Gaisler AB.
|
||||||
*
|
*
|
||||||
* General part of PCI Bus driver. The driver is typically
|
* 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
|
* initialized from the PCI host driver separating the host
|
||||||
* driver from the common parts in PCI drivers.
|
* driver from the common parts in PCI drivers.
|
||||||
* The PCI library must be initialized before starting the
|
* The PCI library must be initialized before starting the
|
||||||
@@ -11,11 +17,6 @@
|
|||||||
* This PCI bus driver rely on the PCI library (pci.c) for
|
* This PCI bus driver rely on the PCI library (pci.c) for
|
||||||
* interrupt registeration (pci_interrupt_register) and PCI
|
* interrupt registeration (pci_interrupt_register) and PCI
|
||||||
* target set up.
|
* 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.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __PCI_BUS_H__
|
#ifndef __PCI_BUS_H__
|
||||||
|
|||||||
Reference in New Issue
Block a user