include SMBFS support
This commit is contained in:
parent
316f67d63e
commit
e702ddcd47
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.87 2004/01/06 16:24:14 chuck Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.88 2004/01/23 13:43:46 jdolecek Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
|
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.87 $"
|
||||
#ident "GENERIC-$Revision: 1.88 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -122,6 +122,7 @@ file-system PROCFS # /proc
|
|||
file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION # union file system
|
||||
file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
|
@ -818,6 +819,9 @@ pseudo-device clockctl # user control of clock subsystem
|
|||
# a pseudo device needed for Coda # also needs CODA (above)
|
||||
pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
||||
|
||||
# a pseudo device needed for SMBFS
|
||||
pseudo-device nsmb # experimental - SMB requester
|
||||
|
||||
# wscons pseudo-devices
|
||||
pseudo-device wsmux # mouse & keyboard multiplexor
|
||||
pseudo-device wsfont
|
||||
|
|
Loading…
Reference in New Issue