aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2002-09-19 04:44:35 +0000
committerPeter Grehan <grehan@FreeBSD.org>2002-09-19 04:44:35 +0000
commit663a6cc0578b1a49990675ee4db66bdfbce3ff79 (patch)
treea12d4cbd46f8179a0d2d6a836fbe6113e1471d3f /sys
parent6dfada4ccaba75c27c92d8e400ab007509d04913 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/include/cpu.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index 36fc196151857..19b0c72747835 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -64,8 +64,12 @@ extern void __syncicache(void *, int);
* CTL_MACHDEP definitions.
*/
#define CPU_CACHELINE 1
-#define CPU_MAXID 2
-#define CPU_CONSDEV 1
+#define CPU_CONSDEV 2
+#define CPU_ADJKERNTZ 3
+#define CPU_DISRTCSET 4
+#define CPU_BOOTINFO 5
+#define CPU_WALLCLOCK 6
+#define CPU_MAXID 7
#define CTL_MACHDEP_NAMES { \
{ 0, 0 }, \