Add a page where we can collect information about machines that are

on the market. For now it's mostly dull and incomplete, but it's
a good starting point for adding machine specific information such
as known problems, incompatibilities and the likes. Here we can
also collect pictures and dmesg(8) output...
This commit is contained in:
Marcel Moolenaar 2003-01-19 09:44:30 +00:00
parent 97472e2424
commit 70c4b1e019
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15701

View file

@ -0,0 +1,113 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD/ia64 Project -- machines">
<!ENTITY email 'freebsd-ia64'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<h2>Machines on the market</h2>
<h3>Bull</h3>
<table border=1>
<tr>
<td>Type</td>
<td>Processor</td>
<td># CPUs</td>
<td>Chipset</td>
</tr>
<tr>
<td>Escala IL400R</td>
<td>Itanium</td>
<td>4</td>
<td>?</td>
</tr>
<tr>
<td>Escala IL1400R</td>
<td>Itanium</td>
<td>16</td>
<td>?</td>
</tr>
</table>
<h3>Fujitsu</h3>
<table border=1>
<tr>
<td>Type</td>
<td>Processor</td>
<td># CPUs</td>
<td>Chipset</td>
</tr>
<tr>
<td>PRIMERGY N4000</td>
<td>Itanium</td>
<td>1</td>
<td>?</td>
</tr>
</table>
<h3>Hewlett-Packard</h3>
<table border=1>
<tr>
<td>Type</td>
<td>Processor</td>
<td># CPUs</td>
<td>Chipset</td>
</tr>
<tr>
<td>i2000</td>
<td>Itanium</td>
<td>2</td>
<td>460GX</td>
</tr>
<tr>
<td>rx2600</td>
<td>Itanium 2</td>
<td>2</td>
<td>zx1</td>
</tr>
<tr>
<td>rx5670</td>
<td>Itanium 2</td>
<td>4</td>
<td>zx1</td>
</tr>
<tr>
<td>zx2000</td>
<td>Itanium 2</td>
<td>1</td>
<td>zx1</td>
</tr>
<tr>
<td>zx6000</td>
<td>Itanium 2</td>
<td>2</td>
<td>zx1</td>
</tr>
</table>
<h3>Unisys</h3>
<table border=1>
<tr>
<td>Type</td>
<td>Processor</td>
<td># CPUs</td>
<td>Chipset</td>
</tr>
<tr>
<td>ES7000 Orion 130</td>
<td>Itanium 2</td>
<td>32</td>
<td>?</td>
</tr>
</table>
&footer;
</html>