CVS commit: src/sys/arch/atari/stand/bootxxx

2022-06-26 Thread Izumi Tsutsui
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*)0x100);
-	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;



CVS commit: src/sys/arch/atari/stand/bootxxx

2022-06-26 Thread Izumi Tsutsui
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.



CVS commit: src/sys/arch/atari/stand/bootxxx

2020-07-01 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Jul  1 23:37:10 UTC 2020

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

Log Message:
Correct SRCS; bsdstart.S not bsdstart.s.

Fix build with bsd.dep.mk rev 1.87, which requires more strict
filename matching.

Found by martin.


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

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/Makefile.bootxxx
diff -u src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx:1.8 src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx:1.9
--- src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx:1.8	Sun Jan 12 15:26:28 2014
+++ src/sys/arch/atari/stand/bootxxx/Makefile.bootxxx	Wed Jul  1 23:37:10 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.bootxxx,v 1.8 2014/01/12 15:26:28 tsutsui Exp $
+#	$NetBSD: Makefile.bootxxx,v 1.9 2020/07/01 23:37:10 rin Exp $
 
 NOMAN=	# defined
 
@@ -39,7 +39,7 @@ LINKFLAGS=	-static -N -e start -Ttext ${
 #
 # Warning: start.S should be the first source!
 #
-SRCS=	start.S bootxxx.c aout.c bsdstart.s elf.c filesystem.c sysinfo.c
+SRCS=	start.S bootxxx.c aout.c bsdstart.S elf.c filesystem.c sysinfo.c
 
 LIBS=	${LIBSA} ${LIBKERN}
 



CVS commit: src/sys/arch/atari/stand/bootxxx

2020-07-01 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Jul  1 23:37:10 UTC 2020

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

Log Message:
Correct SRCS; bsdstart.S not bsdstart.s.

Fix build with bsd.dep.mk rev 1.87, which requires more strict
filename matching.

Found by martin.


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

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