summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2007-01-18 18:32:26 +0000
committermarius <marius@FreeBSD.org>2007-01-18 18:32:26 +0000
commit2d9010d810175d7d279a3dcd6c99a1de578e08ac (patch)
tree75a8865fa92b6abec4f64c11c90a51178f5bd531 /sys/sun4v/include
parentbd9f82b7635eb00afc16cc1d37d8e505cc3f9798 (diff)
downloadFreeBSD-src-2d9010d810175d7d279a3dcd6c99a1de578e08ac.zip
FreeBSD-src-2d9010d810175d7d279a3dcd6c99a1de578e08ac.tar.gz
- Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4)
may also reflect a Fireplane/Safari or JBus bus (or a virtual bus which in turn reflects a JBus bus or something like that...). - In the both the sparc64 and sun4v bus_machdep.c use __FBSDID. - Spell SBus the official way in comments. - Replace hardcoded function names (all of which were actually outdated) in panic and status strings with __func__. - Fix whitespace nits.
Diffstat (limited to 'sys/sun4v/include')
-rw-r--r--sys/sun4v/include/bus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sun4v/include/bus.h b/sys/sun4v/include/bus.h
index f74dcf4..27901df 100644
--- a/sys/sun4v/include/bus.h
+++ b/sys/sun4v/include/bus.h
@@ -84,12 +84,12 @@
#include <machine/upa.h>
/*
- * UPA and SBUS spaces are non-cached and big endian
+ * Nexus and SBus spaces are non-cached and big endian
* (except for RAM and PROM)
*
* PCI spaces are non-cached and little endian
*/
-#define UPA_BUS_SPACE 0
+#define NEXUS_BUS_SPACE 0
#define SBUS_BUS_SPACE 1
#define PCI_CONFIG_BUS_SPACE 2
#define PCI_IO_BUS_SPACE 3
OpenPOWER on IntegriCloud