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 Add MPC7447A (0x8003)
details: https://anonhg.NetBSD.org/src/rev/e7d9222d0d2d
branches: trunk
changeset: 573152:e7d9222d0d2d
user: matt <matt%NetBSD.org@localhost>
date: Thu Jan 20 21:26:49 2005 +0000
description:
Add MPC7447A (0x8003)
diffstat:
sys/arch/powerpc/include/spr.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5577554bb5d7 -r e7d9222d0d2d sys/arch/powerpc/include/spr.h
--- a/sys/arch/powerpc/include/spr.h Thu Jan 20 21:14:18 2005 +0000
+++ b/sys/arch/powerpc/include/spr.h Thu Jan 20 21:26:49 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spr.h,v 1.34 2004/12/06 04:15:03 briggs Exp $ */
+/* $NetBSD: spr.h,v 1.35 2005/01/20 21:26:49 matt Exp $ */
#ifndef _POWERPC_SPR_H_
#define _POWERPC_SPR_H_
@@ -91,6 +91,7 @@
#define MPC7450 0x8000
#define MPC7455 0x8001
#define MPC7457 0x8002
+#define MPC7447A 0x8003
#define MPC745X_P(v) ((v & 0xFFFC) == 0x8000)
#define MPC7410 0x800c
#define MPC8245 0x8081
Home |
Main Index |
Thread Index |
Old Index