Subject: Re: MacMini dmesg
To: Matt Thomas <matt@3am-software.com>
From: Tim Kelly <hockey@dialectronics.com>
List: port-macppc
Date: 01/20/2005 14:25:06
On Thu, 20 Jan 2005 11:10:10 -0800
Matt Thomas <matt@3am-software.com> wrote:
> cpu0 at mainbus0: Version 0x8003 (Revision 0x0102), ID 0 (primary)
> cpu0: HID0 8410c0bc<EMCP,EICE,DPM,ICE,DCE,SGE,BTIC,FBIOB,ABE,BHT>
MPC7447A?
Index: spr.h
===================================================================
RCS file: /cvsroot/src/sys/arch/powerpc/include/spr.h,v
retrieving revision 1.34
diff -d -u -r1.34 spr.h
--- spr.h 6 Dec 2004 04:15:03 -0000 1.34
+++ spr.h 20 Jan 2005 19:16:18 -0000
@@ -91,6 +91,7 @@
#define MPC7450 0x8000
#define MPC7455 0x8001
#define MPC7457 0x8002
+#define MPC7447 0x8003
#define MPC745X_P(v) ((v & 0xFFFC) == 0x8000)
#define MPC7410 0x800c
#define MPC8245 0x8081
I've got a patch to add some more info to cpu_subr.c, but Sylpheed
mangles the formatting and I doubt it will apply. I posted it to
http://www.dialectronics.com/NetBSD/cpu_subr.patch
I left HID0 and HID1 alone.
tim