Add a section with links to manual pages that would be referenced quite

frequently by developers working on the PAE/SMP usability project for
device drivers.
This commit is contained in:
Hiten Pandya 2005-06-15 00:25:28 +00:00
parent 9328650b10
commit 7d461c8d1d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24861

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.100 2005/05/30 22:16:40 jmg Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.101 2005/05/30 22:18:00 jmg Exp $">
<!ENTITY title "FreeBSD busdma and SMPng driver conversion project">
<!ENTITY email 'mux'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -26,6 +26,7 @@
<h2>Contents</h2>
<ul>
<li><a href="#goal">Project Goal</a></li>
<li><a href="#resources">Resources and Links</a></li>
<li><a href="#platform-status">Platform Support Status</a></li>
<li><a href="#ifnet-status">Network Interface Driver Status</a></li>
<li><a href="#storage-status">Storage Device Driver Status</a></li>
@ -101,6 +102,22 @@
new tasks, it refers to the date the task was added to the list.</p>
<p>Tasks are sorted first by status, then by date.</p>
<a name="resources"></a>
<h2>Resources and Links</h2>
<p>A series of manual pages related to this project can be found
here:</p>
<ul>
<li>Physical Address Extensions -
<a href="http://www.freebsd.org/cgi/man.cgi?query=pae&amp;apropos=0&amp;sektion=4&amp;manpath=FreeBSD+6.0-current">pae(4)</a></li>
<li>Bus and Machine-independent DMA Mapping Interface -
<a href="http://www.freebsd.org/cgi/man.cgi?query=busdma&amp;apropos=0&amp;sektion=9&amp;manpath=FreeBSD+6.0-current">bus_dma(9)</a></li>
<li>Machine-dependent part of the Virtual Memory (VM) system -
<a href="http://www.freebsd.org/cgi/man.cgi?query=pmap&amp;apropos=0&amp;sektion=9&amp;manpath=FreeBSD+6.0-current">pmap(9)</a></li>
<li>Resource Management Functions -
<a href="http://www.freebsd.org/cgi/man.cgi?query=rman&amp;apropos=0&amp;sektion=9&amp;manpath=FreeBSD+6.0-current">rman(9)</a></li>
</ul>
<a name="platform-status"></a>
<h2>Platform Support Status</h2>