diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-10-01 12:53:38 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-10-01 12:53:38 +0000 |
commit | a98ad09d45e7d52dd825754ace9ede56df32339f (patch) | |
tree | 7b9a29ed9432d4c611c868f5abd355918d50b79c | |
parent | 2d2d358541380d7d18b366b66529b8a320227852 (diff) |
Add system variant types for VAXstation 4000/60 and MicroVAX 3100m80.
-rw-r--r-- | sys/arch/vax/include/sid.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/vax/include/sid.h b/sys/arch/vax/include/sid.h index 8ff2a439353..a949bb00eb6 100644 --- a/sys/arch/vax/include/sid.h +++ b/sys/arch/vax/include/sid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sid.h,v 1.10 2001/03/16 22:46:25 hugh Exp $ */ +/* $OpenBSD: sid.h,v 1.11 2001/10/01 12:53:37 hugh Exp $ */ /* $NetBSD: sid.h,v 1.12 1999/12/11 17:55:13 ragge Exp $ */ /* @@ -149,7 +149,10 @@ #define VAX_BTYP_690 0x12000001 /* VAX 4000 model 400 */ #define VAX_BTYP_1202 0x12000002 /* VAX 6000 model 510-560 */ + #define VAX_BTYP_46 0x12000004 /* VAXstation 4000/60, 3100/80 */ +#define VAX_VTYP_47 0x00000001 /* MicroVAX 3100/80 */ +#define VAX_VTYP_46 0x00000002 /* VAXstation 4000/60 */ /* * NVAX chip series (1991) |