xref: /original-bsd/sys/pmax/pmax/pmaxtype.h (revision 3705696b)
1 /*-
2  * Copyright (c) 1992, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * The Mach Operating System project at Carnegie-Mellon University,
7  * Ralph Campbell and Rick Macklem.
8  *
9  * %sccs.include.redist.c%
10  *
11  *	@(#)pmaxtype.h	8.1 (Berkeley) 06/10/93
12  */
13 
14 /*
15  * Mother board type byte of "systype" environment variable.
16  */
17 #define	DS_PMAX		0x1	/* DECstation 2100/3100 */
18 #define	DS_3MAX		0x2	/* DECstation 5000/200 */
19 #define	DS_3MIN		0x3	/* DECstation 5000/1xx */
20 #define	DS_LSIS		0x5	/* DECsystem 5800 */
21 #define	DS_MIPSFAIR	0x6	/* DECsystem 5400 */
22 #define	DS_MAXINE	0x7	/* Personal DECstation 5000/xx */
23 #define	DS_3MAXPLUS	0x8	/* DECstation 5000/240 (JUST A GUESS) */
24 #define	DS_MIPSFAIR2	0xb	/* DECsystem 5500 */
25 #define	DS_MIPSMATE	0xc	/* DECsystem 5100 */
26