Subject: CVS commit: src/sys/arch/acorn32/stand
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/01/2006 19:08:08
Module Name: src
Committed By: bjh21
Date: Sat Apr 1 19:08:08 UTC 2006
Modified Files:
src/sys/arch/acorn32/stand: Makefile.buildboot
src/sys/arch/acorn32/stand/boot32: Makefile
src/sys/arch/acorn32/stand/lib: Makefile devopen.c riscoscalls.S
riscoscalls.h riscosdisk.c
Added Files:
src/sys/arch/acorn32/stand/lib: riscospart.c riscospart.h
Log Message:
Add code to support access to RISC OS disk devices from libsa. This is
sufficient to allow a small wrapper program to access files on the NetBSD
partition of a shared disk. NetBSD-only disks don't work (FileCore objects
to the lack of a boot block), and there's no code to actually use this
facility yet.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/acorn32/stand/Makefile.buildboot
cvs rdiff -r1.4 -r1.5 src/sys/arch/acorn32/stand/boot32/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/arch/acorn32/stand/lib/Makefile
cvs rdiff -r1.1 -r1.2 src/sys/arch/acorn32/stand/lib/devopen.c \
src/sys/arch/acorn32/stand/lib/riscosdisk.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/acorn32/stand/lib/riscoscalls.S
cvs rdiff -r1.4 -r1.5 src/sys/arch/acorn32/stand/lib/riscoscalls.h
cvs rdiff -r0 -r1.1 src/sys/arch/acorn32/stand/lib/riscospart.c \
src/sys/arch/acorn32/stand/lib/riscospart.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.