157093Sakito /* 257093Sakito * Copyright (c) 1992 OMRON Corporation. 3*63199Sbostic * Copyright (c) 1992, 1993 4*63199Sbostic * The Regents of the University of California. All rights reserved. 557093Sakito * 657093Sakito * This code is derived from software contributed to Berkeley by 757093Sakito * OMRON Corporation. 857093Sakito * 957093Sakito * %sccs.include.redist.c% 1057093Sakito * 11*63199Sbostic * @(#)preset.h 8.1 (Berkeley) 06/10/93 1257093Sakito */ 1357093Sakito 1457093Sakito /* 1557093Sakito * preset.h -- preset infomation 1657093Sakito * by A.Fujita, Dec-12-1992 1757093Sakito */ 1857093Sakito 1957093Sakito /* 2057093Sakito * DIP SW-1 2157093Sakito */ 2257093Sakito 2357093Sakito #define PS_AUTOBOOT 0x01 /* 1: PROM auto-boot */ 2457093Sakito #define PS_BMC_CONS 0x02 /* 2: use bitmap display as console */ 2557093Sakito #define PS_BW_DISP 0x04 /* 3: use B&W display (unused) */ 2657093Sakito /* 4: HD write verify (???) */ 2757093Sakito #define PS_COFF 0x10 /* 5: boot COFF format kernel */ 2857093Sakito #define PS_PLAIN 0x20 /* 6: number of bitmap plain (unused) */ 2957093Sakito /* NOTE: it has 4 plain, if turn it on, else 1 */ 3057093Sakito /* 7: boot device (unused) */ 3157093Sakito /* NOTE: it should be net-booting, if turn it on */ 3257093Sakito /* 8: load diagnostic program (unused) */ 3357093Sakito 34