diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:29:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 05:29:32 +0000 |
commit | 86b4fdd623d3c50d7bfd9427c2c9208454cd0da7 (patch) | |
tree | 5d95abcaf58d01703a30c7ab600537d3b8f67989 /sys/arch/vax/include/sid.h | |
parent | e2cd6c399798843e13e76f49dc8ee048b51f99f1 (diff) |
update from netbsd (verbatim)
Diffstat (limited to 'sys/arch/vax/include/sid.h')
-rw-r--r-- | sys/arch/vax/include/sid.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/include/sid.h b/sys/arch/vax/include/sid.h index 91f89399156..2888b904525 100644 --- a/sys/arch/vax/include/sid.h +++ b/sys/arch/vax/include/sid.h @@ -1,4 +1,4 @@ -/* $NetBSD: sid.h,v 1.5 1995/02/23 17:51:44 ragge Exp $ */ +/* $NetBSD: sid.h,v 1.6 1995/11/12 14:37:18 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. @@ -48,7 +48,6 @@ #define MACHID(x) ((x>>24)&255) #define V750UCODE(x) ((x>>8)&255) -#define V750HARDW(x) (cpu_type&255) /* * The MicroVAXII CPU chip (78032) is used on more than one type of system |