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

developers/features/table: 1.645 -> 1.647



以下のページの更新をしました。

developers/features/table: 1.645 -> 1.647

原文の変更をそのまま適用しています。
すぐに commit します。

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

--- developers/features/table.orig	2006-09-19 07:40:26.000000000 +0900
+++ developers/features/table	2006-09-19 07:40:26.000000000 +0900
@@ -1,6 +1,6 @@
-# $NetBSD: table,v 1.645 2006/09/17 05:07:52 tsutsui Exp $
+# $NetBSD: table,v 1.647 2006/09/18 22:06:30 gdamore Exp $
 # <!-- Based on english version: -->
-# <!-- NetBSD: table,v 1.645 2006/09/17 05:07:52 tsutsui Exp   -->
+# <!-- NetBSD: table,v 1.647 2006/09/18 22:06:30 gdamore Exp   -->
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -61,6 +61,7 @@
 port sun3
 port vax
 port x68k
+port xen
 
 
 # declare classes ("class <name> <member> ..."), which correspond to values
@@ -72,7 +73,7 @@
 class alpha	alpha
 class arm	acorn26 acorn32 cats evbarm hpcarm iyonix netwinder shark
 class hppa	hp700
-class i386	i386
+class i386c	i386 xen
 class m68000	sun2
 class m68k	amiga atari cesfic hp300 luna68k mac68k mvme68k news68k next68k sun3 x68k
 class mipseb	ews4800mips mipsco newsmips sbmips sgimips
@@ -264,6 +265,7 @@
 value prep-timer <font color="green">clockinterrupt,<br>prep_mftb</font>
 value tca64 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>ACPI-{Fast,Safe},<br>amdpm,<br>piixpm</font>
 value tcx86 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>geodecntr,<br>ACPI-{Fast,Safe},<br>amdpm,<br>piixpm</font>
+value tcxen <font color="green">clockinterrupt,<br>TSC</font>
 value tick-counter <font color="green">clockinterrupt,<br>tick-counter</font>
 value timer-counter <font color="green">clockinterrupt,<br>timer-counter</font>
 value tmr-count <font color="green">clockinterrupt,<br>tmr1_count</font>
@@ -290,47 +292,47 @@
 Latest-Release	3.0	luna68k mac68k macppc mipsco mmeye mvme68k mvmeppc 
 Latest-Release	3.0	netwinder news68k newsmips next68k ofppc pmax pmppc
 Latest-Release	3.0	prep sandpoint sbmips sgimips
-Latest-Release	3.0	shark sparc sparc64 sun2 sun3 vax x68k
+Latest-Release	3.0	shark sparc sparc64 sun2 sun3 vax x68k xen
 Latest-Release	1.5.3	pc532
 
 # shared library support: spec by arch, NO POSITIVE WILDCARDS.
 shlibs	no	*
-shlibs	yes	alpha arm hppa i386 m68k mipseb mipsel
+shlibs	yes	alpha arm hppa i386c m68k mipseb mipsel
 shlibs	yes	powerpc sh3eb sh3el sparc sparc64 x86_64
 
 # ELF use: spec by arch, NO POSITIVE WILDCARDS.
 ELF	no	*
-ELF	yes	alpha arm hppa i386 mipseb mipsel m68000 m68k
+ELF	yes	alpha arm hppa i386c mipseb mipsel m68000 m68k
 ELF	yes	powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
 
 # Compiler support: spec by arch.
-gcc	gcc336	alpha arm armeb hppa i386 m68000 m68k mipseb mipsel
+gcc	gcc336	alpha arm armeb hppa i386c m68000 m68k mipseb mipsel
 gcc	gcc336	ns32k powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
 
 #
 gcc4	no	*
 gcc4	builds	sh3eb sh3el sh5el
-gcc4	yes	alpha arm armeb i386 m68000 m68k powerpc sparc sparc64 x86_64
+gcc4	yes	alpha arm armeb i386c m68000 m68k powerpc sparc sparc64 x86_64
 
 # binutils choice: spec by arch, NO POSITIVE WILDCARDS.
 binutils	other	*
-binutils	2.16.1	alpha arm armeb hppa i386 m68000 m68k mipseb mipsel
+binutils	2.16.1	alpha arm armeb hppa i386c m68000 m68k mipseb mipsel
 binutils	2.16.1	ns32k powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
 
 # GDB support: spec by arch, NO POSITIVE WILDCARDS.
 gdb	no	*
