Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tsubai Masanari <tsubai@netbsd.org>
List: source-changes
Date: 07/08/1999 04:48:08
Module Name:	syssrc
Committed By:	tsubai
Date:		Thu Jul  8 11:48:08 UTC 1999

Added Files:
	syssrc/sys/arch/newsmips/stand: Makefile Makefile.inc
	syssrc/sys/arch/newsmips/stand/boot: Makefile boot.c devopen.c locore.S
	syssrc/sys/arch/newsmips/stand/bootxx: Makefile bootxx.c romcalls.S
	    start.S
	syssrc/sys/arch/newsmips/stand/installboot: Makefile installboot.c

Log Message:
Add NetBSD/newsmips native boot loader.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/newsmips/stand/Makefile \
    syssrc/sys/arch/newsmips/stand/Makefile.inc
cvs rdiff -r0 -r1.1 syssrc/sys/arch/newsmips/stand/boot/Makefile \
    syssrc/sys/arch/newsmips/stand/boot/boot.c \
    syssrc/sys/arch/newsmips/stand/boot/devopen.c \
    syssrc/sys/arch/newsmips/stand/boot/locore.S
cvs rdiff -r0 -r1.1 syssrc/sys/arch/newsmips/stand/bootxx/Makefile \
    syssrc/sys/arch/newsmips/stand/bootxx/bootxx.c \
    syssrc/sys/arch/newsmips/stand/bootxx/romcalls.S \
    syssrc/sys/arch/newsmips/stand/bootxx/start.S
cvs rdiff -r0 -r1.1 syssrc/sys/arch/newsmips/stand/installboot/Makefile \
    syssrc/sys/arch/newsmips/stand/installboot/installboot.c

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