From d47bdc8b669efb4e0b7fa603a658c67811abe66f Mon Sep 17 00:00:00 2001 From: briggs Date: Tue, 9 Jan 1996 16:01:03 +0000 Subject: [PATCH] Add some more machine defines. --- sys/arch/mac68k/include/cpu.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index e4f9d4cd31a..6380aa61150 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -190,6 +190,10 @@ extern unsigned char ssir; #define MACH_MACLC475 89 #define MACH_MACLC575 92 #define MACH_MACQ605 94 +#define MACH_MACQ630 98 +#define MACH_MACPB280 102 +#define MACH_MACPB280C 103 +#define MACH_MACPB150 115 /* * Machine classes. These define subsets of the above machines. -- 2.20.1