-/* $OpenBSD: autoconf.c,v 1.28 2022/10/14 20:53:18 aoyama Exp $ */
+/* $OpenBSD: autoconf.c,v 1.29 2022/12/10 02:41:56 aoyama Exp $ */
/*
* Copyright (c) 1998 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
}
/*
- * Get 'auto-boot' information from NVRAM
+ * Get 'auto-boot' information
*
* XXX Right now we can not handle network boot.
*/
use_nvram_info:
/*
- * Use old method if we can not get bootdev information from boot loader
+ * Use old method if we can not get bootdev information
*/
printf("%s: no bootdev information, use NVRAM setting\n", __func__);
-/* $OpenBSD: machdep.c,v 1.141 2022/12/06 00:56:52 cheloha Exp $ */
+/* $OpenBSD: machdep.c,v 1.142 2022/12/10 02:41:56 aoyama Exp $ */
/*
* Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
int cputyp = CPU_88100;
int cpuspeed = 33; /* safe guess */
int sysconsole = 0; /* 0 = ttya, may be overwritten in locore0.S */
-u_int16_t dipswitch = 0; /* set in locore.S */
-int hwplanebits; /* set in locore.S */
+u_int16_t dipswitch = 0; /* set in locore0.S */
+int hwplanebits; /* set in locore0.S */
extern struct consdev syscons; /* in dev/siotty.c */
}
/*
- * Called from locore.S during boot,
+ * Called from locore0.S during boot,
* this is the first C code that's run.
*/
void