summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-08-16 15:45:27 +0000
committermarius <marius@FreeBSD.org>2004-08-16 15:45:27 +0000
commit24ad8a984216ddd6cda66a3325a55fe6bd74b88c (patch)
treeb0e11f4b8347dd4899a1326d52f2bb6e6a254b40 /sys/sparc64
parente81a15aa811662f8a2b4804b1134c73089382dea (diff)
downloadFreeBSD-src-24ad8a984216ddd6cda66a3325a55fe6bd74b88c.zip
FreeBSD-src-24ad8a984216ddd6cda66a3325a55fe6bd74b88c.tar.gz
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended). Ok'ed by: tmm
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/ofw_bus.h4
-rw-r--r--sys/sparc64/sparc64/machdep.c2
-rw-r--r--sys/sparc64/sparc64/nexus.c6
-rw-r--r--sys/sparc64/sparc64/ofw_bus.c4
-rw-r--r--sys/sparc64/sparc64/ofw_machdep.c2
5 files changed, 9 insertions, 9 deletions
diff --git a/sys/sparc64/include/ofw_bus.h b/sys/sparc64/include/ofw_bus.h
index bc766b4..1e9004e 100644
--- a/sys/sparc64/include/ofw_bus.h
+++ b/sys/sparc64/include/ofw_bus.h
@@ -32,8 +32,8 @@
#define ORIR_NOTFOUND 0xffffffff
/*
- * Other than in OpenFirmware calls, the size of a bus cell seems to be always
- * the same.
+ * Other than in Open Firmware calls, the size of a bus cell seems to be
+ * always the same.
*/
typedef u_int32_t pcell_t;
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c
index e7a933b..2cfa3d1 100644
--- a/sys/sparc64/sparc64/machdep.c
+++ b/sys/sparc64/sparc64/machdep.c
@@ -241,7 +241,7 @@ sparc64_init(caddr_t mdp, u_long o1, u_long o2, u_long o3, ofw_vec_t *vec)
cpu_impl = VER_IMPL(rdpr(ver));
/*
- * Initialize openfirmware (needed for console).
+ * Initialize Open Firmware (needed for console).
*/
OF_init(vec);
diff --git a/sys/sparc64/sparc64/nexus.c b/sys/sparc64/sparc64/nexus.c
index 6469f7f..7f130c2 100644
--- a/sys/sparc64/sparc64/nexus.c
+++ b/sys/sparc64/sparc64/nexus.c
@@ -55,7 +55,7 @@
/*
* The nexus (which is a pseudo-bus actually) iterates over the nodes that
- * hang from the OpenFirmware root node and adds them as devices to this bus
+ * hang from the Open Firmware root node and adds them as devices to this bus
* (except some special nodes which are excluded) so that drivers can be
* attached to them.
*
@@ -63,7 +63,7 @@
* done at this level.
*
* Maybe this code should get into dev/ofw to some extent, as some of it should
- * work for all OpenFirmware based machines...
+ * work for all Open Firmware based machines...
*/
static MALLOC_DEFINE(M_NEXUS, "nexus", "nexus device information");
@@ -169,7 +169,7 @@ nexus_probe(device_t dev)
{
/* Nexus does always match. */
- device_set_desc(dev, "OpenFirmware Nexus device");
+ device_set_desc(dev, "Open Firmware Nexus device");
return (0);
}
diff --git a/sys/sparc64/sparc64/ofw_bus.c b/sys/sparc64/sparc64/ofw_bus.c
index c1fcfcb..844e55b 100644
--- a/sys/sparc64/sparc64/ofw_bus.c
+++ b/sys/sparc64/sparc64/ofw_bus.c
@@ -58,8 +58,8 @@
*/
/*
- * OpenFirmware bus support code that is (hopefully) independent from the used
- * hardware.
+ * Open Firmware bus support code that is (hopefully) independent from the
+ * used hardware.
* Maybe this should go into dev/ofw/; there may however be sparc specific
* bits left.
*/
diff --git a/sys/sparc64/sparc64/ofw_machdep.c b/sys/sparc64/sparc64/ofw_machdep.c
index 74a6176..3bd7394 100644
--- a/sys/sparc64/sparc64/ofw_machdep.c
+++ b/sys/sparc64/sparc64/ofw_machdep.c
@@ -26,7 +26,7 @@
*/
/*
- * Some OpenFirmware helper functions that are likely machine dependent.
+ * Some Open Firmware helper functions that are likely machine dependent.
*/
#include <sys/param.h>
OpenPOWER on IntegriCloud