Source-Changes archive

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

CVS commit: src/sys/arch/ofppc



Module Name:    src
Committed By:   phx
Date:           Fri Dec 31 21:50:28 UTC 2010

Modified Files:
        src/sys/arch/ofppc/conf: GENERIC GENERIC.MP files.ofppc
        src/sys/arch/ofppc/include: disklabel.h
Added Files:
        src/sys/arch/ofppc/ofppc: disksubr.c

Log Message:
Support for reading disklabels from RDB partitions in the kernel.
The code will check for a raw disklabel first, then tries to find the
disklabel in an MBR partition and finally constructs it from RDB
partitions.
RDB is probably only needed for the Pegasos platform, so it can be
disabled in the config file (RDB_PART).


To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/arch/ofppc/conf/GENERIC
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/ofppc/conf/GENERIC.MP
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/ofppc/conf/files.ofppc
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ofppc/include/disklabel.h
cvs rdiff -u -r0 -r1.22 src/sys/arch/ofppc/ofppc/disksubr.c

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