Subject: CVS commit: syssrc/sys/arch/macppc/macppc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 11/20/2001 01:22:49
Module Name:	syssrc
Committed By:	matt
Date:		Mon Nov 19 23:22:49 UTC 2001

Modified Files:
	syssrc/sys/arch/macppc/macppc: autoconf.c machdep.c

Log Message:
Fix boot device selection when booting from an alias.  If the bootpath
isn't an OFW device, look it up in /aliases and substitute the bootpath
found into the string.  This allow device_register to do it's thing.
Key off the drive number, not the channel, in autoconf.c.  Closes PR#13756.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/arch/macppc/macppc/autoconf.c
cvs rdiff -r1.104 -r1.105 syssrc/sys/arch/macppc/macppc/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.