Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf add apple autodiscovery.



details:   https://anonhg.NetBSD.org/src/rev/1fd6103f2cbd
branches:  trunk
changeset: 778642:1fd6103f2cbd
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 07 05:39:55 2012 +0000

description:
add apple autodiscovery.

diffstat:

 sys/arch/amd64/conf/GENERIC |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r c58dc85df537 -r 1fd6103f2cbd sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Apr 07 05:38:49 2012 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Apr 07 05:39:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.351 2012/03/25 00:11:16 nonaka Exp $
+# $NetBSD: GENERIC,v 1.352 2012/04/07 05:39:55 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.351 $"
+#ident                 "GENERIC-$Revision: 1.352 $"
 
 maxusers       64              # estimated number of users
 
@@ -127,9 +127,11 @@
 # 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    MFS             # memory file system
@@ -1197,7 +1199,7 @@
 pseudo-device  stf                     # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 pseudo-device  bridge                  # simple inter-network bridging
-#options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
+options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
 pseudo-device  agr                     # IEEE 802.3ad link aggregation
 
 #



Home | Main Index | Thread Index | Old Index