Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/xen
Module Name: src
Committed By: bouyer
Date: Sun Jul 8 21:14:16 UTC 2007
Modified Files:
src/sys/arch/xen/i386: autoconf.c xen_machdep.c
src/sys/arch/xen/xen: if_xennet.c if_xennet_xenbus.c
Log Message:
Add a bootstatic callback for dom0, which allows to take NFS boot informations
from the command line (nfsroot=, ip=) in the same way domUs did.
While there convert a for (;;) loop to TAILQ_FOREACH().
>From Christoph Egger in private mail.
Make all bootstatic callbacks return the new NFS_BOOTSTATIC_NOSTATIC flag
when no nfs boot information is found on command line.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/xen/i386/autoconf.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/xen/i386/xen_machdep.c
cvs rdiff -r1.49 -r1.50 src/sys/arch/xen/xen/if_xennet.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/xen/xen/if_xennet_xenbus.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