Hook up the busdma project home page.

This commit is contained in:
Robert Watson 2002-12-09 18:21:44 +00:00
parent 2ab4c66f43
commit 1209a2a270
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15249

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/projects.sgml,v 1.133 2002/11/16 18:20:45 ceri Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.134 2002/11/25 08:57:46 keramida Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -314,6 +314,13 @@ hardware. This is a list of drivers currently under
development that could stand to gain from time or resources
you may have to offer.</li>
<li><a name="busdma" href="&base;/projects/busdma/index.html">busdma
driver conversion</a>: busdma provides a portable abstraction to the
Direct Memory Access (DMA) hardware primitives used by many high
performance device drivers. By using this abstraction, device driver
authors avoid adding platform-specific DMA management code, improving
the portability of drivers between hardward architectures.</li>
<li><a name="deviceframework" href="http://people.FreeBSD.org/~dfr/devices.html">
A New Device Framework for FreeBSD</a></li>