--- cpukit/libpci/pci_bus.c | 25 +++++++++++-------------- cpukit/libpci/pci_bus.h | 21 +++++++++++---------- 2 files changed, 22 insertions(+), 24 deletions(-)
diff --git a/cpukit/libpci/pci_bus.c b/cpukit/libpci/pci_bus.c index 654d311..ef0a068 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 <dan...@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 359a55a..8e3912b 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__ -- 1.7.0.4 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel