Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add file-system SMBFS and pseudo-device n...



details:   https://anonhg.NetBSD.org/src/rev/e35fae7edb48
branches:  trunk
changeset: 543183:e35fae7edb48
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Feb 18 20:13:03 2003 +0000

description:
add file-system SMBFS and pseudo-device nsmb, uncommented, marked as
experimental

diffstat:

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

diffs (36 lines):

diff -r c27ecc71e73d -r e35fae7edb48 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Feb 18 20:09:01 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Feb 18 20:13:03 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.546 2003/02/16 17:35:15 augustss Exp $
+# $NetBSD: GENERIC,v 1.547 2003/02/18 20:13:03 jdolecek Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.546 $"
+#ident                 "GENERIC-$Revision: 1.547 $"
 
 maxusers       32              # estimated number of users
 
@@ -142,6 +142,7 @@
 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
@@ -1111,6 +1112,9 @@
 # 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



Home | Main Index | Thread Index | Old Index