[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

developers/features/table: 1.715 -> 1.716



以下のページの更新をしました。ツッコミをお願いします。

developers/features/table: 1.715 -> 1.716
> date: 2009/12/27 14:50:24;  author: tsutsui;  state: Exp;  lines: +15 -1
> Add a new column:
> > ffsv2_boot:
> >  Can the port boot from an FFSv2 root partition?

火曜日までに異議がなければ、 commit します。

以下、訳と原文それぞれの新旧の差分です。

--- developers/features/table.orig	2010-06-28 01:17:44.000000000 +0900
+++ developers/features/table	2010-06-28 01:17:44.000000000 +0900
@@ -1,6 +1,6 @@
-# $NetBSD: table,v 1.715 2009/12/27 14:34:36 tsutsui Exp $
+# $NetBSD: table,v 1.716 2009/12/27 14:50:24 tsutsui Exp $
 # <!-- Based on english version: -->
-# <!-- NetBSD: table,v 1.715 2009/12/27 14:34:36 tsutsui Exp   -->
+# <!-- NetBSD: table,v 1.716 2009/12/27 14:50:24 tsutsui Exp   -->
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -176,6 +176,9 @@
 feature rf-boot 0
 	当該ポートが RAIDframe ミラーからブート可能か否か。
 featureend rf-boot
+feature ffsv2-boot 0
+	当該ポートが FFSv2 ルートパーティションからブート可能か否か。
+featureend ffsv2-boot
 feature timectrs 0
 	当該ポートが timecounters に対応しているか否か。
 featureend timectrs
@@ -407,6 +410,17 @@
 rf-boot	yes	i386 amd64 alpha cobalt ofppc pmax prep sparc sparc64
 rf-boot	yes	vax xen
 
+# FFSv2 boot support: spec by machine.
+# NOTE: src/distrib/utils/sysinst/arch/*/md.h may have "HAVE_UFS2_BOOT"
+# N/A means no bootloader or firmwware support that can load a kernel from FFS
+ffsv2-boot no	*
+ffsv2-boot yes	acorn32 alpha amd64 arc cobalt hp700
+ffsv2-boot yes	i386 landisk macppc pmax sgimips sparc
+ffsv2-boot N/A	algor amigappc cesfic dreamcast
+ffsv2-boot N/A	evbarm evbmips evbppc evbsh3
+ffsv2-boot N/A	hpcarm hpcmips hpcsh ibmnws iyonix mmeye netwinder
+ffsv2-boot N/A	rs6000 sandpoint sbmips
+
 # Timecounters
 timectrs yes	*
 
Index: developers/features/table
===================================================================
RCS file: /cvsroot/htdocs/developers/features/table,v
retrieving revision 1.715
retrieving revision 1.716
diff -u -r1.715 -r1.716
--- developers/features/table	27 Dec 2009 14:34:36 -0000	1.715
+++ developers/features/table	27 Dec 2009 14:50:24 -0000	1.716
@@ -1,4 +1,4 @@
-# $NetBSD: table,v 1.715 2009/12/27 14:34:36 tsutsui Exp $
+# $NetBSD: table,v 1.716 2009/12/27 14:50:24 tsutsui Exp $
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -175,6 +175,9 @@
 feature rf-boot 0
 	Can the port boot from a RAIDframe mirror?
 featureend rf-boot
+feature ffsv2-boot 0
+	Can the port boot from an FFSv2 root partition?
+featureend ffsv2-boot
 feature timectrs 0
 	Does the port support timecounters?
 featureend timectrs
@@ -406,6 +409,17 @@
 rf-boot	yes	i386 amd64 alpha cobalt ofppc pmax prep sparc sparc64
 rf-boot	yes	vax xen
 
+# FFSv2 boot support: spec by machine.
+# NOTE: src/distrib/utils/sysinst/arch/*/md.h may have "HAVE_UFS2_BOOT"
+# N/A means no bootloader or firmwware support that can load a kernel from FFS
+ffsv2-boot no	*
+ffsv2-boot yes	acorn32 alpha amd64 arc cobalt hp700
+ffsv2-boot yes	i386 landisk macppc pmax sgimips sparc
+ffsv2-boot N/A	algor amigappc cesfic dreamcast
+ffsv2-boot N/A	evbarm evbmips evbppc evbsh3
+ffsv2-boot N/A	hpcarm hpcmips hpcsh ibmnws iyonix mmeye netwinder
+ffsv2-boot N/A	rs6000 sandpoint sbmips
+
 # Timecounters
 timectrs yes	*