Subject: CVS commit: syssrc/sys/arch/macppc/stand/ofwboot
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/18/2002 02:59:03
Module Name:	syssrc
Committed By:	itojun
Date:		Mon Jun 17 23:59:02 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/stand/ofwboot: ofdev.c

Log Message:
LABELSECTOR is redefined to be 0 on macppc, so it is not usable for MBR
disk label offset.  use hardcoded "1" for now, i guess we need a new #define
in sys/disklabel_mbr.h.  fixes ofwboot to boot kernel off from MBR-formatted
disk.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/macppc/stand/ofwboot/ofdev.c

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