aboutsummaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-01-18 10:35:56 +0000
committerStefan Reinauer <stepan@openbios.org>2008-01-18 10:35:56 +0000
commit7e61e45402aba2b90997f4f02ca8266cf65a229a (patch)
tree6fb6fa92ca2ed1c637c6285223c66bedae783b90 /src/devices
parentc72fcde2735c531f8d1e49778aaa4ac901c2bec3 (diff)
Please bear with me - another rename checkin. This qualifies as trivial, no
code is changed. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/agp_device.c2
-rw-r--r--src/devices/cardbus_device.c2
-rw-r--r--src/devices/device.c2
-rw-r--r--src/devices/device_util.c2
-rw-r--r--src/devices/hypertransport.c2
-rw-r--r--src/devices/pci_device.c2
-rw-r--r--src/devices/pci_ops.c2
-rw-r--r--src/devices/pci_rom.c2
-rw-r--r--src/devices/pciexp_device.c2
-rw-r--r--src/devices/pcix_device.c2
-rw-r--r--src/devices/pnp_device.c2
-rw-r--r--src/devices/root_device.c2
-rw-r--r--src/devices/smbus_ops.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/devices/agp_device.c b/src/devices/agp_device.c
index 9c28b5d7ee..517118be99 100644
--- a/src/devices/agp_device.c
+++ b/src/devices/agp_device.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2005 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/cardbus_device.c b/src/devices/cardbus_device.c
index 2dc7a51f3a..548bdf7eec 100644
--- a/src/devices/cardbus_device.c
+++ b/src/devices/cardbus_device.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2005 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/device.c b/src/devices/device.c
index 67066e0265..635f876bbe 100644
--- a/src/devices/device.c
+++ b/src/devices/device.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* It was originally based on the Linux kernel (arch/i386/kernel/pci-pc.c).
*
diff --git a/src/devices/device_util.c b/src/devices/device_util.c
index c6ef541282..5a1b8b5ef0 100644
--- a/src/devices/device_util.c
+++ b/src/devices/device_util.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2003-2004 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/hypertransport.c b/src/devices/hypertransport.c
index 01096d054e..145829774a 100644
--- a/src/devices/hypertransport.c
+++ b/src/devices/hypertransport.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2003-2004 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c
index 5dbb77c344..604a55154a 100644
--- a/src/devices/pci_device.c
+++ b/src/devices/pci_device.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* It was originally based on the Linux kernel (drivers/pci/pci.c).
*
diff --git a/src/devices/pci_ops.c b/src/devices/pci_ops.c
index 91af15407e..032c900cb9 100644
--- a/src/devices/pci_ops.c
+++ b/src/devices/pci_ops.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2004 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/pci_rom.c b/src/devices/pci_rom.c
index 17ddb8f658..d47a7e3f51 100644
--- a/src/devices/pci_rom.c
+++ b/src/devices/pci_rom.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2005 Li-Ta Lo <ollie@lanl.gov>
* Copyright (C) 2005 Tyan
diff --git a/src/devices/pciexp_device.c b/src/devices/pciexp_device.c
index 47358aab65..cf6104ed95 100644
--- a/src/devices/pciexp_device.c
+++ b/src/devices/pciexp_device.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2005 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/pcix_device.c b/src/devices/pcix_device.c
index e4040cf617..270d255b1e 100644
--- a/src/devices/pcix_device.c
+++ b/src/devices/pcix_device.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2005 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/pnp_device.c b/src/devices/pnp_device.c
index f03208d3f9..b5d8f9716f 100644
--- a/src/devices/pnp_device.c
+++ b/src/devices/pnp_device.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2004 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/root_device.c b/src/devices/root_device.c
index 7b6929ec5b..9c5bf86263 100644
--- a/src/devices/root_device.c
+++ b/src/devices/root_device.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2003-2004 Linux Networx
* (Written by Eric Biederman <ebiederman@lnxi.com> for Linux Networx)
diff --git a/src/devices/smbus_ops.c b/src/devices/smbus_ops.c
index e2cd0543eb..c66dbe62bb 100644
--- a/src/devices/smbus_ops.c
+++ b/src/devices/smbus_ops.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
*
* Copyright (C) 2004 Tyan
* (Written by Yinghai Lu <yhlu@tyan.com> for Tyan)