summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-06-29 05:56:24 +0200
committerKumar Gala <galak@kernel.crashing.org>2007-06-29 08:58:48 +0200
commitcf1d8a8a7b6616fbfd14f2d4646024f4ff1c3c8b (patch)
treee2a965d055f1fc4b8acf4f833a15e44632341d6a /arch
parent[POWERPC] Use ppc64 style list management for pci_controller on ppc32 (diff)
downloadlinux-cf1d8a8a7b6616fbfd14f2d4646024f4ff1c3c8b.tar.xz
linux-cf1d8a8a7b6616fbfd14f2d4646024f4ff1c3c8b.zip
[POWERPC] Add copyright header to pci-common.c based on pci_{32,64}.c
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/pci-common.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c
index 295cbb18a4f2..faf5ef3e90d0 100644
--- a/arch/powerpc/kernel/pci-common.c
+++ b/arch/powerpc/kernel/pci-common.c
@@ -1,5 +1,14 @@
/*
* Contains common pci routines for ALL ppc platform
+ * (based on pci_32.c and pci_64.c)
+ *
+ * Port for PPC64 David Engebretsen, IBM Corp.
+ * Contains common pci routines for ppc64 platform, pSeries and iSeries brands.
+ *
+ * Copyright (C) 2003 Anton Blanchard <anton@au.ibm.com>, IBM
+ * Rework, based on alpha PCI code.
+ *
+ * Common pmac/prep/chrp pci routines. -- Cort
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License