On Aug 12, 2006, at 2:45 PM, Christos Zoulas wrote:
Module Name: src Committed By: christos Date: Sat Aug 12 21:45:22 UTC 2006 Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message:- Check if a disk has wedges, and use the wedge device corresponding to theroot partition, instead of punting. This makes booting work with traditional disklabel disks and wedge autoconfiguration.
Why was this change necessary? I had booting from wedges working ... a long time ago.
- factor out disk opening code. To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 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.
-- thorpej