Update the list of developer hosts
Remove the no-longer-useful Hardware configurations table Reported by: bcran
This commit is contained in:
parent
74ae2483ad
commit
c66aa63da8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52915
1 changed files with 11 additions and 42 deletions
|
@ -48,66 +48,35 @@
|
|||
<td>ref[13|12|11]-amd64</td>
|
||||
<td>X-STABLE</td>
|
||||
<td>amd64</td>
|
||||
<td>Reference machine.</td>
|
||||
<td>Reference machine for general testing and Ports building.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ref[13|12|11]-i386</td>
|
||||
<td>X-STABLE</td>
|
||||
<td>i386</td>
|
||||
<td>Reference machine.</td>
|
||||
<td>Reference machine for general testing and Ports building.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ref[12|11]-aarch64</td>
|
||||
<td>X-STABLE</td>
|
||||
<td>arm64/aarch64</td>
|
||||
<td>Reference machine.</td>
|
||||
<td>Reference machine for general testing and Ports building.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ref[12]-ppc64</td>
|
||||
<td>X-STABLE</td>
|
||||
<td>ppc64/powerpc64</td>
|
||||
<td>Reference machine for general testing and Ports building.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>universe[13|12|11][a|b]</td>
|
||||
<td>X-STABLE</td>
|
||||
<td>amd64</td>
|
||||
<td>Universe build machine.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Hardware configurations</h2>
|
||||
|
||||
<table class="tblbasic">
|
||||
<thead>
|
||||
<tr>
|
||||
<th align="left">Host</th>
|
||||
<th align="left">Hardware</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr valign="top">
|
||||
<td>freefall</td>
|
||||
<td>Check <tt>dmesg(8)</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td>ref<em>[11-13]</em>-amd64</td>
|
||||
<td>Check <tt>dmesg(8)</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td>ref<em>[11-13]</em>-i386</td>
|
||||
<td>Check <tt>dmesg(8)</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td>ref<em>[11-12]</em>-aarch64</td>
|
||||
<td>Check <tt>dmesg(8)</tt>.</td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td>universe<em>[11-13][a|b]</em></td>
|
||||
<td>Check <tt>dmesg(8)</tt>.</td>
|
||||
<td>Universe build machine for fast, large scale compiling.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue