From d416a40f8a07469020aff3d6258c6a3f923ff54b Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 20 Feb 2005 17:57:39 +0000 Subject: [PATCH] regen: add SMBFS/nsmb, per PR port-amiga/29066 by Florian Stoehr --- sys/arch/amiga/conf/AMIGA | 10 ++++++---- sys/arch/amiga/conf/DRACO | 8 +++++--- sys/arch/amiga/conf/GENERIC | 8 +++++--- sys/arch/amiga/conf/INSTALL | 7 +++---- sys/arch/amiga/conf/WSCONS | 8 +++++--- 5 files changed, 24 insertions(+), 17 deletions(-) diff --git a/sys/arch/amiga/conf/AMIGA b/sys/arch/amiga/conf/AMIGA index c339c146ddb3..1136a3fc4b95 100644 --- a/sys/arch/amiga/conf/AMIGA +++ b/sys/arch/amiga/conf/AMIGA @@ -1,9 +1,9 @@ -# $NetBSD: AMIGA,v 1.75 2005/02/18 21:05:50 dsl Exp $ +# $NetBSD: AMIGA,v 1.76 2005/02/20 17:57:39 jdolecek Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.30 2005/01/31 16:54:33 hannken Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.75 $" +#ident "GENERIC-$Revision: 1.76 $" maxusers 8 @@ -117,6 +117,7 @@ file-system OVERLAY # overlay filesystem file-system PROCFS # /proc filesystem file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union filesystem +file-system SMBFS # experimental - CIFS; also needs nsmb (below) # Filesystem options @@ -126,10 +127,10 @@ options QUOTA # User and group quotas in FFS options SOFTDEP # FFS soft updates support. #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental options NFSSERVER # Network File System server side code +#options FFS_NO_SNAPSHOT # ffs snapshots #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and # immutable) behave as system flags. -#options FFS_NO_SNAPSHOT # ffs snapshots # # Compatibility options for various existing systems @@ -490,5 +491,6 @@ pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) pseudo-device ksyms # /dev/ksyms (kernel symbols) +pseudo-device nsmb # experimental - SMB requester config netbsd root on ? type ? diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index dc3674bf60b8..5cd434325537 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -1,9 +1,9 @@ -# $NetBSD: DRACO,v 1.91 2005/02/18 21:05:50 dsl Exp $ +# $NetBSD: DRACO,v 1.92 2005/02/20 17:57:39 jdolecek Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.30 2005/01/31 16:54:33 hannken Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.91 $" +#ident "GENERIC-$Revision: 1.92 $" maxusers 8 @@ -106,6 +106,7 @@ file-system OVERLAY # overlay filesystem file-system PROCFS # /proc filesystem file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union filesystem +file-system SMBFS # experimental - CIFS; also needs nsmb (below) # Filesystem options @@ -361,5 +362,6 @@ pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) pseudo-device ksyms # /dev/ksyms (kernel symbols) +pseudo-device nsmb # experimental - SMB requester config netbsd root on ? type ? diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 2057c975e659..f6e138313e73 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,9 +1,9 @@ -# $NetBSD: GENERIC,v 1.212 2005/02/18 21:05:50 dsl Exp $ +# $NetBSD: GENERIC,v 1.213 2005/02/20 17:57:39 jdolecek Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.30 2005/01/31 16:54:33 hannken Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.212 $" +#ident "GENERIC-$Revision: 1.213 $" maxusers 8 @@ -118,6 +118,7 @@ file-system OVERLAY # overlay filesystem file-system PROCFS # /proc filesystem file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union filesystem +file-system SMBFS # experimental - CIFS; also needs nsmb (below) # Filesystem options @@ -498,5 +499,6 @@ pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) pseudo-device ksyms # /dev/ksyms (kernel symbols) +pseudo-device nsmb # experimental - SMB requester config netbsd root on ? type ? diff --git a/sys/arch/amiga/conf/INSTALL b/sys/arch/amiga/conf/INSTALL index 8415f385ca86..bcaf789afa8e 100644 --- a/sys/arch/amiga/conf/INSTALL +++ b/sys/arch/amiga/conf/INSTALL @@ -1,9 +1,9 @@ -# $NetBSD: INSTALL,v 1.50 2005/02/18 21:05:50 dsl Exp $ +# $NetBSD: INSTALL,v 1.51 2005/02/20 17:57:39 jdolecek Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.30 2005/01/31 16:54:33 hannken Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.50 $" +#ident "GENERIC-$Revision: 1.51 $" makeoptions COPTS="-Os" @@ -106,7 +106,6 @@ file-system KERNFS # kernel data-structure filesystem # Filesystem options #options FFS_EI # FFS Endian Independant support -options FFS_NO_SNAPSHOT # ffs snapshots options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem diff --git a/sys/arch/amiga/conf/WSCONS b/sys/arch/amiga/conf/WSCONS index a49d54e4315c..dccbb04d6263 100644 --- a/sys/arch/amiga/conf/WSCONS +++ b/sys/arch/amiga/conf/WSCONS @@ -1,9 +1,9 @@ -# $NetBSD: WSCONS,v 1.29 2005/02/18 21:05:50 dsl Exp $ +# $NetBSD: WSCONS,v 1.30 2005/02/20 17:57:39 jdolecek Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. # -# Created from: # NetBSD: GENERIC.in,v 1.30 2005/01/31 16:54:33 hannken Exp $ +# Created from: # NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.29 $" +#ident "GENERIC-$Revision: 1.30 $" maxusers 8 @@ -118,6 +118,7 @@ file-system OVERLAY # overlay filesystem file-system PROCFS # /proc filesystem file-system UMAPFS # NULLFS + uid and gid remapping file-system UNION # union filesystem +file-system SMBFS # experimental - CIFS; also needs nsmb (below) # Filesystem options @@ -470,5 +471,6 @@ pseudo-device rnd # /dev/random and in-kernel generator #options RND_COM # use "com" randomness as well (BROKEN) pseudo-device ksyms # /dev/ksyms (kernel symbols) +pseudo-device nsmb # experimental - SMB requester config netbsd root on ? type ?