diff --git a/en/projects/projects.sgml b/en/projects/projects.sgml
index 84aca0d609..d2e740df99 100644
--- a/en/projects/projects.sgml
+++ b/en/projects/projects.sgml
@@ -1,6 +1,6 @@
-
+
%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.
+
busdma
+driver conversion: 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.
+
A New Device Framework for FreeBSD