Source-Changes archive

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

CVS commit: [netbsd-3] src



Module Name:    src
Committed By:   ghen
Date:           Fri Nov 10 09:18:38 UTC 2006

Modified Files:
        src/share/man/man8/man8.sparc [netbsd-3]: boot.8
        src/sys/arch/sparc/stand/common [netbsd-3]: promdev.c

Log Message:
Pull up following revision(s) (requested by jdc in ticket #1527):
        sys/arch/sparc/stand/common/promdev.c: revision 1.19
        share/man/man8/man8.sparc/boot.8: revision 1.29 + patch
        share/man/man8/man8.sparc/boot.8: revision 1.30
Add support to the 2nd stage boot loader for booting from RAID
partitions.  We do this by checking the NetBSD label to see if the
boot partition is of type RAID.  If so, we offset reads from the
disk so that the kernel image can be read.
Note that with this code, sun4 machines (with PROM monitor) will only
boot from RAID if the RAID partition is the first one on the disk.
Tested on a SPARCstation 20, a SPARCstation 2 and a 4/330.
Add some PROM monitor and Open Boot PROM boot-related commands and a
BUGS section describing boot limitations.
Drop trailing whitespace.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.28.2.1 src/share/man/man8/man8.sparc/boot.8
cvs rdiff -r1.15.14.1 -r1.15.14.2 src/sys/arch/sparc/stand/common/promdev.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