Link arm project from front page, fix two capitalization nits in the arm.sgml

file.
This commit is contained in:
Tom Rhodes 2004-12-01 18:15:14 +00:00
parent c581182608
commit 41f285c0bb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23092
2 changed files with 7 additions and 6 deletions
en/platforms

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/platforms/arm.sgml,v 1.1 2004/12/01 18:09:59 trhodes Exp $">
<!ENTITY title "FreeBSD/ARM project">
<!ENTITY % includes SYSTEM "../includes.sgml">
%includes;
@ -16,15 +16,15 @@
<h3>FreeBSD/ARM Hardware Notes</h3>
<p>Currently FreeBSD should work on the i80321 based intel
<p>Currently FreeBSD should work on the i80321 based Intel
devboards, which includes the IQ31244 and IQ80321 boards.
Support is still minimal, covering only the CPU, PCI-X bus,
em(4) ethernet adapters, the UART and timer devices.</p>
em(4) Ethernet adapters, the UART and timer devices.</p>
<p>Minimal support for the StrongARM 1100 CPU is provided, but
only within the limits of what Simics emulate: CPU, UART and
clock. It is theorically possible to boot on the Assabet board,
the one simics emulates; no attempts, successful or unsuccessful
clock. It is theoretically possible to boot on the Assabet board,
the one Simics emulates; no attempts, successful or unsuccessful,
have been reported.
<h3>What Needs To Be Done</h3>

View file

@ -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.9 2003/07/18 20:27:46 hrs Exp $">
<!ENTITY date "$FreeBSD: www/en/platforms/index.sgml,v 1.10 2003/08/17 14:24:56 simon Exp $">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
<html>
@ -20,6 +20,7 @@
<ul>
<li><a href="alpha.html">FreeBSD/alpha Project</a></li>
<li><a href="amd64.html">FreeBSD/amd64 Project</a></li>
<li><a href="arm.html">FreeBSD/ARM project</a></li>
<li><a href="ia64/index.html">FreeBSD/ia64 Project</a></li>
<li><a href="mips.html">FreeBSD/MIPS Project</a></li>
<li><a href="pc98.html">FreeBSD/pc98 Project</a></li>