Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add apple partition recognition.



details:   https://anonhg.NetBSD.org/src/rev/602f96353006
branches:  trunk
changeset: 778727:602f96353006
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 10 23:59:47 2012 +0000

description:
Add apple partition recognition.

diffstat:

 sys/arch/i386/conf/ALL |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1d4eb2ef8792 -r 602f96353006 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Tue Apr 10 19:02:30 2012 +0000
+++ b/sys/arch/i386/conf/ALL    Tue Apr 10 23:59:47 2012 +0000
@@ -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 @@
 
 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 @@
 # 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



Home | Main Index | Thread Index | Old Index