Enable smbfs, tested by several people on port-cobalt.
This commit is contained in:
parent
f6a3248825
commit
04ac2a66fd
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.117 2008/08/10 15:31:20 tls Exp $
|
||||
# $NetBSD: GENERIC,v 1.118 2008/10/30 00:03:07 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.117 $"
|
||||
#ident "GENERIC-$Revision: 1.118 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -87,6 +87,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|||
file-system UNION # union file system
|
||||
file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
||||
#file-system CODA # Coda File System; also needs vcoda (below)
|
||||
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
|
||||
file-system PTYFS # /dev/pts/N support
|
||||
#file-system TMPFS # Efficient memory file-system
|
||||
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
||||
|
@ -360,6 +361,10 @@ pseudo-device nullcons # no-op console
|
|||
|
||||
# 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
|
||||
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
|
|
Loading…
Reference in New Issue