-gdb	yes	alpha arm armeb i386 m68000 m68k mipseb mipsel powerpc
+gdb	yes	alpha arm armeb i386c m68000 m68k mipseb mipsel powerpc
 gdb	yes	sh3eb sh3el sparc sparc64 vax x86_64
 
 gdb6	no	*
-gdb6	yes	alpha arm i386 mipseb powerpc sparc sparc64 x86_64  
+gdb6	yes	alpha arm i386c mipseb powerpc sparc sparc64 x86_64  
 
 # Cross-build support: spec by arch, default is Build.
 cross	build	*
 # spec by machine (exceptions to above; machines for which distrib works in cross)
 cross	nbhost	acorn32 amiga hp300
 cross	yes	acorn26 algor amd64 arc atari cats cobalt dreamcast ews4800mips
-cross	yes	evbarm evbmips evbppc evbsh3 hp700 hpcarm hpcmips hpcsh i386
+cross	yes	evbarm evbmips evbppc evbsh3 hp700 hpcarm hpcmips hpcsh i386c
 cross	yes	ibmnws luna68k mac68k macppc mipsco mmeye mvme68k mvmeppc
 cross	yes	netwinder news68k newsmips next68k pc532 playstation2 pmax prep
 cross	yes	sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3
@@ -342,7 +344,7 @@
 new-distrib	yes	ews4800mips hp300 hp700 hpcmips ibmnws i386
 new-distrib	yes	mac68k macppc mipsco mvme68k
 new-distrib	yes	news68k newsmips playstation2 pmax pmppc prep
-new-distrib	yes	sandpoint shark sparc sparc64 sun2 sun3 vax x68k
+new-distrib	yes	sandpoint shark sparc sparc64 sun2 sun3 vax x68k xen
 new-distrib	no	amiga bebox evbsh3 mvmeppc pc532
 
 # sysinst support: spec by machine, NO POSITIVE WILDCARDS.
@@ -351,7 +353,7 @@
 sysinst	yes	hp300 hp700 hpcmips i386 mac68k
 sysinst	yes	macppc mipsco mvme68k news68k newsmips
 sysinst	yes	pc532 playstation2 pmax prep
-sysinst	yes	sandpoint shark sparc sparc64 vax x68k
+sysinst	yes	sandpoint shark sparc sparc64 vax x68k xen
 sysinst	no	atari sun2 sun3
 
 
@@ -363,7 +365,7 @@
 X-server	no	*
 X-server	XF4.x	acorn32 alpha amiga cats dreamcast
 X-server	XF4.x	ews4800mips hpcarm hpcmips hpcsh
-X-server	XF4.x	i386 mac68k macppc newsmips sgimips sparc sparc64
+X-server	XF4.x	i386 mac68k macppc newsmips sgimips sparc sparc64 xen
 X-server	N/A	acorn26 cesfic mvme68k mvmeppc pc532 pmppc sandpoint
 
 # MI WSCONS use: spec by machine, NO POSITIVE WILDCARDS.
@@ -371,7 +373,7 @@
 wscons	yes	acorn26 acorn32 algor alpha amd64 bebox
 wscons	yes	cats dreamcast evbarm ews4800mips hpcarm hpcmips hpcsh
 wscons	yes	i386 luna68k mac68k macppc
-wscons	yes	netwinder newsmips next68k playstation2 prep sparc64 vax
+wscons	yes	netwinder newsmips next68k playstation2 prep sparc64 vax xen
 wscons	partial	arc ibmnws shark
 wscons	N/A	cesfic mvme68k mvmeppc pc532 pmppc sandpoint
 
@@ -379,7 +381,7 @@
 bus-space	no	*
 bus-space	yes	algor alpha arc atari evbmips
 bus-space	yes	evbsh5 i386 ibmnws mipsco next68k
-bus-space	yes	pmppc sun2 sparc64 vax amd64
+bus-space	yes	pmppc sun2 sparc64 vax amd64 xen
 bus-space	partial	acorn26 acorn32 amiga bebox cats cobalt
 bus-space	partial	dreamcast evbarm evbppc evbsh3 ews4800mips
 bus-space	partial	hp300 hp700 hpcarm hpcmips hpcsh iyonix
@@ -396,7 +398,7 @@
 bus-dma	yes	macppc mipsco mvme68k mvmeppc netwinder newsmips next68k
 bus-dma	yes	playstation2 pmax pmppc prep
 bus-dma	yes	sandpoint sgimips shark sparc sparc64 sun2
