Module Name:    src
Committed By:   christos
Date:           Tue Apr 10 23:59:48 UTC 2012

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
Add apple partition recognition.


To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 src/sys/arch/i386/conf/ALL

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

Modified files:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.334 src/sys/arch/i386/conf/ALL:1.335
--- src/sys/arch/i386/conf/ALL:1.334	Sat Mar 10 16:51:52 2012
+++ src/sys/arch/i386/conf/ALL	Tue Apr 10 19:59:47 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.334 2012/03/10 21:51:52 joerg Exp $
+# $NetBSD: ALL,v 1.335 2012/04/10 23:59:47 christos Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.334 $"
+#ident 		"ALL-$Revision: 1.335 $"
 
 maxusers	64		# estimated number of users
 
@@ -158,6 +158,7 @@ options 	DKWEDGE_METHOD_GPT	# Supports G
 # The following two options can break /etc/fstab, so handle with care
 options 	DKWEDGE_METHOD_BSDLABEL	# Support disklabel entries as wedges
 options 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
+options 	DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
 
 # File systems
 file-system 	FFS		# UFS

Reply via email to