diff options
author | 2006-02-10 21:27:22 +0000 | |
---|---|---|
committer | 2006-02-10 21:27:22 +0000 | |
commit | 35acd628282cf118919bc54c04724afe0080373c (patch) | |
tree | 71e053c2e18f68806ccf7242a04f26b4301e52b5 | |
parent | imsg API changed so adapt to it. (diff) | |
download | wireguard-openbsd-35acd628282cf118919bc54c04724afe0080373c.tar.xz wireguard-openbsd-35acd628282cf118919bc54c04724afe0080373c.zip |
Add a few more CPU types.
-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_ */ |