Module Name: src Committed By: christos Date: Thu Apr 3 15:21:52 UTC 2014
Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: - prevent matchbiosdisks from being called twice. This could happen via raid autoconf calling cpu_rootconf() once and then init main calling cpu_rootconf() a second time. - separate booted_device setup into cpu_bootconf(), a new optional function. This function can be called before raid autoconfiguration to determine the booted device. This needs to be done before raid autoconfiguration, otherwise if we are using wedges, the raid will autoconfigure wedges, and we'll be unable to open the underlying devices later to determine the booted device. - fix a debugging comment. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/arch/x86/x86/x86_autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.