Subject: CVS commit: src/sys/arch/sun68k/stand/tapeboot
To: None <source-changes@NetBSD.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 08/05/2003 19:10:28
Module Name:	src
Committed By:	fredette
Date:		Tue Aug  5 19:10:27 UTC 2003

Modified Files:
	src/sys/arch/sun68k/stand/tapeboot: boot.c rawfs.c

Log Message:
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.2 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.