Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   cegger
Date:           Mon Oct 27 10:58:23 UTC 2008

Modified Files:
        src/sys/arch/xen/x86: autoconf.c
        src/sys/arch/xen/xen: if_xennet.c if_xennet_xenbus.c
        src/sys/nfs: nfs_boot.c nfs_bootdhcp.c nfs_bootparam.c nfs_bootstatic.c
            nfsdiskless.h

Log Message:
change nfs boot behaviour to automatically try next boot method if boot 
information are incomplete to succeed.
That way, it is possible combine static and dhcp boot:
  For example, to boot diskless you can specify the nfs-server and the rootpath 
statically. All other information will be taken via dhcp.

Patch has been presented on port-xen, tech-kern and tech-net:
http://mail-index.netbsd.org/port-xen/2008/10/24/msg004488.html
http://mail-index.netbsd.org/tech-kern/2008/10/24/msg003255.html
http://mail-index.netbsd.org/tech-net/2008/10/24/msg000864.html

No comments, no objections.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/xen/x86/autoconf.c
cvs rdiff -r1.59 -r1.60 src/sys/arch/xen/xen/if_xennet.c
cvs rdiff -r1.27 -r1.28 src/sys/arch/xen/xen/if_xennet_xenbus.c
cvs rdiff -r1.75 -r1.76 src/sys/nfs/nfs_boot.c
cvs rdiff -r1.43 -r1.44 src/sys/nfs/nfs_bootdhcp.c
cvs rdiff -r1.33 -r1.34 src/sys/nfs/nfs_bootparam.c
cvs rdiff -r1.5 -r1.6 src/sys/nfs/nfs_bootstatic.c
cvs rdiff -r1.28 -r1.29 src/sys/nfs/nfsdiskless.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