Subject: CVS commit: [netbsd-1-6] src/sys/arch/sun68k/stand/tapeboot
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/09/2003 19:11:11
Module Name:	src
Committed By:	tron
Date:		Tue Sep  9 19:11:10 UTC 2003

Modified Files:
	src/sys/arch/sun68k/stand/tapeboot [netbsd-1-6]: boot.c rawfs.c

Log Message:
Pull up revision 1.2 (requested by fredette in ticket #1402):
Added seek support for tape files.  Before, seeking a tape file
would silently fail, causing loadfile to load file contents into
the wrong addresses.
On the sun3/sun3x, MARK_START was incorrectly set too.  Also
added support for booting a sun2.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.1.18.1 src/sys/arch/sun68k/stand/tapeboot/boot.c \
    src/sys/arch/sun68k/stand/tapeboot/rawfs.c

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