Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add SMBFS/nsmb



details:   https://anonhg.NetBSD.org/src/rev/cc9559135c83
branches:  trunk
changeset: 565096:cc9559135c83
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Mar 29 07:47:57 2004 +0000

description:
Add SMBFS/nsmb

diffstat:

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

diffs (31 lines):

diff -r fb126f3a519e -r cc9559135c83 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Mar 29 05:06:44 2004 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Mar 29 07:47:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.171 2004/01/14 22:29:03 jonathan Exp $
+# $NetBSD: GENERIC,v 1.172 2004/03/29 07:47:57 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.171 $"
+#ident                 "GENERIC-$Revision: 1.172 $"
 
 maxusers       32
 
@@ -99,6 +99,7 @@
 file-system    PROCFS          # /proc
 file-system    UMAPFS          # NULLFS + uid and gid remapping
 file-system    UNION           # union file system
+file-system    SMBFS           # CIFS; also needs nsmb (below)
 
 # File system options
 options        QUOTA           # UFS quotas
@@ -488,3 +489,4 @@
 pseudo-device  wsmux                   # mouse and keyboard multiplexor
 pseudo-device  clockctl                # user control of clock subsystem
 pseudo-device  ksyms                   # /dev/ksyms
+pseudo-device  nsmb                    # SMB requester



Home | Main Index | Thread Index | Old Index