-bus-dma	yes	vax x68k
+bus-dma	yes	vax x68k xen
 bus-dma	partial	arc
 
 # !__BROKEN_CONFIG_UNIT_USAGE: spec by machine, no POSITIVE WILDCARDS.
@@ -408,7 +410,7 @@
 cf_unit	OK	netwinder news68k newsmips next68k
 cf_unit	OK	ofppc pc532 playstation2 pmax pmppc prep sandpoint
 cf_unit	OK	sbmips sgimips sh3eb sh3el shark sparc sparc64 sun2
-cf_unit	OK	vax x68k
+cf_unit	OK	vax x68k xen
 
 # __HAVE_GENERIC_SOFT_INTERRUPTS: spec by machine, no POSITIVE WILDCARDS.
 generic-softint	no	*
@@ -418,7 +420,7 @@
 generic-softint	yes	hp300 hp700 hpcarm hpcmips hpcsh
 generic-softint	yes	i386 ibmnws iyonix macppc mipsco mmeye mvme68k
 generic-softint	yes	newsmips netwinder playstation2 pmax prep
-generic-softint	yes	sbmips sgimips sparc sparc64 sun2 vax
+generic-softint	yes	sbmips sgimips sparc sparc64 sun2 vax xen
 
 # evcnt: spec by machine, no POSITIVE WILDCARDS.
 evcnt	no	*
@@ -427,26 +429,26 @@
 evcnt	yes	hp300 hpcsh hpcmips hp700 i386 ibmnws iyonix
 evcnt	yes	macppc mipsco mmeye netwinder
 evcnt	yes	ofppc pc532 playstation2 pmax prep
-evcnt	yes	sbmips sgimips sparc64 vax
+evcnt	yes	sbmips sgimips sparc64 vax xen
 
 # optimized-in_cksum: spec by arch, no POSITIVE WILDCARDS.
 optimized-in_cksum	NNN	*
 optimized-in_cksum	YNN	alpha hppa m68000 m68k ns32k sh3eb sh3el
 optimized-in_cksum	YYN	arm mipseb mipsel powerpc sh5el
 optimized-in_cksum	YYN	sparc sparc64 vax
-optimized-in_cksum	YYY	i386
+optimized-in_cksum	YYY	i386c
 
 # SMP support: spec by machine.
 SMP	N/A	*
 SMP	yes	alpha amd64 i386 macppc sparc vax
 SMP	spinup	acorn32 sparc64
 SMP	no	arc bebox ews4800mips hp700 mvmeppc ofppc prep
-SMP	no	sbmips sgimips
+SMP	no	sbmips sgimips xen
 SMP	NFW	cesfic pmax
 
 # RAS support: spec by arch.
 RAS	no	*
-RAS	yes	alpha arm i386 hp300 hppa mipsel mipseb
+RAS	yes	alpha arm i386c hp300 hppa mipsel mipseb
 RAS	yes	sh3eb sh3el sh5el sparc64 x86_64
 
 # new-ctxsw: spec by arch.
@@ -455,12 +457,12 @@
 
 # topdown vm support: spec by arch.
 topdown-vm	no	*
-topdown-vm	yes	i386 mipseb mipsel powerpc vax
+topdown-vm	yes	i386c mipseb mipsel powerpc vax
 
 # RAIDframe mirror boot support: spec by machine.
 # NOTE: some machines are probably N/A
 rf-boot	no	*
-rf-boot	yes	alpha i386 pmax sparc sparc64 vax
+rf-boot	yes	alpha i386 pmax sparc sparc64 vax xen
 
 # Timecounters
 timectrs no	*
@@ -483,15 +485,17 @@
 timectrs rambo mipsco
 timectrs tx39rtc hpcmips
 timectrs itimer hp700
+timectrs tcxen xen
 
 # Generic TODR
 generic-todr no	*
 generic-todr yes acorn26 acorn32 algor amd64 amiga amigappc
 generic-todr yes arc bebox cats cesfic cobalt
-generic-todr yes dreamcast evbmips evbsh5 ews4800mips
+generic-todr yes dreamcast evbmips evbppc evbsh5 ews4800mips
 generic-todr yes hp300 hp700 hpcmips i386 ibmnws iyonix landisk luna68k
 generic-todr yes macppc mipsco mvme68k mvmeppc
 generic-todr yes netwinder news68k newsmips next68k
 generic-todr yes ofppc pc532 playstation2 pmppc prep
