Source-Changes archive

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

CVS commit: src/sys/rump/dev



Module Name:    src
Committed By:   pooka
Date:           Tue Jun  9 16:16:15 UTC 2009

Added Files:
        src/sys/rump/dev: Makefile Makefile.rumpdev
        src/sys/rump/dev/lib: Makefile Makefile.inc
        src/sys/rump/dev/lib/libdisk: Makefile shlib_version
        src/sys/rump/dev/lib/libraidframe: Makefile component.c shlib_version

Log Message:
Checkpoint a bunch of work-in-progress: support for disk devices
and raidframe.  Raidframe works well enough to configure a raid in
the rump kernel, but the usage is "interesting" (pending some other
changes/cleanup from other parts in my tree).

These are not built by default yet.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/Makefile \
    src/sys/rump/dev/Makefile.rumpdev
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/lib/Makefile \
    src/sys/rump/dev/lib/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/lib/libdisk/Makefile \
    src/sys/rump/dev/lib/libdisk/shlib_version
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/lib/libraidframe/Makefile \
    src/sys/rump/dev/lib/libraidframe/component.c \
    src/sys/rump/dev/lib/libraidframe/shlib_version

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