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

developers/features/table: 1.590 -> 1.608 ほか



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

developers/features/post: 1.14 -> 1.15
developers/features/table: 1.590 -> 1.608

developers/features/table の 1.593 で追加された
	Does the port use generic todr_attach and friends?
を
	当該ポートが汎用の todr_attach および関連関数を使っているか否か。
と訳したほかは、原文そのままです。

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

以下、訳と原文の差分です。

--- developers/features/post.orig	2006-09-05 22:26:24.000000000 +0900
+++ developers/features/post	2006-09-05 22:26:24.000000000 +0900
@@ -29,10 +29,10 @@
   (連絡先 - <a href="http://www.NetBSD.org/cgi-bin/feedback.cgi">英語</a>,
        <a href="mailto:www@jp.NetBSD.org">日本語:
        www@jp.NetBSD.org</a>)<br>
-  $NetBSD: post,v 1.14 2004/10/30 22:34:19 jschauma Exp $<br>
+  $NetBSD: post,v 1.15 2006/09/05 02:39:08 gdamore Exp $<br>
   <!-- Based on english version: -->
-  <!-- NetBSD: post,v 1.14 2004/10/30 22:34:19 jschauma Exp   -->
-  <a href="../../Misc/disclaimer.html">Copyright &copy; 1994-2003
+  <!-- NetBSD: post,v 1.15 2006/09/05 02:39:08 gdamore Exp   -->
+  <a href="../../Misc/disclaimer.html">Copyright &copy; 1994-2006
   The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED.</a>
   </small>
 </address>
--- developers/features/table.orig	2006-09-05 22:26:26.000000000 +0900
+++ developers/features/table	2006-09-05 22:26:26.000000000 +0900
@@ -1,6 +1,6 @@
-# $NetBSD: table,v 1.590 2006/08/05 14:14:32 bjh21 Exp $
+# $NetBSD: table,v 1.608 2006/09/05 07:57:37 scw Exp $
 # <!-- Based on english version: -->
-# <!-- NetBSD: table,v 1.590 2006/08/05 14:14:32 bjh21 Exp   -->
+# <!-- NetBSD: table,v 1.608 2006/09/05 07:57:37 scw Exp   -->
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -33,6 +33,7 @@
 port i386
 port ibmnws
 port iyonix
+port landisk
 port luna68k
 port mac68k
 port macppc
@@ -79,7 +80,7 @@
 class ns32k	pc532
 class powerpc	amigappc bebox evbppc ibmnws macppc mvmeppc ofppc pmppc prep sandpoint
 class sh3eb	evbsh3 mmeye
-class sh3el	dreamcast hpcsh
+class sh3el	dreamcast hpcsh landisk
 class sh5el	evbsh5
 class sparc	sparc
 class sparc64	sparc64
@@ -207,7 +208,9 @@
 feature timectrs 0
 	当該ポートが timecounters に対応しているか否か。
 featureend timectrs
-
+feature generic-todr
+	当該ポートが汎用の todr_attach および関連関数を使っているか否か。
+featureend generic-todr
 
 # declare values ("value <name> <text>")
 value yes <font color="green">Y</font>
@@ -253,11 +256,15 @@
 value 4.x <font color="green">4.x</font>
 
 # for timectrs
-value tcx86 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>geodecntr</font>
-value tca64 <font color="green">clockinterrupt,<br>i8254,<br>TSC</font>
+value tcx86 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>geodecntr,<br>ACPI-{Fast,Safe},<br>piixpm0</font>
+value tca64 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>ACPI-{Fast,Safe},<br>piixpm0</font>
 value timer-counter <font color="green">clockinterrupt,<br>timer-counter</font>
 value tick-counter <font color="green">clockinterrupt,<br>tick-counter</font>
 value iomd-timer <font color="green">clockinterrupt,<br>iomd_timer0</font>
+value prep-timer <font color="green">clockinterrupt,<br>prep_mftb</font>
+value ibmnws-timer <font color="green">clockinterrupt,<br>ibmnws_mftb</font>
+value mips-timer <font color="green">clockinterrupt,<br>mips3_cp0_counter</font>
+value clock-timer <font color="green">clockinterrupt</font>
 
 # "<value> <feature> <port|class|*>" sets the corresponding row/col
 # to that value. Port may be "*" to set it for all ports, or the name of
@@ -292,8 +299,8 @@
 
 #
 gcc4	no	*
-gcc4	builds	m68k sh3eb sh3el
-gcc4	yes	alpha amd64 arm armeb i386 powerpc sparc64 sparc 
+gcc4	builds	m68k sh3eb sh3el sh5el
+gcc4	yes	alpha amd64 arm armeb i386 powerpc sparc64 sparc sun2
 
 # binutils choice: spec by arch, NO POSITIVE WILDCARDS.
 binutils	other	*
@@ -452,4 +459,14 @@
 timectrs tca64 amd64
 timectrs timer-counter sparc
 timectrs tick-counter sparc64
