Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/stand/bootxxx Consistently use "NetBSD/atari"...



details:   https://anonhg.NetBSD.org/src/rev/042a98cc870c
branches:  trunk
changeset: 368163:042a98cc870c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jun 26 14:08:15 2022 +0000

description:
Consistently use "NetBSD/atari", not "NetBSD/Atari" on tertiary boot.

diffstat:

 sys/arch/atari/stand/bootxxx/bootxxx.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2ee048466627 -r 042a98cc870c sys/arch/atari/stand/bootxxx/bootxxx.c
--- a/sys/arch/atari/stand/bootxxx/bootxxx.c    Sun Jun 26 11:14:36 2022 +0000
+++ b/sys/arch/atari/stand/bootxxx/bootxxx.c    Sun Jun 26 14:08:15 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootxxx.c,v 1.8 2009/08/24 13:04:37 tsutsui Exp $      */
+/*     $NetBSD: bootxxx.c,v 1.9 2022/06/26 14:08:15 tsutsui Exp $      */
 
 /*
  * Copyright (c) 2001 Leo Weppelman.
@@ -57,8 +57,8 @@
 
        /* XXX: Limit should be 16MB */
        setheap(end, (void*)0x1000000);
-       printf("\033v\nNetBSD/Atari tertiary bootloader "
-                                       "($Revision: 1.8 $)\n\n");
+       printf("\033v\nNetBSD/atari tertiary bootloader "
+                                       "($Revision: 1.9 $)\n\n");
 
        if (init_dskio(readsector, disklabel, od->rootfs))
                return -1;



Home | Main Index | Thread Index | Old Index