Sun Jun 16 08:13:28 2013 UTC ()
Enable MFS, CD9660, NULLFS, and UDF (for misc build work).


(tsutsui)
diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/HPT5325

cvs diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/HPT5325 (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/HPT5325 2013/06/16 08:08:51 1.15
+++ src/sys/arch/evbarm/conf/HPT5325 2013/06/16 08:13:28 1.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: HPT5325,v 1.15 2013/06/16 08:08:51 tsutsui Exp $ 1# $NetBSD: HPT5325,v 1.16 2013/06/16 08:13:28 tsutsui Exp $
2# 2#
3# This configuration supports for HP T5325 Thin Client 3# This configuration supports for HP T5325 Thin Client
4# 4#
5 5
6include "arch/evbarm/conf/std.marvell" 6include "arch/evbarm/conf/std.marvell"
7 7
8options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Board Type 14# Board Type
@@ -25,44 +25,44 @@ makeoptions CPUFLAGS="-march=armv5te" @@ -25,44 +25,44 @@ makeoptions CPUFLAGS="-march=armv5te"
25# Marvell SoC options 25# Marvell SoC options
26options KIRKWOOD 26options KIRKWOOD
27 27
28# Standard system options 28# Standard system options
29 29
30options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 30options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
31#options NTP # NTP phase/frequency locked loop 31#options NTP # NTP phase/frequency locked loop
32 32
33# File systems 33# File systems
34 34
35file-system FFS # UFS 35file-system FFS # UFS
36file-system EXT2FS # second extended file system (linux) 36file-system EXT2FS # second extended file system (linux)
37#file-system LFS # log-structured file system 37#file-system LFS # log-structured file system
38#file-system MFS # memory file system 38file-system MFS # memory file system
39file-system NFS # Network File System client 39file-system NFS # Network File System client
40#file-system NTFS # Windows/NT file system (experimental) 40#file-system NTFS # Windows/NT file system (experimental)
41#file-system CD9660 # ISO 9660 + Rock Ridge file system 41file-system CD9660 # ISO 9660 + Rock Ridge file system
42file-system MSDOSFS # MS-DOS file system 42file-system MSDOSFS # MS-DOS file system
43file-system FDESC # /dev/fd 43file-system FDESC # /dev/fd
44file-system KERNFS # /kern 44file-system KERNFS # /kern
45#file-system NULLFS # loopback file system 45file-system NULLFS # loopback file system
46#file-system OVERLAY # overlay file system 46#file-system OVERLAY # overlay file system
47file-system PROCFS # /proc 47file-system PROCFS # /proc
48#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 48#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
49#file-system UMAPFS # NULLFS + uid and gid remapping 49#file-system UMAPFS # NULLFS + uid and gid remapping
50#file-system UNION # union file system 50#file-system UNION # union file system
51#file-system CODA # Coda File System; also needs vcoda (below) 51#file-system CODA # Coda File System; also needs vcoda (below)
52#file-system SMBFS # experimental - CIFS; also needs nsmb (below) 52#file-system SMBFS # experimental - CIFS; also needs nsmb (below)
53file-system PTYFS # /dev/ptm support 53file-system PTYFS # /dev/ptm support
54file-system TMPFS # Efficient memory file-system 54file-system TMPFS # Efficient memory file-system
55#file-system UDF # experimental - OSTA UDF CD/DVD file-system 55file-system UDF # experimental - OSTA UDF CD/DVD file-system
56#file-system HFS # experimental - Apple HFS+ (read-only) 56#file-system HFS # experimental - Apple HFS+ (read-only)
57 57
58# File system options 58# File system options
59#options QUOTA # legacy UFS quotas 59#options QUOTA # legacy UFS quotas
60#options QUOTA2 # new, in-filesystem UFS quotas 60#options QUOTA2 # new, in-filesystem UFS quotas
61#options FFS_EI # FFS Endian Independent support 61#options FFS_EI # FFS Endian Independent support
62options WAPBL # File system journaling support 62options WAPBL # File system journaling support
63# Note that UFS_DIRHASH is suspected of causing kernel memory corruption. 63# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
64# It is not recommended for general use. 64# It is not recommended for general use.
65#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 65#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
66options NFSSERVER # Network File System server 66options NFSSERVER # Network File System server
67options FFS_NO_SNAPSHOT # No FFS snapshot support 67options FFS_NO_SNAPSHOT # No FFS snapshot support
68#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 68#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and