Subject: CVS commit: syssrc/sys/arch/sh3/sh3
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 07/22/2002 18:11:10
Module Name:	syssrc
Committed By:	tsutsui
Date:		Mon Jul 22 15:11:10 UTC 2002

Modified Files:
	syssrc/sys/arch/sh3/sh3: disksubr.c

Log Message:
Fix disklabel handling on sh3 ports:

- By default, use disklabels in the native endian.
- With options BSDDISKLABEL_EI, kernels can read/write labels
  in the opposite endian.
- With options COMPAT_MMEYE_OLDLABEL, kernels accept labels
  in format used on old mmeyes.
  (Some old mmeyes have "the bootstrap kernel to load kernel from disks"
   on their flash ROMs and it is not easy to update kernels on the ROMs.)
- While here, use leXXtoh() to read some values in MBR.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/sh3/sh3/disksubr.c

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