Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Remove obsolated file-system PORTAL.
details: https://anonhg.NetBSD.org/src/rev/4588e071e541
branches: trunk
changeset: 781150:4588e071e541
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Thu Aug 23 00:20:16 2012 +0000
description:
Remove obsolated file-system PORTAL.
diffstat:
sys/arch/evbarm/conf/HPT5325 | 3 +--
sys/arch/evbarm/conf/IGEPV2 | 3 +--
sys/arch/evbarm/conf/MINI2440 | 3 +--
sys/arch/evbarm/conf/NETWALKER | 3 +--
sys/arch/evbarm/conf/OPENBLOCKS_A6 | 3 +--
sys/arch/evbarm/conf/SHEEVAPLUG | 3 +--
6 files changed, 6 insertions(+), 12 deletions(-)
diffs (103 lines):
diff -r 071f7a59a266 -r 4588e071e541 sys/arch/evbarm/conf/HPT5325
--- a/sys/arch/evbarm/conf/HPT5325 Wed Aug 22 23:00:48 2012 +0000
+++ b/sys/arch/evbarm/conf/HPT5325 Thu Aug 23 00:20:16 2012 +0000
@@ -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 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
diff -r 071f7a59a266 -r 4588e071e541 sys/arch/evbarm/conf/IGEPV2
--- a/sys/arch/evbarm/conf/IGEPV2 Wed Aug 22 23:00:48 2012 +0000
+++ b/sys/arch/evbarm/conf/IGEPV2 Thu Aug 23 00:20:16 2012 +0000
@@ -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 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
diff -r 071f7a59a266 -r 4588e071e541 sys/arch/evbarm/conf/MINI2440
--- a/sys/arch/evbarm/conf/MINI2440 Wed Aug 22 23:00:48 2012 +0000
+++ b/sys/arch/evbarm/conf/MINI2440 Thu Aug 23 00:20:16 2012 +0000
@@ -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 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
diff -r 071f7a59a266 -r 4588e071e541 sys/arch/evbarm/conf/NETWALKER
--- a/sys/arch/evbarm/conf/NETWALKER Wed Aug 22 23:00:48 2012 +0000
+++ b/sys/arch/evbarm/conf/NETWALKER Thu Aug 23 00:20:16 2012 +0000
@@ -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 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
diff -r 071f7a59a266 -r 4588e071e541 sys/arch/evbarm/conf/OPENBLOCKS_A6
--- a/sys/arch/evbarm/conf/OPENBLOCKS_A6 Wed Aug 22 23:00:48 2012 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_A6 Thu Aug 23 00:20:16 2012 +0000
@@ -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 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
diff -r 071f7a59a266 -r 4588e071e541 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG Wed Aug 22 23:00:48 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG Thu Aug 23 00:20:16 2012 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index