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:
parent
9328650b10
commit
7d461c8d1d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24861
1 changed files with 18 additions and 1 deletions
|
@ -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&apropos=0&sektion=4&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&apropos=0&sektion=9&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&apropos=0&sektion=9&manpath=FreeBSD+6.0-current">pmap(9)</a></li>
|
||||
<li>Resource Management Functions -
|
||||
<a href="http://www.freebsd.org/cgi/man.cgi?query=rman&apropos=0&sektion=9&manpath=FreeBSD+6.0-current">rman(9)</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="platform-status"></a>
|
||||
<h2>Platform Support Status</h2>
|
||||
|
|
Loading…
Reference in a new issue