Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/acorn32/stand



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.




Home | Main Index | Thread Index | Old Index