Added FreeBSD Driver Database - Device Drivers In Development

This commit is contained in:
Wolfram Schneider 1999-10-25 16:16:33 +00:00
parent 10a2cc5f2d
commit c865cb547d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5936

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.74 1999/09/22 22:25:48 chris Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.75 1999/10/01 15:06:35 wosch Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -357,6 +357,16 @@ description (3-10 lines) to
<a name="devicedrivers"></a>
<h3>Device drivers</h3>
<ul>
<li><a name="fdd" href="http://www.posi.net/freebsd/drivers/">FreeBSD Driver Database</a>
Just because you don't have the time to write the driver
yourself doesn't mean you can't still help. The idea behind
the FreeBSD Driver Database is to help individuals with
hardware that needs supporting get in touch with driver
developers with the knowledge to write the support for the
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><a name="deviceframework" href="http://www.freebsd.org/~dfr/devices.html">
A New Device Framework for FreeBSD</a></li>