Added
A New Device Framework for FreeBSD http://www.freebsd.org/~dfr/devices.html to sections Device drivers. Maybe 'Architecture' is the correct place, but I guess most users will search this paper in the device section...
This commit is contained in:
parent
760909a84d
commit
786780f86e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4114
1 changed files with 6 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-01-25 21:40:52 $">
|
||||
<!ENTITY date "$Date: 1999-01-26 17:40:40 $">
|
||||
<!ENTITY title "FreeBSD Development Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: projects.sgml,v 1.42 1999-01-25 21:40:52 wosch Exp $ -->
|
||||
<!-- $Id: projects.sgml,v 1.43 1999-01-26 17:40:40 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -252,6 +252,10 @@ description (3-10 lines) to
|
|||
<a name="devicedrivers"></a>
|
||||
<h3>Device drivers</h3>
|
||||
<ul>
|
||||
<li><a name="deviceframework"
|
||||
href="http://www.freebsd.org/~dfr/devices.html">
|
||||
A New Device Framework for FreeBSD</a>
|
||||
|
||||
<li><a name="atm" href="http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html"> BSD ATM: implementation of ATM internetworking under 4.4BSD</a>:
|
||||
New computer applications in areas such as multimedia, imaging,
|
||||
and distributed computing demand high levels of performance from
|
||||
|
|
Loading…
Reference in a new issue