diff options
author | 1996-01-09 16:01:03 +0000 | |
---|---|---|
committer | 1996-01-09 16:01:03 +0000 | |
commit | d47bdc8b669efb4e0b7fa603a658c67811abe66f (patch) | |
tree | 533a422721e8301fa24f88e6b521882ff736faa5 | |
parent | added IP filter to netstat/rc and put examples in /usr/share/ipf (diff) | |
download | wireguard-openbsd-d47bdc8b669efb4e0b7fa603a658c67811abe66f.tar.xz wireguard-openbsd-d47bdc8b669efb4e0b7fa603a658c67811abe66f.zip |
Add some more machine defines.
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
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. |