-generic-todr yes sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3 vax x68k
+generic-todr yes sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3 vax
+generic-todr yes x68k xen
 
Index: developers/features/table
===================================================================
RCS file: /cvsroot/htdocs/developers/features/table,v
retrieving revision 1.645
retrieving revision 1.647
diff -u -r1.645 -r1.647
--- developers/features/table	17 Sep 2006 05:07:52 -0000	1.645
+++ developers/features/table	18 Sep 2006 22:06:30 -0000	1.647
@@ -1,4 +1,4 @@
-# $NetBSD: table,v 1.645 2006/09/17 05:07:52 tsutsui Exp $
+# $NetBSD: table,v 1.647 2006/09/18 22:06:30 gdamore Exp $
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -59,6 +59,7 @@
 port sun3
 port vax
 port x68k
+port xen
 
 
 # declare classes ("class <name> <member> ..."), which correspond to values
@@ -70,7 +71,7 @@
 class alpha	alpha
 class arm	acorn26 acorn32 cats evbarm hpcarm iyonix netwinder shark
 class hppa	hp700
-class i386	i386
+class i386c	i386 xen
 class m68000	sun2
 class m68k	amiga atari cesfic hp300 luna68k mac68k mvme68k news68k next68k sun3 x68k
 class mipseb	ews4800mips mipsco newsmips sbmips sgimips
@@ -264,6 +265,7 @@
 value prep-timer <font color="green">clockinterrupt,<br>prep_mftb</font>
 value tca64 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>ACPI-{Fast,Safe},<br>amdpm,<br>piixpm</font>
 value tcx86 <font color="green">clockinterrupt,<br>i8254,<br>TSC,<br>geodecntr,<br>ACPI-{Fast,Safe},<br>amdpm,<br>piixpm</font>
+value tcxen <font color="green">clockinterrupt,<br>TSC</font>
 value tick-counter <font color="green">clockinterrupt,<br>tick-counter</font>
 value timer-counter <font color="green">clockinterrupt,<br>timer-counter</font>
 value tmr-count <font color="green">clockinterrupt,<br>tmr1_count</font>
@@ -290,47 +292,47 @@
 Latest-Release	3.0	luna68k mac68k macppc mipsco mmeye mvme68k mvmeppc 
 Latest-Release	3.0	netwinder news68k newsmips next68k ofppc pmax pmppc
 Latest-Release	3.0	prep sandpoint sbmips sgimips
-Latest-Release	3.0	shark sparc sparc64 sun2 sun3 vax x68k
+Latest-Release	3.0	shark sparc sparc64 sun2 sun3 vax x68k xen
 Latest-Release	1.5.3	pc532
 
 # shared library support: spec by arch, NO POSITIVE WILDCARDS.
 shlibs	no	*
-shlibs	yes	alpha arm hppa i386 m68k mipseb mipsel
+shlibs	yes	alpha arm hppa i386c m68k mipseb mipsel
 shlibs	yes	powerpc sh3eb sh3el sparc sparc64 x86_64
 
 # ELF use: spec by arch, NO POSITIVE WILDCARDS.
 ELF	no	*
-ELF	yes	alpha arm hppa i386 mipseb mipsel m68000 m68k
+ELF	yes	alpha arm hppa i386c mipseb mipsel m68000 m68k
 ELF	yes	powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
 
 # Compiler support: spec by arch.
-gcc	gcc336	alpha arm armeb hppa i386 m68000 m68k mipseb mipsel
+gcc	gcc336	alpha arm armeb hppa i386c m68000 m68k mipseb mipsel
 gcc	gcc336	ns32k powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
 
 #
 gcc4	no	*
 gcc4	builds	sh3eb sh3el sh5el
-gcc4	yes	alpha arm armeb i386 m68000 m68k powerpc sparc sparc64 x86_64
+gcc4	yes	alpha arm armeb i386c m68000 m68k powerpc sparc sparc64 x86_64
 
 # binutils choice: spec by arch, NO POSITIVE WILDCARDS.
 binutils	other	*
-binutils	2.16.1	alpha arm armeb hppa i386 m68000 m68k mipseb mipsel
+binutils	2.16.1	alpha arm armeb hppa i386c m68000 m68k mipseb mipsel
 binutils	2.16.1	ns32k powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
 
 # GDB support: spec by arch, NO POSITIVE WILDCARDS.
 gdb	no	*
