Add a page to collect things we need to do. Add a PR query form at

the top of the page so that we can easily query ia64 related PRs.
The items on the TODO list are just a first shot at making a list.
This commit is contained in:
Marcel Moolenaar 2003-01-19 02:25:20 +00:00
parent e5a1da5366
commit 4b135899b4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15696

View file

@ -0,0 +1,42 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD/ia64 Project">
<!ENTITY email 'freebsd-ia64'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<hr>
<form action="http://www.freebsd.org/cgi/query-pr-summary.cgi" method="get">
<center>Search the FreeBSD/ia64 PR database:
<input type="hidden" name="category" value="ia64">
<input type="hidden" name="sort" value="none">
<input type="text" name="text">
<input type="submit" value="Go">
</center>
</form>
<hr>
<h3>What needs to be done</h3>
<p>A complete list of things that need to be done is very likely not
going to happen. There's just too much. Below a list of the larger
or more important items.
<ul>
<li>EPC based system calls</li>
<li>gdb(1) support and port</li>
<li>Make SMP reliable</li>
<li>Continue work on MCA</li>
<li>Revisit the VHPT handling</li>
<li>Revisit kernel loading</li>
<li>Revisit TR assignment</li>
</ul>
&footer;
</html>