Update the following entries with new info about progress:

- Add High Definition Audio (HDA) support to our sound system
 - Extract the partition and slice table editor from sysinstall
 - Add support for WITHOUT_* switches to "make delete-old"

Submitted by:	netchild
This commit is contained in:
Joel Dahl 2006-04-04 17:59:04 +00:00
parent ebeb405432
commit fd4d8773d7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27474

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.31 2006/03/02 08:48:43 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.32 2006/03/20 16:59:48 joel Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -137,7 +137,7 @@
<li><a href="#p-regression">Improve our regression testing system</a></li>
<li><a href="#p-performancetracking">Tracking performance over time</a></li>
<li><a href="#p-ndmp">Write a NDMP data server</a></li>
<li><a href="#p-noswitches">Add support for NO_* switches to
<li><a href="#p-noswitches">Add support for WITHOUT_* switches to
"make delete-old"</a></li>
</ul>
@ -442,20 +442,20 @@
<a name="p-hda"></a>
<h2>Add High Definition Audio (HDA) support to our sound system</h2>
<p><strong>Technical contact</strong>: <a
href="mailto:ariff@FreeBSD.org">&a.ariff;</a></p>
<p><!-- Description needed --></p>
href="mailto:freebsd-multimedia@FreeBSD.org">freebsd-multimedia@FreeBSD.org</a>
(mailing list)</p>
<p><strong>URL</strong>: <a href="http://www.intel.com/standards/hdaudio/">HDA
Specification</a></p>
<p><strong>NetBSD azalia driver</strong>: <a
href="http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/azalia.c">azalia.c</a>,
<a
href="http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/azalia.h">azalia.h</a>,
<a
href="http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/azalia_codec.c">azalia_codec.c</a></p>
<ul>
<li>Have a look at the specification.</li>
<li>Implement HDA support.</li>
</ul>
<p>Some work has been done, but progress is slow. More manpower is needed. <a
href="mailto:<sepotvin@videotron.ca">Stephane E. Potvin</a> has <a
href="http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-April/003901.html">begun</a>
implementing HDA support to our sound system and a patch is available <a
href="http://www.leidinger.net/FreeBSD/hdac-20060313.tbz">here</a>. This
is very experimental, and should not be considered stable code.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Ability to read and understand foreign C code.</li>
@ -1136,7 +1136,7 @@
to remove sysinstall when the new installer enters the tree without loosing
nice functionality. Additionally novice users cannot shoot themselves in the
foot by accidentally triggering the wrong actions in unrelated parts of
sysinstall.</p>
sysinstall. &a.netchild; has some working code.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Knowledge of C.</li>
@ -1221,12 +1221,16 @@
<hr>
<a name="p-noswitches"></a>
<h2>Add support for NO_* switches to "make delete-old"</h2>
<h2>Add support for WITHOUT_* switches to "make delete-old"</h2>
<p><strong>Technical contact</strong>: <a
href="mailto:netchild@FreeBSD.org">&a.netchild;</a></p>
<p>The new "delete-old" and "delete-old-libs" target in /usr/src for 6.1 and
-current should be extended to support the NO_* knobs, e.g. NO_RESCUE or
NO_CRYPT, and delete files which are covered by those knobs.</p>
-current should be extended to support the WITHOUT_* knobs, e.g. WITHOUT_RESCUE or
WITHOUT_CRYPT, and delete files which are covered by those knobs. Some
switches have already been <a
href="http://cvsweb.freebsd.org/src/tools/build/mk/OptionalObsoleteFiles.inc">covered</a>.
You can view a list of all switches and what effect they have <a
href="http://phk.freebsd.dk/misc/build_options/">here</a>.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Time to build and install the world several times.</li>