Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/include/oea add Hardware Interrupt Offset R...



details:   https://anonhg.NetBSD.org/src/rev/37246d6525c9
branches:  trunk
changeset: 832255:37246d6525c9
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri May 04 16:57:14 2018 +0000

description:
add Hardware Interrupt Offset Register found on 970

diffstat:

 sys/arch/powerpc/include/oea/spr.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 755db68c067b -r 37246d6525c9 sys/arch/powerpc/include/oea/spr.h
--- a/sys/arch/powerpc/include/oea/spr.h        Fri May 04 16:39:14 2018 +0000
+++ b/sys/arch/powerpc/include/oea/spr.h        Fri May 04 16:57:14 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: spr.h,v 1.4 2018/02/16 18:04:06 macallan Exp $ */
+/*     $NetBSD: spr.h,v 1.5 2018/05/04 16:57:14 macallan Exp $ */
 
 #ifndef _POWERPC_OEA_SPR_H_
 #define        _POWERPC_OEA_SPR_H_
@@ -85,6 +85,7 @@
 #define   MPCe300c1              0x8083
 #define   MPCe300c2              0x8084
 #define   MPCe300c3              0x8085
+#define SPR_HIOR               0x137   /* .... HW Interrupt Offset (970) */
 
 #define        SPR_IBAT0U              0x210   /* ..68 Instruction BAT Reg 0 Upper */
 #define        SPR_IBAT0L              0x211   /* ..6. Instruction BAT Reg 0 Lower */



Home | Main Index | Thread Index | Old Index