Module Name:    src
Committed By:   kiyohara
Date:           Thu Aug 23 00:20:16 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: HPT5325 IGEPV2 MINI2440 NETWALKER
            OPENBLOCKS_A6 SHEEVAPLUG

Log Message:
Remove obsolated file-system PORTAL.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/HPT5325
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/IGEPV2
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/MINI2440
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/NETWALKER
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/OPENBLOCKS_A6
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/SHEEVAPLUG

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/HPT5325
diff -u src/sys/arch/evbarm/conf/HPT5325:1.2 src/sys/arch/evbarm/conf/HPT5325:1.3
--- src/sys/arch/evbarm/conf/HPT5325:1.2	Tue Jun  5 08:44:09 2012
+++ src/sys/arch/evbarm/conf/HPT5325	Thu Aug 23 00:20:16 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: HPT5325,v 1.2 2012/06/05 08:44:09 abs Exp $
+#	$NetBSD: HPT5325,v 1.3 2012/08/23 00:20:16 kiyohara Exp $
 #
 #  This configuration supports for HP T5325 Thin Client
 #
@@ -44,7 +44,6 @@ file-system 	FDESC		# /dev/fd
 file-system 	KERNFS		# /kern
 #file-system 	NULLFS		# loopback file system
 #file-system 	OVERLAY		# overlay file system
-#file-system 	PORTAL		# portal filesystem (still experimental)
 file-system 	PROCFS		# /proc
 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
 #file-system 	UNION		# union file system

Index: src/sys/arch/evbarm/conf/IGEPV2
diff -u src/sys/arch/evbarm/conf/IGEPV2:1.9 src/sys/arch/evbarm/conf/IGEPV2:1.10
--- src/sys/arch/evbarm/conf/IGEPV2:1.9	Sat Mar 31 02:45:37 2012
+++ src/sys/arch/evbarm/conf/IGEPV2	Thu Aug 23 00:20:16 2012
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: IGEPV2,v 1.9 2012/03/31 02:45:37 tsutsui Exp $
+#	$NetBSD: IGEPV2,v 1.10 2012/08/23 00:20:16 kiyohara Exp $
 #
 #	IGEPv2 -- TI OMAP 3530 Eval Board Kernel
 #
@@ -36,7 +36,6 @@ file-system	MSDOSFS		# MS-DOS file syste
 #file-system	FDESC		# /dev/fd
 #file-system	KERNFS		# /kern
 #file-system	NULLFS		# loopback file system
-#file-system	PORTAL		# portal filesystem (still experimental)
 #file-system	PROCFS		# /proc
 #file-system	UMAPFS		# NULLFS + uid and gid remapping
 #file-system	UNION		# union file system

Index: src/sys/arch/evbarm/conf/MINI2440
diff -u src/sys/arch/evbarm/conf/MINI2440:1.5 src/sys/arch/evbarm/conf/MINI2440:1.6
--- src/sys/arch/evbarm/conf/MINI2440:1.5	Fri Aug 17 20:11:38 2012
+++ src/sys/arch/evbarm/conf/MINI2440	Thu Aug 23 00:20:16 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: MINI2440,v 1.5 2012/08/17 20:11:38 abs Exp $
+#	$NetBSD: MINI2440,v 1.6 2012/08/23 00:20:16 kiyohara Exp $
 #
 #	MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
 #
@@ -64,7 +64,6 @@ file-system	MSDOSFS		# MS-DOS file syste
 file-system	FDESC		# /dev/fd
 file-system	KERNFS		# /kern
 #file-system	NULLFS		# loopback file system
-#file-system	PORTAL		# portal filesystem (still experimental)
 file-system	PROCFS		# /proc
 #file-system	UMAPFS		# NULLFS + uid and gid remapping
 #file-system	UNION		# union file system

Index: src/sys/arch/evbarm/conf/NETWALKER
diff -u src/sys/arch/evbarm/conf/NETWALKER:1.13 src/sys/arch/evbarm/conf/NETWALKER:1.14
--- src/sys/arch/evbarm/conf/NETWALKER:1.13	Tue Jun  5 08:44:10 2012
+++ src/sys/arch/evbarm/conf/NETWALKER	Thu Aug 23 00:20:16 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: NETWALKER,v 1.13 2012/06/05 08:44:10 abs Exp $
+#	$NetBSD: NETWALKER,v 1.14 2012/08/23 00:20:16 kiyohara Exp $
 #
 #	NETWALKER -- http://www.sharp.co.jp/netwalker/
 #
@@ -38,7 +38,6 @@ file-system	MSDOSFS		# MS-DOS file syste
 file-system	FDESC		# /dev/fd
 file-system	KERNFS		# /kern
 file-system	NULLFS		# loopback file system
-#file-system	PORTAL		# portal filesystem (still experimental)
 file-system	PROCFS		# /proc
 file-system	TMPFS		# memory file system
 #file-system	UMAPFS		# NULLFS + uid and gid remapping

Index: src/sys/arch/evbarm/conf/OPENBLOCKS_A6
diff -u src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.1 src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.2
--- src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.1	Wed Aug  1 10:50:05 2012
+++ src/sys/arch/evbarm/conf/OPENBLOCKS_A6	Thu Aug 23 00:20:16 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS_A6,v 1.1 2012/08/01 10:50:05 kiyohara Exp $
+#	$NetBSD: OPENBLOCKS_A6,v 1.2 2012/08/23 00:20:16 kiyohara Exp $
 #
 #  OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
 #
@@ -44,7 +44,6 @@ file-system 	FDESC		# /dev/fd
 file-system 	KERNFS		# /kern
 #file-system 	NULLFS		# loopback file system
 #file-system 	OVERLAY		# overlay file system
-#file-system 	PORTAL		# portal filesystem (still experimental)
 file-system 	PROCFS		# /proc
 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
 #file-system 	UNION		# union file system

Index: src/sys/arch/evbarm/conf/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.16 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.17
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.16	Thu Aug 16 17:25:28 2012
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Thu Aug 23 00:20:16 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.16 2012/08/16 17:25:28 matt Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.17 2012/08/23 00:20:16 kiyohara Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -44,7 +44,6 @@ file-system 	FDESC		# /dev/fd
 file-system 	KERNFS		# /kern
 #file-system 	NULLFS		# loopback file system
 #file-system 	OVERLAY		# overlay file system
-#file-system 	PORTAL		# portal filesystem (still experimental)
 file-system 	PROCFS		# /proc
 #file-system 	UMAPFS		# NULLFS + uid and gid remapping
 #file-system 	UNION		# union file system

Reply via email to