-gdb	yes	alpha arm armeb i386 m68000 m68k mipseb mipsel powerpc
+gdb	yes	alpha arm armeb i386c m68000 m68k mipseb mipsel powerpc
 gdb	yes	sh3eb sh3el sparc sparc64 vax x86_64
 
 gdb6	no	*
-gdb6	yes	alpha arm i386 mipseb powerpc sparc sparc64 x86_64  
+gdb6	yes	alpha arm i386c mipseb powerpc sparc sparc64 x86_64  
 
 # Cross-build support: spec by arch, default is Build.
 cross	build	*
 # spec by machine (exceptions to above; machines for which distrib works in cross)
 cross	nbhost	acorn32 amiga hp300
 cross	yes	acorn26 algor amd64 arc atari cats cobalt dreamcast ews4800mips
-cross	yes	evbarm evbmips evbppc evbsh3 hp700 hpcarm hpcmips hpcsh i386
+cross	yes	evbarm evbmips evbppc evbsh3 hp700 hpcarm hpcmips hpcsh i386c
 cross	yes	ibmnws luna68k mac68k macppc mipsco mmeye mvme68k mvmeppc
 cross	yes	netwinder news68k newsmips next68k pc532 playstation2 pmax prep
 cross	yes	sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3
@@ -342,7 +344,7 @@
 new-distrib	yes	ews4800mips hp300 hp700 hpcmips ibmnws i386
 new-distrib	yes	mac68k macppc mipsco mvme68k
 new-distrib	yes	news68k newsmips playstation2 pmax pmppc prep
-new-distrib	yes	sandpoint shark sparc sparc64 sun2 sun3 vax x68k
+new-distrib	yes	sandpoint shark sparc sparc64 sun2 sun3 vax x68k xen
 new-distrib	no	amiga bebox evbsh3 mvmeppc pc532
 
 # sysinst support: spec by machine, NO POSITIVE WILDCARDS.
@@ -351,7 +353,7 @@
 sysinst	yes	hp300 hp700 hpcmips i386 mac68k
 sysinst	yes	macppc mipsco mvme68k news68k newsmips
 sysinst	yes	pc532 playstation2 pmax prep
-sysinst	yes	sandpoint shark sparc sparc64 vax x68k
+sysinst	yes	sandpoint shark sparc sparc64 vax x68k xen
 sysinst	no	atari sun2 sun3
 
 
@@ -363,7 +365,7 @@
 X-server	no	*
 X-server	XF4.x	acorn32 alpha amiga cats dreamcast
 X-server	XF4.x	ews4800mips hpcarm hpcmips hpcsh
-X-server	XF4.x	i386 mac68k macppc newsmips sgimips sparc sparc64
+X-server	XF4.x	i386 mac68k macppc newsmips sgimips sparc sparc64 xen
 X-server	N/A	acorn26 cesfic mvme68k mvmeppc pc532 pmppc sandpoint
 
 # MI WSCONS use: spec by machine, NO POSITIVE WILDCARDS.
@@ -371,7 +373,7 @@
 wscons	yes	acorn26 acorn32 algor alpha amd64 bebox
 wscons	yes	cats dreamcast evbarm ews4800mips hpcarm hpcmips hpcsh
 wscons	yes	i386 luna68k mac68k macppc
-wscons	yes	netwinder newsmips next68k playstation2 prep sparc64 vax
+wscons	yes	netwinder newsmips next68k playstation2 prep sparc64 vax xen
 wscons	partial	arc ibmnws shark
 wscons	N/A	cesfic mvme68k mvmeppc pc532 pmppc sandpoint
 
@@ -379,7 +381,7 @@
 bus-space	no	*
 bus-space	yes	algor alpha arc atari evbmips
 bus-space	yes	evbsh5 i386 ibmnws mipsco next68k
-bus-space	yes	pmppc sun2 sparc64 vax amd64
+bus-space	yes	pmppc sun2 sparc64 vax amd64 xen
 bus-space	partial	acorn26 acorn32 amiga bebox cats cobalt
 bus-space	partial	dreamcast evbarm evbppc evbsh3 ews4800mips
 bus-space	partial	hp300 hp700 hpcarm hpcmips hpcsh iyonix
@@ -396,7 +398,7 @@
 bus-dma	yes	macppc mipsco mvme68k mvmeppc netwinder newsmips next68k
 bus-dma	yes	playstation2 pmax pmppc prep
 bus-dma	yes	sandpoint sgimips shark sparc sparc64 sun2
