add SMBFS/nsmb, per PR port-amiga/29066 by Florian Stoehr
This commit is contained in:
parent
989b421981
commit
7b8c1ad3eb
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC.in,v 1.32 2005/02/18 21:05:50 dsl Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.33 2005/02/20 17:57:02 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.32 $"
|
||||
#ident "GENERIC-$Revision: 1.33 $"
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||
makeoptions COPTS="-Os"
|
||||
@ -160,6 +160,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)
|
||||
')m4_dnl
|
||||
|
||||
# Filesystem options
|
||||
@ -620,6 +621,7 @@ pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
|
||||
pseudo-device ksyms # /dev/ksyms (kernel symbols)
|
||||
pseudo-device nsmb # experimental - SMB requester
|
||||
')m4_dnl
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
Loading…
Reference in New Issue
Block a user