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 MPC7448 and change MPC745x_P ma...
details: https://anonhg.NetBSD.org/src/rev/2af601bb7fc1
branches: trunk
changeset: 573157:2af601bb7fc1
user: matt <matt%NetBSD.org@localhost>
date: Fri Jan 21 00:04:54 2005 +0000
description:
Add MPC7448 and change MPC745x_P macro to deal with it.
diffstat:
sys/arch/powerpc/include/spr.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ea9783e30f4f -r 2af601bb7fc1 sys/arch/powerpc/include/spr.h
--- a/sys/arch/powerpc/include/spr.h Thu Jan 20 22:15:46 2005 +0000
+++ b/sys/arch/powerpc/include/spr.h Fri Jan 21 00:04:54 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spr.h,v 1.35 2005/01/20 21:26:49 matt Exp $ */
+/* $NetBSD: spr.h,v 1.36 2005/01/21 00:04:54 matt Exp $ */
#ifndef _POWERPC_SPR_H_
#define _POWERPC_SPR_H_
@@ -92,7 +92,8 @@
#define MPC7455 0x8001
#define MPC7457 0x8002
#define MPC7447A 0x8003
-#define MPC745X_P(v) ((v & 0xFFFC) == 0x8000)
+#define MPC7448 0x8004
+#define MPC745X_P(v) ((v & 0xFFF8) == 0x8000)
#define MPC7410 0x800c
#define MPC8245 0x8081
Home |
Main Index |
Thread Index |
Old Index