added commented out AUTOFS pseudo-device entries

This commit is contained in:
christos 2018-01-13 12:38:16 +00:00
parent d131c53716
commit 11e1cc2161
5 changed files with 22 additions and 9 deletions

View File

@ -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 @@ include "arch/amd64/conf/std.amd64"
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 @@ pseudo-device vcoda # coda minicache <-> venus comm.
# 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

View File

@ -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 @@ include "arch/amd64/conf/std.amd64"
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 @@ pseudo-device vcoda # coda minicache <-> venus comm.
# 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

View File

@ -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 @@ options MODULAR_DEFAULT_AUTOLOAD
# 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

View File

@ -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 INCLUDE_CONFIG_FILE # embed config file in kernel binary
#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 @@ pseudo-device vcoda # coda minicache <-> venus comm.
# 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

View File

@ -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 INCLUDE_CONFIG_FILE # embed config file in kernel binary
#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 @@ pseudo-device vcoda # coda minicache <-> venus comm.
# 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 ?