Subject: CVS commit: syssrc/sys/arch/macppc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 03/23/2002 03:29:36
Module Name:	syssrc
Committed By:	wrstuden
Date:		Sat Mar 23 01:29:35 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/include: disklabel.h
	syssrc/sys/arch/macppc/macppc: disksubr.c

Log Message:
Add support for storing NetBSD file system type codes inside of
an Apple Partition entry. As proposed to port-macppc. Also some
prototype modernization for touched routines.

Method is that NETBSD, NETBSD/MACPPC, NETBSD/MAC68K partitions,
if they have a valid bzb, contain all of the info we shove in a NetBSD
disklabel partition entry. defines in disklabel.h cover aliasing
some of the bzb fields.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/macppc/include/disklabel.h
cvs rdiff -r1.17 -r1.18 syssrc/sys/arch/macppc/macppc/disksubr.c

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