regen: add SMBFS/nsmb, per PR port-amiga/29066 by Florian Stoehr

This commit is contained in:
jdolecek 2005-02-20 17:57:39 +00:00
parent 7b8c1ad3eb
commit d416a40f8a
5 changed files with 24 additions and 17 deletions

View File

@ -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 ?

View File

@ -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 ?

View File

@ -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 ?

View File

@ -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

View File

@ -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 ?