From 97e4ca08f4ef42b017942b41ad7ea2a6d1ead121 Mon Sep 17 00:00:00 2001
From: Joel Dahl <joel@FreeBSD.org>
Date: Wed, 4 Jan 2006 18:39:43 +0000
Subject: [PATCH] Add new entry: Sync USB code with NetBSD

Submitted by:   netchild
---
 en/projects/ideas/index.sgml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/en/projects/ideas/index.sgml b/en/projects/ideas/index.sgml
index 8f58dc7e9c..61a99bd5c1 100644
--- a/en/projects/ideas/index.sgml
+++ b/en/projects/ideas/index.sgml
@@ -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.9 2005/12/22 12:21:46 joel Exp $">
+<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.10 2005/12/22 18:02:19 joel Exp $">
 <!ENTITY title "FreeBSD list of projects and ideas for volunteers">
 <!ENTITY % navincludes SYSTEM "../../includes.navdocs.sgml"> %navincludes;
 <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@@ -50,6 +50,7 @@
 <h3>Kernel</h3>
 <ul>
   <li><a href="#p-kbdmux">Working kbdmux</a></li>
+  <li><a href="#p-usbnetbsd">Sync USB code with NetBSD</a></li>
   <li><a href="#p-sxsemantics">Usable lock implementation with
     SX-semantics</a></li>
   <li><a href="#p-docsysctl">Document as many sysctls as possible</a></li>
@@ -206,6 +207,22 @@
 
 <hr>
 
+<a name="p-usbnetbsd"></a>
+<h2>Sync USB code with NetBSD</h2>
+<p><strong>Technical contact</strong>: <a
+  href="mailto:usb@FreeBSD.org">usb@FreeBSD.org</a> (mailing list)</p>
+<p>There are various improvements and fixes to the USB code in NetBSD
+  which have not found their way into FreeBSD yet.</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>Various USB devices and/or energy to let people on the USB mailing list
+    test patches and listen to bug reports regarding those tests.</li>
+</ul>
+
+<hr>
+
 <a name="p-sxsemantics"></a>
 <h2>Usable lock implementation with SX-semantics</h2>
 <p><strong>Technical contact</strong>: <a