diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-07-18 16:58:49 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-07-18 16:58:49 +0000 |
commit | 00f5016e9af0ae470437db06cac0f1cf86f835ee (patch) | |
tree | 2a792d78be26b3d3612c75c93014e95a510caab6 /sys | |
parent | a45d209c879beea2f9f25fcd78fa690b99888603 (diff) |
PB190 Gestalt IDs
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index 5fdded9e731..3c5255ac236 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.30 2004/06/13 21:49:17 niklas Exp $ */ +/* $OpenBSD: cpu.h,v 1.31 2005/07/18 16:58:48 martin Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -176,6 +176,7 @@ extern int astpending; /* need to trap before returning to user mode */ #define MACH_MACP550 80 #define MACH_MACCCLASSICII 83 #define MACH_MACPB165 84 +#define MACH_MACPB190CS 85 #define MACH_MACTV 88 #define MACH_MACLC475 89 #define MACH_MACLC475_33 90 @@ -187,6 +188,7 @@ extern int astpending; /* need to trap before returning to user mode */ #define MACH_MACPB280 102 #define MACH_MACPB280C 103 #define MACH_MACPB150 115 +#define MACH_MACPB190 122 /* * Machine classes. These define subsets of the above machines. |