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 autodiscovery



details:   https://anonhg.NetBSD.org/src/rev/2835a303d71f
branches:  trunk
changeset: 778643:2835a303d71f
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 07 05:40:41 2012 +0000

description:
add apple autodiscovery

diffstat:

 sys/arch/i386/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 1fd6103f2cbd -r 2835a303d71f sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Apr 07 05:39:55 2012 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Apr 07 05:40:41 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1068 2012/03/25 00:11:16 nonaka Exp $
+# $NetBSD: GENERIC,v 1.1069 2012/04/07 05:40:41 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1068 $"
+#ident                 "GENERIC-$Revision: 1.1069 $"
 
 maxusers       64              # estimated number of users
 
@@ -151,9 +151,10 @@
 # Wedge support
 options        DKWEDGE_AUTODISCOVER    # Automatically add dk(4) instances
 options        DKWEDGE_METHOD_GPT      # Supports GPT partitions as wedges
-# The following two options can break /etc/fstab, so handle with care
+# The following three 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-system    FFS             # UFS
 file-system    NFS             # Network File System client



Home | Main Index | Thread Index | Old Index