xref: /original-bsd/sys/luna68k/stand/preset.h (revision 8244705b)
1 /*
2  * Copyright (c) 1992 OMRON Corporation.
3  * Copyright (c) 1992, 1993
4  *	The Regents of the University of California.  All rights reserved.
5  *
6  * This code is derived from software contributed to Berkeley by
7  * OMRON Corporation.
8  *
9  * %sccs.include.redist.c%
10  *
11  *	@(#)preset.h	8.1 (Berkeley) 06/10/93
12  */
13 
14 /*
15  * preset.h -- preset infomation
16  *   by A.Fujita, Dec-12-1992
17  */
18 
19 /*
20  * DIP SW-1
21  */
22 
23 #define	PS_AUTOBOOT	0x01				/* 1: PROM auto-boot */
24 #define	PS_BMC_CONS	0x02				/* 2: use bitmap display as console */
25 #define	PS_BW_DISP	0x04				/* 3: use B&W display (unused) */
26 							/* 4: HD write verify (???) */
27 #define	PS_COFF		0x10				/* 5: boot COFF format kernel */
28 #define	PS_PLAIN	0x20				/* 6: number of bitmap plain (unused) */
29 							/* NOTE: it has 4 plain, if turn it on, else 1 */
30 							/* 7: boot device (unused) */
31 							/* NOTE: it should be net-booting, if turn it on */
32 							/* 8: load diagnostic program (unused) */
33 
34