Module Name:    src
Committed By:   tsutsui
Date:           Sun Jun 26 14:08:15 UTC 2022

Modified Files:
        src/sys/arch/atari/stand/bootxxx: bootxxx.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/atari/stand/bootxxx/bootxxx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/atari/stand/bootxxx/bootxxx.c
diff -u src/sys/arch/atari/stand/bootxxx/bootxxx.c:1.8 src/sys/arch/atari/stand/bootxxx/bootxxx.c:1.9
--- src/sys/arch/atari/stand/bootxxx/bootxxx.c:1.8	Mon Aug 24 13:04:37 2009
+++ src/sys/arch/atari/stand/bootxxx/bootxxx.c	Sun Jun 26 14:08:15 2022
@@ -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 @@ bootxxx(void *readsector, void *disklabe
 
 	/* 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;

Reply via email to