Add a sun4v platform page.
This commit is contained in:
parent
b78df60ed6
commit
f711933efe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29044
3 changed files with 77 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/platforms/Makefile,v 1.10 2005/04/18 21:11:59 pav Exp $
|
||||
# $FreeBSD: www/en/platforms/Makefile,v 1.11 2006/02/05 09:11:47 joel Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -17,6 +17,7 @@ DOCS+= mips.sgml
|
|||
DOCS+= pc98.sgml
|
||||
DOCS+= ppc.sgml
|
||||
DOCS+= sparc.sgml
|
||||
DOCS+= sun4v.sgml
|
||||
DOCS+= x86-64.sgml
|
||||
DOCS+= xbox.sgml
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY email 'freebsd-www'>
|
||||
<!ENTITY title "Supported Platforms">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.21 2006/08/19 21:20:40 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.22 2006/08/20 15:45:42 joel Exp $">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
<html>
|
||||
|
@ -25,6 +25,7 @@
|
|||
<li><a href="pc98.html">FreeBSD/pc98 Project</a></li>
|
||||
<li><a href="ppc.html">FreeBSD/ppc Project</a></li>
|
||||
<li><a href="sparc.html">FreeBSD/sparc64 Project</a></li>
|
||||
<li><a href="sparc.html">FreeBSD/sun4v Project</a></li>
|
||||
<li><a href="xbox.html">FreeBSD/xbox Project</a></li>
|
||||
</ul>
|
||||
|
||||
|
@ -62,6 +63,9 @@
|
|||
<li>For the FreeBSD/sparc64 port, <a
|
||||
href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
|
||||
|
||||
<li>For the FreeBSD/sun4v port, <a
|
||||
href="mailto:freebsd-sun4v@FreeBSD.org">freebsd-sun4v@FreeBSD.org</a></li>
|
||||
|
||||
<li>For the FreeBSD/xbox port, <a
|
||||
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
|
||||
|
||||
|
|
70
en/platforms/sun4v.sgml
Normal file
70
en/platforms/sun4v.sgml
Normal file
|
@ -0,0 +1,70 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/platforms/sun4v.sgml,v 1.28 2006/10/16 18:06:12 danger Exp $">
|
||||
<!ENTITY title "FreeBSD/sun4v Project">
|
||||
<!ENTITY email 'freebsd-sun4v'>
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h3><a name="intro">Introduction</a></h3>
|
||||
|
||||
<p>This page contains information about the FreeBSD port to Sun Microsystem's
|
||||
UltraSPARC-T1® architecture. Discussion of the
|
||||
UltraSPARC-T1 port takes place on the
|
||||
<a href="http://lists.freebsd.org/mailman/listinfo/freebsd-sun4v">freebsd-sun4v</a>
|
||||
mailing list.</p>
|
||||
|
||||
<h3><a name="toc">Table Of Contents</a></h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="#who">Credits</a></li>
|
||||
<li><a href="#news">Latest News</a></li>
|
||||
<li><a href="#hw">Hardware List</a></li>
|
||||
<li><a href="#todo">What Needs To Be Done</a></li>
|
||||
<li><a href="#links">Pointers Of Interest</a></li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="who">Credits</a></h3>
|
||||
|
||||
<p>The following people have been working either in the spotlights or behind
|
||||
the scenes to get the FreeBSD port off the ground:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="mailto:kmacy@FreeBSD.org">&a.kmacy;</a></li>
|
||||
<li><a href="mailto:jb@FreeBSD.org">&a.jb;</a></li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="news">Latest News</a></h3>
|
||||
|
||||
<h3><a name="hw">Hardware List</a></h3>
|
||||
|
||||
<p>A summary of supported systems follows. SMP is supported on all supported
|
||||
systems.</p>
|
||||
|
||||
<ul>
|
||||
<li>T1000</li>
|
||||
<li>T2000</li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="todo">What Needs To Be Done</a></h3>
|
||||
|
||||
<ul>
|
||||
<li>Load balance interrupts between CPUs.</li>
|
||||
<li>Add support for the serial port.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="links">Pointers Of Interest</a></h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.sun.com/processors/documentation.html">
|
||||
UltraSPARC processor documentation.</a></li>
|
||||
<li><a href="http://www.opensparc.net/">
|
||||
OpenSPARC web site.</a></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</html>
|
Loading…
Reference in a new issue