aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2005-02-19 20:10:38 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2005-02-19 20:10:38 +0000
commitc98a045c5136fde7274d6f9063dbd3c281ba0bb1 (patch)
tree666125251b1b1e65cc4fb2262d87243fe6b28904 /release
parentbdac9ab2b90c70b01b31c288fb2fa0af4d5992e7 (diff)
downloadsrc-c98a045c5136fde7274d6f9063dbd3c281ba0bb1.tar.gz
src-c98a045c5136fde7274d6f9063dbd3c281ba0bb1.zip
New release notes: OLDCARD removed, ath(4) transmit rate control
modules, wlan(4) overhaul with particular mention of the wlan_wep module, amr(4) PAE-safe (+MFC), matcd(4) removed, wd(4) removed for pc98, ifconfig(8) reorg and update. Culled from random skimming of HEAD commit messages. Somewhat belatedly bump copyright date while here.
Notes
Notes: svn path=/head/; revision=142104
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml38
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml38
2 files changed, 74 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index f085415949b4..a8904ceb36f6 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -11,6 +11,7 @@
<year>2002</year>
<year>2003</year>
<year>2004</year>
+ <year>2005</year>
<holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
</copyright>
@@ -137,6 +138,10 @@
<sect3 id="proc">
<title>Hardware Support</title>
+ <para arch="i386,pc98">Support for the OLDCARD subsystem has
+ been removed. The NEWCARD system is now used for all PCCARD
+ device support.</para>
+
<sect4 id="mm">
<title>Multimedia Support</title>
@@ -146,9 +151,25 @@
<sect4 id="net-if">
<title>Network Interface Support</title>
+ <para>The &man.ath.4; driver has been updated to split the
+ transmit rate control algorithm into a separate module.
+ Either <literal>device ath_rate_onoe</literal> or
+ <literal>device ath_rate_amrr</literal> must be included in
+ the kernel configuration when using the &man.ath.4;
+ driver.</para>
+
<para>The &man.sf.4; driver now has support for device polling
and &man.altq.4;. &merged;</para>
+ <para>Support for 802.11 devices in the &man.wlan.4; has been
+ greatly overhauled. In addition to architectural changes,
+ it includes completed 802.11g, WPA, 802.11i, 802.1x,
+ WME/WMM, AP-side power-saving, and plugin frameworks for
+ cryptography modules, authenticators, and access control.
+ Note in particular that WEP now requires the
+ <filename>wlan_wep</filename> module to be loaded (or
+ compiled) into the kernel.</para>
+
</sect4>
</sect3>
@@ -173,7 +194,16 @@
<sect3 id="disks">
<title>Disks and Storage</title>
- <para></para>
+ <para>The &man.amr.4; driver is now safe for use on systems
+ using &man.pae.4;. &merged;</para>
+
+ <para>The &man.matcd.4; driver has been removed.</para>
+
+ <para arch="pc98">The &man.wd.4; driver has been removed. The
+ &man.ata.4; driver has been found to work well enough on the
+ pc98 platform that there is no need for the older &man.wd.4;
+ driver.</para>
+
</sect3>
<sect3 id="fs">
@@ -198,6 +228,12 @@
force creation of a GPT even when there is an MBR record on a
disk. &merged;</para>
+ <para>The &man.ifconfig.8; utility has been restructured. It is
+ now more modular and flexible with respect to supporting
+ interface-specific functionality. The 802.11 support has been
+ updated to support recent changes to the 802.11 subsystem and
+ drivers.</para>
+
<para>The <literal>NO_NIS</literal> compile-time knob for userland
has been added. As its name implies, enabling this
<filename>Makefile</filename> variable will cause NIS support to
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index f085415949b4..a8904ceb36f6 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -11,6 +11,7 @@
<year>2002</year>
<year>2003</year>
<year>2004</year>
+ <year>2005</year>
<holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
</copyright>
@@ -137,6 +138,10 @@
<sect3 id="proc">
<title>Hardware Support</title>
+ <para arch="i386,pc98">Support for the OLDCARD subsystem has
+ been removed. The NEWCARD system is now used for all PCCARD
+ device support.</para>
+
<sect4 id="mm">
<title>Multimedia Support</title>
@@ -146,9 +151,25 @@
<sect4 id="net-if">
<title>Network Interface Support</title>
+ <para>The &man.ath.4; driver has been updated to split the
+ transmit rate control algorithm into a separate module.
+ Either <literal>device ath_rate_onoe</literal> or
+ <literal>device ath_rate_amrr</literal> must be included in
+ the kernel configuration when using the &man.ath.4;
+ driver.</para>
+
<para>The &man.sf.4; driver now has support for device polling
and &man.altq.4;. &merged;</para>
+ <para>Support for 802.11 devices in the &man.wlan.4; has been
+ greatly overhauled. In addition to architectural changes,
+ it includes completed 802.11g, WPA, 802.11i, 802.1x,
+ WME/WMM, AP-side power-saving, and plugin frameworks for
+ cryptography modules, authenticators, and access control.
+ Note in particular that WEP now requires the
+ <filename>wlan_wep</filename> module to be loaded (or
+ compiled) into the kernel.</para>
+
</sect4>
</sect3>
@@ -173,7 +194,16 @@
<sect3 id="disks">
<title>Disks and Storage</title>
- <para></para>
+ <para>The &man.amr.4; driver is now safe for use on systems
+ using &man.pae.4;. &merged;</para>
+
+ <para>The &man.matcd.4; driver has been removed.</para>
+
+ <para arch="pc98">The &man.wd.4; driver has been removed. The
+ &man.ata.4; driver has been found to work well enough on the
+ pc98 platform that there is no need for the older &man.wd.4;
+ driver.</para>
+
</sect3>
<sect3 id="fs">
@@ -198,6 +228,12 @@
force creation of a GPT even when there is an MBR record on a
disk. &merged;</para>
+ <para>The &man.ifconfig.8; utility has been restructured. It is
+ now more modular and flexible with respect to supporting
+ interface-specific functionality. The 802.11 support has been
+ updated to support recent changes to the 802.11 subsystem and
+ drivers.</para>
+
<para>The <literal>NO_NIS</literal> compile-time knob for userland
has been added. As its name implies, enabling this
<filename>Makefile</filename> variable will cause NIS support to