Remove the 4Front sync entry (the results of the Google SoC have

been committed) and add a link to the sound subsystem page on the
FreeBSD wiki.

Requested by:	netchild
This commit is contained in:
Joel Dahl 2006-09-25 12:13:14 +00:00
parent 4f8f810bd6
commit 39098c8e6e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28715

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.69 2006/08/28 08:14:40 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.70 2006/09/11 12:56:32 joel Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -62,7 +62,6 @@
<h3>Kernel</h3>
<ul>
<li><a href="#p-sync4front">4Front Technologies OSS v4 API</a></li>
<li><a href="#p-cachesparc64">Cache detection support for sparc64</a></li>
<li><a href="#p-camlocking">CAM layer locking</a></li>
<li><a href="#p-cpuusage">CPU usage display in top</a></li>
@ -299,39 +298,6 @@
<!- Kernel ->
<!------------------------------------------------------------------>
<a name="p-sync4front"></a>
<h2>4Front Technologies OSS v4 API</h2>
<p><strong>Technical contact</strong>: <a
href="mailto:netchild@FreeBSD.org">&a.netchild;</a></p>
<p><strong>References</strong>: <a href="http://www.opensound.com/">4Front
Technologies</a></p>
<p>4Front Technologies will go live with an improved OSS API in the near future
and we are discussing syncing with this API at the freebsd-multimedia mailing
list. 4Front Technologies offered assistance. A volunteer would have
to:</p>
<ul>
<li>Add the necessary interfaces.</li>
<li>Add appropriate code to the sound subsystem/drivers where possible.</li>
<li>Document the work (manual pages, maybe sound subsystem chapter in the
FreeBSD Architecture Handbook, maybe extending the example driver). This
part overlaps with the sound subsystem documentation project. Maybe
4Front is willing to donate parts of their documentation. Coordination
regarding this is required.</li>
<li>Use the improved API in our userland programs where it is
beneficial.</li>
</ul>
<p><a href="mailto:ryanb@FreeBSD.org">Ryan Beasly</a> is <a
href="http://wikitest.freebsd.org/RyanBeasley">working</a> on syncing
with the 4Front OSS v4 API as part of Google Summer of Code 2006.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Ability to read and understand foreign C code.</li>
<li>Ability to write C code.</li>
<li>At least one supported sound card.</li>
</ul>
<hr>
<a name="p-cachesparc64"></a>
<h2>Cache detection support for sparc64</h2>
<p><strong>Technical contact</strong>: <a
@ -423,6 +389,9 @@
subsystem and how they interact (data flow, dependencies, ...) and fit
together. Additionally it should contain links to already available
documentation (official standards, section 9 manual pages, ...).</li>
<li>A <a href="http://wikitest.freebsd.org/soundsystem">wiki page</a>
documenting everything related to the sound subsystem in FreeBSD has been
created.</li>
</ul>
<p><strong>Requirements</strong>:</p>
<ul>