-bus-dma	yes	vax x68k
+bus-dma	yes	vax x68k xen
 bus-dma	partial	arc
 
 # !__BROKEN_CONFIG_UNIT_USAGE: spec by machine, no POSITIVE WILDCARDS.
@@ -408,7 +410,7 @@
 cf_unit	OK	netwinder news68k newsmips next68k
 cf_unit	OK	ofppc pc532 playstation2 pmax pmppc prep sandpoint
 cf_unit	OK	sbmips sgimips sh3eb sh3el shark sparc sparc64 sun2
-cf_unit	OK	vax x68k
+cf_unit	OK	vax x68k xen
 
 # __HAVE_GENERIC_SOFT_INTERRUPTS: spec by machine, no POSITIVE WILDCARDS.
 generic-softint	no	*
@@ -418,7 +420,7 @@
 generic-softint	yes	hp300 hp700 hpcarm hpcmips hpcsh
 generic-softint	yes	i386 ibmnws iyonix macppc mipsco mmeye mvme68k
 generic-softint	yes	newsmips netwinder playstation2 pmax prep
-generic-softint	yes	sbmips sgimips sparc sparc64 sun2 vax
+generic-softint	yes	sbmips sgimips sparc sparc64 sun2 vax xen
 
 # evcnt: spec by machine, no POSITIVE WILDCARDS.
 evcnt	no	*
@@ -427,26 +429,26 @@
 evcnt	yes	hp300 hpcsh hpcmips hp700 i386 ibmnws iyonix
 evcnt	yes	macppc mipsco mmeye netwinder
 evcnt	yes	ofppc pc532 playstation2 pmax prep
-evcnt	yes	sbmips sgimips sparc64 vax
+evcnt	yes	sbmips sgimips sparc64 vax xen
 
 # optimized-in_cksum: spec by arch, no POSITIVE WILDCARDS.
 optimized-in_cksum	NNN	*
 optimized-in_cksum	YNN	alpha hppa m68000 m68k ns32k sh3eb sh3el
 optimized-in_cksum	YYN	arm mipseb mipsel powerpc sh5el
 optimized-in_cksum	YYN	sparc sparc64 vax
-optimized-in_cksum	YYY	i386
+optimized-in_cksum	YYY	i386c
 
 # SMP support: spec by machine.
 SMP	N/A	*
 SMP	yes	alpha amd64 i386 macppc sparc vax
 SMP	spinup	acorn32 sparc64
 SMP	no	arc bebox ews4800mips hp700 mvmeppc ofppc prep
-SMP	no	sbmips sgimips
+SMP	no	sbmips sgimips xen
 SMP	NFW	cesfic pmax
 
 # RAS support: spec by arch.
 RAS	no	*
-RAS	yes	alpha arm i386 hp300 hppa mipsel mipseb
+RAS	yes	alpha arm i386c hp300 hppa mipsel mipseb
 RAS	yes	sh3eb sh3el sh5el sparc64 x86_64
 
 # new-ctxsw: spec by arch.
@@ -455,12 +457,12 @@
 
 # topdown vm support: spec by arch.
 topdown-vm	no	*
-topdown-vm	yes	i386 mipseb mipsel powerpc vax
+topdown-vm	yes	i386c mipseb mipsel powerpc vax
 
 # RAIDframe mirror boot support: spec by machine.
 # NOTE: some machines are probably N/A
 rf-boot	no	*
-rf-boot	yes	alpha i386 pmax sparc sparc64 vax
+rf-boot	yes	alpha i386 pmax sparc sparc64 vax xen
 
 # Timecounters
 timectrs no	*
@@ -483,15 +485,17 @@
 timectrs rambo mipsco
 timectrs tx39rtc hpcmips
 timectrs itimer hp700
+timectrs tcxen xen
 
 # Generic TODR
 generic-todr no	*
 generic-todr yes acorn26 acorn32 algor amd64 amiga amigappc
 generic-todr yes arc bebox cats cesfic cobalt
-generic-todr yes dreamcast evbmips evbsh5 ews4800mips
+generic-todr yes dreamcast evbmips evbppc evbsh5 ews4800mips
 generic-todr yes hp300 hp700 hpcmips i386 ibmnws iyonix landisk luna68k
 generic-todr yes macppc mipsco mvme68k mvmeppc
 generic-todr yes netwinder news68k newsmips next68k
 generic-todr yes ofppc pc532 playstation2 pmppc prep
-generic-todr yes sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3 vax x68k
+generic-todr yes sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3 vax
+generic-todr yes x68k xen