From d7645d516ae314f78fbc83099faa0696698318f9 Mon Sep 17 00:00:00 2001 From: aoyama Date: Sat, 10 Dec 2022 02:41:56 +0000 Subject: [PATCH] Fix comments, no binary change. --- sys/arch/luna88k/luna88k/autoconf.c | 6 +++--- sys/arch/luna88k/luna88k/machdep.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/arch/luna88k/luna88k/autoconf.c b/sys/arch/luna88k/luna88k/autoconf.c index 1028a6141f0..5b6cef86b62 100644 --- a/sys/arch/luna88k/luna88k/autoconf.c +++ b/sys/arch/luna88k/luna88k/autoconf.c @@ -1,4 +1,4 @@ -/* $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 @@ -101,7 +101,7 @@ diskconf(void) } /* - * Get 'auto-boot' information from NVRAM + * Get 'auto-boot' information * * XXX Right now we can not handle network boot. */ @@ -147,7 +147,7 @@ get_autoboot_device(void) 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__); diff --git a/sys/arch/luna88k/luna88k/machdep.c b/sys/arch/luna88k/luna88k/machdep.c index 371342f1e2c..3a629d879f7 100644 --- a/sys/arch/luna88k/luna88k/machdep.c +++ b/sys/arch/luna88k/luna88k/machdep.c @@ -1,4 +1,4 @@ -/* $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 @@ -190,8 +190,8 @@ int machtype = LUNA_88K; /* may be overwritten in cpu_startup() */ 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 */ @@ -970,7 +970,7 @@ luna88k_vector_init(uint32_t *bootvbr, uint32_t *vectors) } /* - * Called from locore.S during boot, + * Called from locore0.S during boot, * this is the first C code that's run. */ void -- 2.20.1