Subject: CVS commit: syssrc/sys/arch/sgimips/stand
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/22/2001 01:33:19
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Nov 21 23:33:19 UTC 2001

Modified Files:
	syssrc/sys/arch/sgimips/stand/boot: Makefile version
	syssrc/sys/arch/sgimips/stand/common: boot.c bootinfo.c bootinfo.h
	    common.h disk.c
Removed Files:
	syssrc/sys/arch/sgimips/stand/common: startprog.S

Log Message:
- Adjust bootinfo to work sanely in an ARCS world, and pass some
  info along to the kernel (currently just the symbol table info).
- Don't bother with the startprog dance; we don't need to do anything
  special, here, so just call the entry point directly.
- A bunch of random cleanup.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sgimips/stand/boot/Makefile \
    syssrc/sys/arch/sgimips/stand/boot/version
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sgimips/stand/common/boot.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sgimips/stand/common/bootinfo.c \
    syssrc/sys/arch/sgimips/stand/common/bootinfo.h \
    syssrc/sys/arch/sgimips/stand/common/common.h \
    syssrc/sys/arch/sgimips/stand/common/disk.c
cvs rdiff -r1.1 -r0 syssrc/sys/arch/sgimips/stand/common/startprog.S

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