-timectrs tick-counter prep
+timectrs prep-timer prep
+timectrs mips-timer algor evbmips
+timectrs ibmnws-timer ibmnws
+timectrs clock-timer sun2 sun3
+
+# Generic TODR
+generic-todr no	*
+generic-todr yes acorn26 acorn32 algor amd64 arc cobalt evbmips evbsh5
+generic-todr yes ews4800mips
+generic-todr yes hp300 i386 news68k newsmips prep sgimips sparc sparc64
+generic-todr sun2 sun3
Index: developers/features/post
===================================================================
RCS file: /cvsroot/htdocs/developers/features/post,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- developers/features/post	30 Oct 2004 22:34:19 -0000	1.14
+++ developers/features/post	5 Sep 2006 02:39:08 -0000	1.15
@@ -27,8 +27,8 @@
   <small>
   tsarna@NetBSD.org<br>
   <a href="http://www.NetBSD.org/cgi-bin/feedback.cgi">(Contact us)</a>
-  $NetBSD: post,v 1.14 2004/10/30 22:34:19 jschauma Exp $<br>
-  <a href="../../Misc/disclaimer.html">Copyright &copy; 1994-2003
+  $NetBSD: post,v 1.15 2006/09/05 02:39:08 gdamore Exp $<br>
+  <a href="../../Misc/disclaimer.html">Copyright &copy; 1994-2006
   The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED.</a>
   </small>
 </address>
Index: developers/features/table
===================================================================
RCS file: /cvsroot/htdocs/developers/features/table,v
retrieving revision 1.590
retrieving revision 1.608
diff -u -r1.590 -r1.608
--- developers/features/table	5 Aug 2006 14:14:32 -0000	1.590
+++ developers/features/table	5 Sep 2006 07:57:37 -0000	1.608
@@ -1,4 +1,4 @@
-# $NetBSD: table,v 1.590 2006/08/05 14:14:32 bjh21 Exp $
+# $NetBSD: table,v 1.608 2006/09/05 07:57:37 scw Exp $
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -31,6 +31,7 @@
 port i386
 port ibmnws
 port iyonix
+port landisk
 port luna68k
 port mac68k
 port macppc
@@ -77,7 +78,7 @@
 class ns32k	pc532
 class powerpc	amigappc bebox evbppc ibmnws macppc mvmeppc ofppc pmppc prep sandpoint
 class sh3eb	evbsh3 mmeye
-class sh3el	dreamcast hpcsh
+class sh3el	dreamcast hpcsh landisk
 class sh5el	evbsh5
 class sparc	sparc
 class sparc64	sparc64
@@ -207,7 +208,9 @@
 feature timectrs 0
 	Does the port support timecounters?
 featureend timectrs
-
+feature generic-todr
+	Does the port use generic todr_attach and friends?
+featureend generic-todr
 
 # declare values ("value <name> <text>")
 value yes <font color="green">Y</font>
@@ -253,11 +256,15 @@
 value 4.x <font color="green">4.x</font>
 
 # for timectrs
-value tcx86 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>geodecntr</font>
-value tca64 <font color="green">clockinterrupt,<br>i8254,<br>TSC</font>
+value tcx86 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>geodecntr,<br>ACPI-{Fast,Safe},<br>piixpm0</font>
+value tca64 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>ACPI-{Fast,Safe},<br>piixpm0</font>
 value timer-counter <font color="green">clockinterrupt,<br>timer-counter</font>
 value tick-counter <font color="green">clockinterrupt,<br>tick-counter</font>
 value iomd-timer <font color="green">clockinterrupt,<br>iomd_timer0</font>
+value prep-timer <font color="green">clockinterrupt,<br>prep_mftb</font>
+value ibmnws-timer <font color="green">clockinterrupt,<br>ibmnws_mftb</font>
+value mips-timer <font color="green">clockinterrupt,<br>mips3_cp0_counter</font>
+value clock-timer <font color="green">clockinterrupt</font>
 
 # "<value> <feature> <port|class|*>" sets the corresponding row/col
 # to that value. Port may be "*" to set it for all ports, or the name of
@@ -292,8 +299,8 @@
 
 #
 gcc4	no	*
-gcc4	builds	m68k sh3eb sh3el
-gcc4	yes	alpha amd64 arm armeb i386 powerpc sparc64 sparc 
+gcc4	builds	m68k sh3eb sh3el sh5el
+gcc4	yes	alpha amd64 arm armeb i386 powerpc sparc64 sparc sun2
 
 # binutils choice: spec by arch, NO POSITIVE WILDCARDS.
 binutils	other	*
@@ -452,4 +459,14 @@
 timectrs tca64 amd64
 timectrs timer-counter sparc
 timectrs tick-counter sparc64
-timectrs tick-counter prep
+timectrs prep-timer prep
+timectrs mips-timer algor evbmips
+timectrs ibmnws-timer ibmnws
+timectrs clock-timer sun2 sun3
+
+# Generic TODR
+generic-todr no	*
+generic-todr yes acorn26 acorn32 algor amd64 arc cobalt evbmips evbsh5
+generic-todr yes ews4800mips
+generic-todr yes hp300 i386 news68k newsmips prep sgimips sparc sparc64
+generic-todr sun2 sun3