diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-02-17 22:12:12 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-02-17 22:12:12 +0000 |
commit | 2c91eff77ae65c3edec5216c318076e07f668808 (patch) | |
tree | 3a4e321f6154390a6e3f2d095fbbc6c184282e7f /en_US.ISO8859-1/articles/5-roadmap | |
parent | 101abcef59a792c70b1db30b881f1a3fcd46f2be (diff) |
Notes
Diffstat (limited to 'en_US.ISO8859-1/articles/5-roadmap')
-rw-r--r-- | en_US.ISO8859-1/articles/5-roadmap/article.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/articles/5-roadmap/article.sgml b/en_US.ISO8859-1/articles/5-roadmap/article.sgml index 4fcc09972e..6e88e8bdf3 100644 --- a/en_US.ISO8859-1/articles/5-roadmap/article.sgml +++ b/en_US.ISO8859-1/articles/5-roadmap/article.sgml @@ -161,7 +161,7 @@ </listitem> <listitem> - <para>kernel encryption: crypto drivers and core crypto framework are + <para>kernel encryption: crypto drivers and core &man.crypto.4; framework are Giant-free. KAME IPsec and FAST IPSec have not been locked.</para> </listitem> @@ -387,7 +387,7 @@ <listitem> <para>Make all drivers defer most of their processing out of their interrupt thread. Significant performance gains have - been shown recently in the aac(4) driver by making its + been shown recently in the &man.aac.4; driver by making its interrupt handler be <quote>INTR_MPSAFE</quote> and moving all processing to a taskqueue.</para> </listitem> @@ -490,7 +490,7 @@ Documentation should be written to help trasition users from OLDCARD to NEWCARD and from <quote>pccardd</quote> to <quote>devd</quote>. The power management and - <quote>dumpcis</quote> functionality of pccardc(1) needs to be + <quote>dumpcis</quote> functionality of &man.pccardc.8; needs to be brought forward to work with NEWCARD, along with the ability to load CIS quirk entries. Most of this functionality can be integrated into <quote>devd</quote> and @@ -537,7 +537,7 @@ </listitem> <listitem> - <para>disklabel(8) regressions: The biggest casualty of the + <para>&man.disklabel.8; regressions: The biggest casualty of the introduction of GEOM appears to be the disklabel utility. The <quote>-r</quote> option gives unpredictable results in most cases now and should be removed or fixed. Work is planned for a |