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 added commented out AUTOFS pseudo-device...



details:   https://anonhg.NetBSD.org/src/rev/b0fb534aeaae
branches:  trunk
changeset: 828977:b0fb534aeaae
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 13 12:38:16 2018 +0000

description:
added commented out AUTOFS pseudo-device entries

diffstat:

 sys/arch/amd64/conf/ALL       |  7 +++++--
 sys/arch/amd64/conf/GENERIC   |  7 +++++--
 sys/arch/amd64/conf/MODULAR   |  3 ++-
 sys/arch/amd64/conf/XEN3_DOM0 |  7 +++++--
 sys/arch/amd64/conf/XEN3_DOMU |  7 +++++--
 5 files changed, 22 insertions(+), 9 deletions(-)

diffs (129 lines):

diff -r 6da46253c157 -r b0fb534aeaae sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Sat Jan 13 12:36:35 2018 +0000
+++ b/sys/arch/amd64/conf/ALL   Sat Jan 13 12:38:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.77 2018/01/10 11:11:20 knakahara Exp $
+# $NetBSD: ALL,v 1.78 2018/01/13 12:38:16 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.77 $"
+#ident         "ALL-$Revision: 1.78 $"
 
 maxusers       64              # estimated number of users
 
@@ -1654,6 +1654,9 @@
 # a pseudo device needed for SMBFS
 pseudo-device  nsmb                    # experimental - SMB requester
 
+# a pseudo device needed for AUTOFS
+pseudo-device  autofs                  # experimental - AUTOFS
+
 # iSCSI initiator
 pseudo-device  iscsi
 
diff -r 6da46253c157 -r b0fb534aeaae sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Jan 13 12:36:35 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Jan 13 12:38:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.480 2018/01/10 11:11:20 knakahara Exp $
+# $NetBSD: GENERIC,v 1.481 2018/01/13 12:38:16 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.480 $"
+#ident         "GENERIC-$Revision: 1.481 $"
 
 maxusers       64              # estimated number of users
 
@@ -1325,6 +1325,9 @@
 # a pseudo device needed for SMBFS
 pseudo-device  nsmb                    # experimental - SMB requester
 
+# a pseudo device needed for AUTOFS
+#pseudo-device autofs                  # experimental - AUTOFS
+
 # wscons pseudo-devices
 pseudo-device  wsmux                   # mouse & keyboard multiplexor
 pseudo-device  wsfont
diff -r 6da46253c157 -r b0fb534aeaae sys/arch/amd64/conf/MODULAR
--- a/sys/arch/amd64/conf/MODULAR       Sat Jan 13 12:36:35 2018 +0000
+++ b/sys/arch/amd64/conf/MODULAR       Sat Jan 13 12:38:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.10 2018/01/09 03:31:12 christos Exp $
+# $NetBSD: MODULAR,v 1.11 2018/01/13 12:38:16 christos Exp $
 #
 # Try to exclude all the drivers in GENERIC that have been modularized
 # XXX: incomplete
@@ -132,6 +132,7 @@
 # miscellaneous pseudo-devices
 -no pseudo-device      clockctl                # user control of clock subsystem
 -no pseudo-device      vcoda                   # coda minicache <-> venus comm.
+-no pseudo-device      autofs                  # experimental - AUTOFS
 
 # a pseudo device needed for SMBFS
 -no pseudo-device      nsmb                    # experimental - SMB requester
diff -r 6da46253c157 -r b0fb534aeaae sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Sat Jan 13 12:36:35 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Sat Jan 13 12:38:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.143 2018/01/09 03:31:12 christos Exp $
+# $NetBSD: XEN3_DOM0,v 1.144 2018/01/13 12:38:16 christos Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOM0-$Revision: 1.143 $"
+#ident         "XEN3_DOM0-$Revision: 1.144 $"
 
 maxusers       32              # estimated number of users
 
@@ -888,6 +888,9 @@
 # a pseudo device needed for SMBFS
 pseudo-device  nsmb                    # experimental - SMB requester
 
+# a pseudo device needed for AUTOFS
+#pseudo-device autofs                  # experimental - AUTOFS
+
 # iSCSI initiator
 #pseudo-device iscsi
 
diff -r 6da46253c157 -r b0fb534aeaae sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Sat Jan 13 12:36:35 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Sat Jan 13 12:38:16 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.81 2018/01/09 03:31:12 christos Exp $
+# $NetBSD: XEN3_DOMU,v 1.82 2018/01/13 12:38:16 christos Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -10,7 +10,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOMU-$Revision: 1.81 $"
+#ident         "XEN3_DOMU-$Revision: 1.82 $"
 
 maxusers       32              # estimated number of users
 
@@ -239,6 +239,9 @@
 # a pseudo device needed for SMBFS
 pseudo-device  nsmb                    # experimental - SMB requester
 
+# a pseudo device needed for AUTOFS
+#pseudo-device autofs                  # experimental - AUTOFS
+
 # iSCSI initiator and dependencies
 #scsibus* at scsi?
 #sd*   at scsibus? target ? lun ?



Home | Main Index | Thread Index | Old Index