summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/powerpc/include/cpu.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h
index 9e86b6252d1..a19fe049301 100644
--- a/sys/arch/powerpc/include/cpu.h
+++ b/sys/arch/powerpc/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.44 2009/03/26 17:24:33 oga Exp $ */
+/* $OpenBSD: cpu.h,v 1.45 2009/08/24 21:44:21 dms Exp $ */
/* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */
/*
@@ -253,6 +253,14 @@ FUNC_SPR(532, ibat2u)
FUNC_SPR(533, ibat2l)
FUNC_SPR(534, ibat3u)
FUNC_SPR(535, ibat3l)
+FUNC_SPR(560, ibat4u)
+FUNC_SPR(561, ibat4l)
+FUNC_SPR(562, ibat5u)
+FUNC_SPR(563, ibat5l)
+FUNC_SPR(564, ibat6u)
+FUNC_SPR(565, ibat6l)
+FUNC_SPR(566, ibat7u)
+FUNC_SPR(567, ibat7l)
FUNC_SPR(536, dbat0u)
FUNC_SPR(537, dbat0l)
FUNC_SPR(538, dbat1u)
@@ -261,6 +269,14 @@ FUNC_SPR(540, dbat2u)
FUNC_SPR(541, dbat2l)
FUNC_SPR(542, dbat3u)
FUNC_SPR(543, dbat3l)
+FUNC_SPR(568, dbat4u)
+FUNC_SPR(569, dbat4l)
+FUNC_SPR(570, dbat5u)
+FUNC_SPR(571, dbat5l)
+FUNC_SPR(572, dbat6u)
+FUNC_SPR(573, dbat6l)
+FUNC_SPR(574, dbat7u)
+FUNC_SPR(575, dbat7l)
FUNC_SPR(1008, hid0)
FUNC_SPR(1009, hid1)
FUNC_SPR(1010, iabr)