diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-02-10 21:27:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-02-10 21:27:23 +0000 |
commit | 9b1e2249216ed26df5f4d98d8490a5f32b25894f (patch) | |
tree | 23d171bc50b8884ae97e6ebffe542b977d121775 /sys | |
parent | 79a9c72f2ebe05324c4f0d324fe3f155b8b4eb79 (diff) |
Add a few more CPU types.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/include/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/cpu.h b/sys/arch/powerpc/include/cpu.h index b36babb439c..154361f1f49 100644 --- a/sys/arch/powerpc/include/cpu.h +++ b/sys/arch/powerpc/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.26 2005/11/26 22:40:30 kettenis Exp $ */ +/* $OpenBSD: cpu.h,v 1.27 2006/02/10 21:27:22 kettenis Exp $ */ /* $NetBSD: cpu.h,v 1.1 1996/09/30 16:34:21 ws Exp $ */ /* @@ -246,7 +246,9 @@ extern int ppc_proc_is_64b; #define PPC_CPU_IBM750FX 0x7000 #define PPC_CPU_MPC7410 0x800c #define PPC_CPU_MPC7447A 0x8003 +#define PPC_CPU_MPC7448 0x8004 #define PPC_CPU_MPC7450 0x8000 #define PPC_CPU_MPC7455 0x8001 +#define PPC_CPU_MPC7457 0x8002 #endif /* _POWERPC_CPU_H_ */ |