[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
developers/features/table: 1.708 -> 1.709
以下のページの更新をしました。ツッコミをお願いします。
developers/features/table: 1.708 -> 1.709
> revision 1.709
> date: 2008/06/22 09:18:03; author: chris; state: Exp; lines: +17 -1
> Add fast soft interrupt and kernel preemption support to features table.
月曜日までに異議がなければ、 commit します。
以下、訳と原文それぞれの新旧の差分です。
--- developers/features/table.orig 2008-06-28 22:07:39.000000000 +0900
+++ developers/features/table 2008-06-28 22:07:39.000000000 +0900
@@ -1,6 +1,6 @@
-# $NetBSD: table,v 1.708 2008/03/14 18:36:22 nakayama Exp $
+# $NetBSD: table,v 1.709 2008/06/22 09:18:03 chris Exp $
# <!-- Based on english version: -->
-# <!-- NetBSD: table,v 1.708 2008/03/14 18:36:22 nakayama Exp -->
+# <!-- NetBSD: table,v 1.709 2008/06/22 09:18:03 chris Exp -->
# declare ports (rows) ("port <port> [<port_subdir>]")
# If <port_subdir> is not specified, it defaults to the name of port.
@@ -183,6 +183,14 @@
feature generic-todr 0
当該ポートが汎用の todr_attach および関連関数を使っているか否か。
featureend generic-todr
+feature fast-softint 0
+ 当該ポートが高速ソフトウェア割り込み機構に対応している
+ (よって、__HAVE_FAST_SOFTINTS が定義されている) か否か。
+featureend fast-softint
+feature kernel-preempt 0
+ 当該ポートがカーネルプリエンプションに対応している
+ (よって、__HAVE_PREEMPTION が定義されている) か否か。
+featureend kernel-preempt
# declare values ("value <name> <text>")
value yes <font color="green">Y</font>
@@ -412,3 +420,11 @@
# Generic TODR
generic-todr yes *
+
+# fast soft inteerupts: spec by machine, no POSITIVE WILDCARDS
+fast-softint no *
+fast-softint yes amd64 i386
+
+# kernel preemption support: spec by machine, no POSITIVE WILDCARDS
+kernel-preempt no *
+kernel-preempt yes amd64 i386
Index: developers/features/table
===================================================================
RCS file: /cvsroot/htdocs/developers/features/table,v
retrieving revision 1.708
retrieving revision 1.709
diff -u -r1.708 -r1.709
--- developers/features/table 14 Mar 2008 18:36:22 -0000 1.708
+++ developers/features/table 22 Jun 2008 09:18:03 -0000 1.709
@@ -1,4 +1,4 @@
-# $NetBSD: table,v 1.708 2008/03/14 18:36:22 nakayama Exp $
+# $NetBSD: table,v 1.709 2008/06/22 09:18:03 chris Exp $
# declare ports (rows) ("port <port> [<port_subdir>]")
# If <port_subdir> is not specified, it defaults to the name of port.
@@ -182,6 +182,14 @@
feature generic-todr 0
Does the port use generic todr_attach and friends?
featureend generic-todr
+feature fast-softint 0
+ Does the port provide the fast software interrupt
+ mechanism (and therefore define __HAVE_FAST_SOFTINTS)?
+featureend fast-softint
+feature kernel-preempt 0
+ Does the port provide kernel preemption?
+ (and therefore define __HAVE_PREEMPTION)?
+featureend kernel-preempt
# declare values ("value <name> <text>")
value yes <font color="green">Y</font>
@@ -411,3 +419,11 @@
# Generic TODR
generic-todr yes *
+
+# fast soft inteerupts: spec by machine, no POSITIVE WILDCARDS
+fast-softint no *
+fast-softint yes amd64 i386
+
+# kernel preemption support: spec by machine, no POSITIVE WILDCARDS
+kernel-preempt no *
+kernel-preempt yes amd64 i386