From owner-doc-jp-work@jp.FreeBSD.org Mon Jul 11 18:33:32 2005
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id j6B9XWA08973;
	Mon, 11 Jul 2005 18:33:32 +0900 (JST)
	(envelope-from owner-doc-jp-work@jp.FreeBSD.org)
Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id j6B9XUh08968
	for <doc-jp-work@jp.FreeBSD.org>; Mon, 11 Jul 2005 18:33:30 +0900 (JST)
	(envelope-from rushani@bl.mmtr.or.jp)
Received: (qmail 29211 invoked from network); 11 Jul 2005 18:33:23 +0900
Received: from unknown (HELO localhost) (210.153.209.47)
  by wasley.bl.mmtr.or.jp with SMTP; 11 Jul 2005 18:33:23 +0900
Message-Id: <20050711.183241.104038158.rushani@bl.mmtr.or.jp>
To: doc-jp-work@jp.FreeBSD.org
From: Hideyuki KURASHINA <rushani@bl.mmtr.or.jp>
In-Reply-To: <86r7ejg7dp.wl%hiroo@oikumene.gcd.org>
References: <20050701.000858.112566285.rushani@bl.mmtr.or.jp>
	<86r7ejg7dp.wl%hiroo@oikumene.gcd.org>
X-URL: http://www.rushani.jp/
X-PGP-Public-Key: http://www.rushani.jp/rushani.asc
X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2  DA6B F2FA 2088 439A DC57
X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320
X-Mailer: Mew version 4.2.53 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: doc-jp-work@jp.FreeBSD.org
Precedence: list
Date: Mon, 11 Jul 2005 18:32:41 +0900
X-Sequence: doc-jp-work 1183
Subject: [doc-jp-work 1183] Re: relnotes for 6.0R
Sender: owner-doc-jp-work@jp.FreeBSD.org
X-Originator: rushani@bl.mmtr.or.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+050320

$BARIJ$G$9!#(B

>>> On Fri, 01 Jul 2005 01:02:42 +0900, Hiroo Ono <hiroo@oikumene.gcd.org> said:

> $B>.Ln42@8$G$9!#(B
[...]
> $B$^$?!">e$+$iE,Ev$K(B diff $B$rEj$2$F2<$5$C$F$b9=$$$^$;$s!#(B

$B$H$$$&$3$H$G!">e$+$i$d$C$F$_$^$7$?(B ($B$=$N(B4)$B!#(B

     <sect3 id="net-proto">

$B$NA0$^$G$G$9!#(B

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Index: new.sgml
===================================================================
RCS file: /home/ncvs/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v
retrieving revision 1.663.2.5
retrieving revision 1.879
diff -u -r1.663.2.5 -r1.879
--- new.sgml	9 Jan 2004 17:08:32 -0000	1.663.2.5
+++ new.sgml	30 Jun 2005 04:55:46 -0000	1.879
     <!-- Above this line, sort kernel changes by manpage/keyword-->
 
-    <para>The swap pager has been revamped.  Among user-visible
-      changes are a change in the layout policy (from fixed-width
-      striping to a round-robin across devices) for better I/O
-      throughput, the elimination of compile-time limits on the number
-      of swap devices, and a reduction in memory overheads.</para>
-
-    <sect3 id="proc">
-      <title>Platform-Specific Hardware Support</title>
-
-      <para arch="i386">Large changes have been made to the i386
-	machine-dependent code to improve interrupt routing and
-	handling, as well as SMP support.  Two major user-visible
-	changes are that SMP kernels can run on UP systems and that
-	SMP functionality is now enabled by default in the
-	<filename>GENERIC</filename> kernel.  Also, the
-	<literal>options APIC_IO</literal> kernel option has been
-	replaced by <literal>device apic</literal>.</para>
-
-      <para arch="pc98">Large changes have been made to the i386
-	machine-dependent code to improve interrupt routing and
-	handling.</para>
-
-      <para arch="i386">An integer overflow that could cause kernel
-        panics on PAE machines of certain large memory sizes has been
-        corrected.</para>
-
-      <para arch="i386,pc98">Floating point emulation in the kernel has
-	been removed.</para>
-
-      <para arch="i386,pc98">Problems with some Pentium 4 CPUs and some older
-        Pentium Pro and Pentium II CPUs have been worked around.
-        Typically these manifested themselves as memory corruption or
-        unexplained crashes.</para>
-
-      <para arch="i386">Logical CPUs (with HyperThreading) are
-	now enabled according to BIOS settings (previously, they were
-	disabled by default and had to be enabled explicitly).</para>
+    <para arch="i386,amd64">&os; always uses the local APIC timer
+      even on uni-processor systems now.</para>
 
-    </sect3>
+    <para arch="i386,amd64,ia64">The default <varname>HZ</varname>
+      parameter (which controls various kernel timers) has been
+      increased from <literal>100</literal> to <literal>1000</literal>
+      on the i386 and ia64.  It has been reduced from
+      <literal>1024</literal> to <literal>1000</literal> on the amd64
+      to reduce synchronization effects with other system
+      clocks.</para>
+
+    <para>The maximum length of shell commands has changed from 128
+      bytes to <varname>PAGE_SIZE</varname>.  By default, this value
+      is either 4KB (i386, pc98, amd64, and powerpc) or 8KB (sparc64
+      and ia64).  As a result, compatibility modules need to be
+      rebuilt to stay synchronized with data structure changes in the
+      kernel.</para>
+
+    <para>A new tunable <varname>vm.blacklist</varname> has been added.
+      This can hold a space or comma separated list of physical addresses.
+      The pages containing these physical addresses will
+      not be added to the free list and thus will effectively
+      be ignored by the &os; VM system.  The physical addresses
+      of any ignored pages are listed in the message buffer as well.</para>
 
     <sect3 id="boot">
       <title>Boot Loader Changes</title>
 
-      <para></para>
+      <para arch="i386">A serial console-capable version of
+	<filename>boot0</filename> has been added.  It can be written
+	to a disk using &man.boot0cfg.8; and specifying
+	<filename>/boot/boot0sio</filename> as the argument to the
+	<option>-b</option> option.</para>
+
+      <para arch="i386"><filename>cdboot</filename> now works around a
+	BIOS problem observed on some systems when booting from USB
+	CDROM drives.</para>
+
+      <para>The <command>autoboot</command> loader command
+	now supports the prompt parameter.</para>
+
+      <para>The <command>autoboot</command> loader command will now prevent the user
+	from interrupting the boot process at all if the
+	<varname>autoboot_delay</varname> variable is set to
+	<literal>-1</literal>. &merged;</para>
+
+      <para>A loader menu option to set <varname>hint.atkbd.0.flags=0x1</varname>
+	has been added.  This setting allows USB keyboards to work
+	if no PS/2 keyboard is attached.</para>
+
+      <para>The beastie boot menu has been disabled by default.</para>
 
       <!-- Above this line, order boot loader changes by keyword-->
 
     </sect3>
 
-    <sect3 id="net-if">
-      <title>Network Interface Support</title>
-
-      <para>The new &man.ath.4; and &man.ath.hal.4; drivers provide
-	support for 802.11a/b/g devices based on the AR5210, AR5211,
-	and AR5212 chips.</para>
-
-      <para>The &man.bfe.4; driver has been added to support Broadcom
-	BCM4401 based Fast Ethernet adapters.</para>
-
-      <para>&man.bge.4; now supports Broadcom 5705 based Gigabit Ethernet NICs.
-        &merged;</para>
-
-      <para>A bug in the &man.bge.4; driver that prevented it from
-	working correctly at 10 Mbps has been fixed.</para>
-
-      <para>The &man.em.4; driver now has support for tuning
-        the interrupt delays using sysctl tunables
-        without recompiling the driver.</para>
-
-      <para>The &man.fatm.4; driver has been added.  This is a driver
-	for NATM and NgATM that supports Fore/Marconi PCA200 ATM
-	cards.</para>
-
-      <para arch="i386,pc98,sparc64">The &man.harp.4; driver has been added.
-        This is a pseudo physical interface driver for HARP, 
-        which attaches to all NetGraph ATM interfaces in the
-        system and presents a physical interface to the HARP stack
-        for each of these interfaces.</para>
-
-      <para arch="i386,pc98,sparc64">The &man.hatm.4; driver has been added
-        to support Fore/Marconi HE155 and HE622 ATM cards.</para>
-
-      <para arch="i386">The hfa driver has been updated to firmware
-	version 4.1.12 and now supports a limited number of CBR
-	channels.</para>
-
-      <para arch="i386,pc98,sparc64">The &man.patm.4; driver has been added to
-        support IDT77252 based ATM interfaces.</para>
-
-      <para>The &man.re.4; driver has been added.  It provides support
-	for the RealTek RTL8139C+, RTL8169, RTL8169S and RTL8110S PCI
-	Fast Ethernet and Gigabit Ethernet controllers.</para>
-
-      <para>&man.sk.4; now supports SK-9521 V2.0 and 3COM 3C940 based Gigabit
-        Ethernet NICs. &merged;</para>
-
-      <para>A new &man.utopia.4; driver supports 25MBit/sec,
-	155MBit/sec and 622MBit/sec ATM physical layer configuration,
-	status and statistics reporting for the most commonly used
-	ATM-PHY chips.</para>
-
-      <para>The suspend/resume support for the &man.wi.4; driver
-        now works correctly when the device is configured down.
-        &merged;</para>
-
-      <para>The &man.wi.4; driver should once again work correctly
-	with Lucent 802.11b interfaces.</para>
-
-      <para>The 802.11 support layer has been rewritten to allow for
-	future growth and new features.</para>
+    <sect3 id="proc">
+      <title>Hardware Support</title>
 
-      <para>The &man.xe.4; driver now supports CE2, CEM28, 
-        and CEM33 cards, and &man.multicast.4; datagrams.  Also several
-        bugs in the driver have been fixed.</para>
+      <para arch="i386,amd64">The &man.acpi.4; driver now turns
+	the ACPI and PCI devices off or to a lower power state
+	when suspending, and back on again when resuming.
+	This behavior can be disabled by
+	setting the <varname>debug.acpi.do_powerstate</varname> and
+	<varname>hw.pci.do_powerstate</varname> sysctls to <literal>0</literal>.</para>
+
+      <para arch="i386,amd64">The &man.acpi.ibm.4; driver for IBM laptops
+	has been added.  It provides support for the various
+	hotkeys and reading fan status and thermal
+	sensors.</para>
+
+      <para arch="i386,amd64">The &man.acpi.fujitsu.4; driver for handling
+        &man.acpi.4;-controlled buttons Fujitsu laptops has been added.</para>
+
+      <para arch="i386,amd64">The acpi_sony driver,
+	which supports the Sony Notebook Controller on various
+	Sony laptops has been added.</para>
+
+      <para>The &man.atkbdc.4;, &man.atkbd.4;, and &man.psm.4;
+	drivers have been rewritten in more bus-independent way,
+	and now support the EBus found on the sparc64 platform.</para>
+
+      <para arch="sparc64">The following device drivers have been
+	added and enabled by default in the
+	<filename>GENERIC</filename> kernel:
+	&man.atkbdc.4;,
+	&man.atkbd.4;,
+	creator(4),
+	machfb(4),
+	&man.syscons.4;,
+	&man.ohci.4;,
+	&man.psm.4;,
+	&man.ukbd.4;,
+	&man.ums.4;,
+	and &man.usb.4;.</para>
+
+      <para arch="sparc64">The &man.auxio.4; driver has been added; it supports
+	some auxiliary I/O functions found on various SBus/EBus
+	&ultrasparc; models. &merged;</para>
+
+      <para arch="sparc64">The clkbrd driver has been added to support
+	the <literal>clock-board</literal> device frequently found on
+	Sun E<replaceable>xx</replaceable>00 servers.</para>
+
+      <para>A framework for flexible processor speed control has been
+	added.  It provides methods for various drivers to control CPU
+	power utilization by adjusting the processor speed.  More
+	details can be found in the &man.cpufreq.4; manual page. &merged;
+	Currently supported drivers include ichss (Intel SpeedStep for ICH),
+	acpi_perf (ACPI CPU performance states), and acpi_throttle
+	(ACPI CPU throttling).  The latter two drivers are contained
+	in the &man.acpi.4; driver.  These can individually be disabled by setting device
+	hints such as <varname>hint.<replaceable>ichss</replaceable>.0.disabled="1"</varname>.</para>
+
+      <para>The &man.hwpmc.4; hardware performance
+	monitoring counter driver has been added.
+	This driver virtualizes the hardware performance monitoring
+	facilities in modern CPUs and provides support for using
+	these facilities from user level processes.  For more details,
+	see manual pages of &man.hwpmc.4;, associated libraries,
+	and associated userland utilities.</para>
+
+      <para arch="i386">Support for the OLDCARD subsystem has
+	been removed.  The NEWCARD system is now used for all PCCARD
+	device support.</para>
+
+      <para>The pcii driver has been added to support GPIB-PCIIA IEEE-488
+	cards. &merged;</para>
+
+      <para>The &man.atkbd.4; driver now supports a <literal>0x8</literal>
+	(bit 3) flag to disable testing the keyboard port during
+	the device probe as this can cause hangs on some machines,
+	specifically Compaq R3000Z series amd64 laptops.</para>
+
+      <para arch="i386">The &man.pbio.4; driver,
+	which supports direct access to
+	the Intel 8255A programmable peripheral interface (PPI)
+	chip running in mode 0 (simple I/O) has been added.</para>
+
+      <para>The &man.psm.4; driver now has improved support for
+	Synaptics Touchpad users.  It now has better tracking of
+	slow-speed movement and support for various extra
+	buttons and dials.  These features can be tuned with the
+	<varname>hw.psm.synaptics.<replaceable>*</replaceable></varname>
+	hierarchy of sysctl variables.</para>
+
+      <para arch="sparc64">The rtc driver has been added to support
+	the MC146818-compatible clock found on some &ultrasparc; II
+	and III models. &merged;</para>
+
+      <para arch="i386">The &man.syscons.4; driver now supports VESA
+	(15, 16, 24, and 32 bit) modes.  To enable this feature, two
+	kernel options <literal>SC_PIXEL_MODE</literal> and
+	<literal>VESA</literal> (or corresponding kernel module)
+	are needed.</para>
+
+      <para arch="sparc64">The &man.uart.4; driver is now enabled in
+	the <filename>GENERIC</filename> kernel, and is now the
+	default driver for serial ports.  The ofw_console and
+	&man.sab.4; drivers are now disabled in the
+	<filename>GENERIC</filename> kernel. &merged;</para>
+
+      <para>The &man.uftdi.4; driver now supports the FTDI FT2232C
+	chip.</para>
+
+      <para>The &man.uplcom.4; driver now supports handling of the
+	<literal>CTS</literal> signal.</para>
+
+      <para>The &man.ehci.4; driver has been improved.</para>
+
+      <para arch="sparc64">The zs driver has been removed
+	in favor of the &man.uart.4; driver.</para>
+
+      <sect4 id="mm">
+	<title>Multimedia Support</title>
+
+	<para arch="sparc64">The &man.snd.audiocs.4; driver has been
+	  added to support the Crystal Semiconductor CS4231 audio
+	  controller found on &ultrasparc;
+	  workstations. &merged;</para>
+
+	<para>The &man.uaudio.4; driver now has some added
+	  functionality, including volume control on more inputs and
+	  recording capability on some devices. &merged;</para>
+
+      </sect4>
+
+      <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.
+	  One of <literal>device ath_rate_onoe</literal>,
+	  <literal>device ath_rate_amrr</literal>, or
+	  <literal>device ath_rate_sample</literal> must be included in
+	  the kernel configuration when using the &man.ath.4;
+	  driver.</para>
+
+	<para>The &man.bge.4; driver now supports the &man.altq.4;
+	  framework, as well as the BCM5714, 5721, 5750, 5751, 5751M and 5789
+	  chips. &merged;</para>
+
+	<para>The &man.cdce.4; USB Communication Device Class Ethernet
+	  driver has been added. &merged;</para>
+
+	<para>The &man.cp.4; driver is now MPSAFE. &merged;</para>
+
+	<para>The &man.ctau.4; driver is now MPSAFE. &merged;</para>
+
+	<para>The &man.cx.4; driver is now MPSAFE. &merged;</para>
+
+	<para>The &man.dc.4; driver now supports the &man.altq.4;
+	  framework. &merged;</para>
+
+	<para>The &man.ed.4; driver now supports the &man.altq.4;
+	  framework.  &merged;</para>
+
+	<para>In the &man.em.4; driver, hardware support for VLAN
+	  tagging is now disabled by default due to some interactions
+	  between this feature and promiscuous mode. &merged;</para>
+
+	<para>Ethernet flow control is now disabled by default in the
+	  &man.fxp.4; driver, to prevent problems on a subnet when a system panics
+	  or is left in the kernel debugger. &merged;</para>
+
+	<para>The gx(4) driver has been removed because
+	  it is no longer maintained actively and
+	  the &man.em.4; driver supports all of the supported hardware.</para>
+
+	<para>The &man.hme.4; driver is now MPSAFE. &merged;</para>
+
+	<para>The &man.ipw.4; (for Intel PRO/Wireless 2100),
+	  &man.iwi.4; (for Intel PRO/Wireless 2200BG/2225BG/2915ABG),
+	  &man.ral.4; (for Ralink Technology RT2500),
+	  and &man.ural.4; (for Ralink Technology RT2500USB)
+	  drivers have been added.</para>
+
+	<para>The &man.ixgb.4; driver is now MPSAFE. &merged;</para>
+
+	<para>The musycc driver, for the LanMedia LMC1504 T1/E1
+	  network interface card, has been removed due to
+	  disuse.</para>
+
+	<para arch="i386,amd64">Drivers using the &man.ndis.4; device
+	  driver wrapper mechanism are now built and loaded
+	  differently.  The &man.ndis.4; driver can now be pre-built
+	  as module or statically compiled into a kernel.  Individual
+	  drivers can now be built with the &man.ndisgen.8; utility;
+	  the result is a kernel module that can be loaded into a
+	  running kernel using &man.kldload.8;. &merged;</para>
+
+	<para arch="amd64">The &man.ndis.4; device driver wrapper now
+	  supports &windows;/x86-64 binaries on amd64
+	  systems. &merged;</para>
+
+	<para arch="i386,amd64">The &man.nve.4; driver, which supports the
+	  nVidia nForce MCP Networking Adapter, has been added.</para>
+
+	<para>The &man.re.4; driver now supports the &man.altq.4;
+	  framework.  &merged;</para>
+
+	<para>The &man.sf.4; driver now has support for device polling
+	  and &man.altq.4;. &merged;</para>
+
+	<para>Several programming errors in the &man.sk.4; driver have
+	  been corrected.  These bugs were particular to SMP systems, and
+	  could cause panics, page faults, aborted SSH connections, or
+	  corrupted file transfers.  More details can be found in
+	  errata note
+	  <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ERRATA/notices/FreeBSD-EN-05:02.sk.asc">FreeBSD-EN-05:02.sk</ulink>.
+	  &merged;</para>
+
+	<para>The &man.sk.4; driver now has support for &man.altq.4;.
+	  This driver also now supports jumbo frames on Yukon-based
+	  interfaces. &merged;</para>
+
+	<para>The &man.vge.4; driver now has support for device polling
+	  (&man.polling.4;).</para>
+
+	<para>Support for 802.11 devices in the &man.wlan.4; framework 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>
 
-      <para>A number of network drivers have had their interrupt
-	handlers marked as MPSAFE, meaning they can run without
-	the Giant lock.  Among the drivers so converted are:
-	&man.ath.4;, &man.em.4;, &man.ep.4;, &man.fxp.4;, &man.sn.4;,
-	&man.wi.4;, and &man.sis.4;.</para>
+	<para>The &man.xl.4; driver now supports
+	  &man.polling.4;. &merged;</para>
 
+      </sect4>
     </sect3>
 
     <sect3 id="net-proto">
       <title>Network Protocols</title>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

$B$KBP1~$9$kItJ,$O(B

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--- new.sgml.tmp	Sat Jul  9 02:02:52 2005
+++ new.sgml	Mon Jul 11 18:30:42 2005
@@ -399,126 +399,331 @@
 
     <!-- Above this line, sort kernel changes by manpage/keyword-->
 
-    <para>$B%9%o%C%W%Z!<%8%c$N<BAu$,:~?7$5$l$^$7$?!#(B
-      $B%f!<%6$K8+$($kJQ99E@$O!"(B
-      I/O $B%9%k!<%W%C%H8~>e$N$?$a$K%l%$%"%&%H%]%j%7$,(B
-      $B8GDjI}$N%9%H%i%$%T%s%0$+$iJ#?t%G%P%$%9$N%i%&%s%I%m%S%sJ}<0$KJQ99$5$l$?$3$H!"(B
-      $B%3%s%Q%$%k;~$K;XDj$7$F$$$?%9%o%C%W%G%P%$%9?t$N>e8B$,$J$/$J$C$?$3$H!"(B
-      $B%a%b%j%*!<%P%X%C%I$,8:>/$7$?$3$H$J$I$,$"$j$^$9!#(B</para>
+    <para arch="i386,amd64">&os; $B$OC10l%W%m%;%C%5%7%9%F%`$G$"$C$F$b(B
+      $B%m!<%+%k(B APIC $B%?%$%^$r;HMQ$9$k$h$&$K$J$j$^$7$?!#(B</para>
 
-    <sect3 id="proc">
-      <title>$B%W%i%C%H%U%)!<%`8GM-$N%O!<%I%&%'%"$NBP1~>u67(B</title>
-
-      <para arch="i386">$B3d$j9~$_7PO)$N@)8f$H(B SMP $BBP1~$r2~NI$9$k$?$a!"(B
-	i386 $B%^%7%s8GM-%3!<%I$KBgI}$JJQ99$,$*$3$J$o$l$^$7$?!#(B
-	$B%f!<%6$K1F6A$9$kBg$-$JJQ99E@$O!"(BSMP $B%+!<%M%k$,C10l%W%m%;%C%5%7%9%F%`$G$b(B
-	$BF0:n$9$k$h$&$K$J$C$?$3$H!"(BSMP $B5!G=$,(B <filename>GENERIC</filename>
-	$B%+!<%M%k$G!"%G%U%)%k%H$GM-8z$K$J$C$?$3$H$N(B 2 $B$D$G$9!#(B
-	$B$^$?!"(B<literal>options APIC_IO</literal> $B%+!<%M%k%*%W%7%g%s$O(B
-	<literal>device apic</literal> $B$KCV$-49$($i$l$F$$$^$9!#(B</para>
-
-      <para arch="pc98">$B3d$j9~$_7PO)$N@)8f$H(B SMP $BBP1~$r2~NI$9$k$?$a!"(B
-	i386 $B%^%7%s8GM-%3!<%I$KBgI}$JJQ99$,$*$3$J$o$l$^$7$?!#(B</para>
-
-      <para arch="i386">PAE $B5!G=$r$"$kFCDj$NNL$N%a%b%j$rEk:\$7$F$$$k%^%7%s$GM-8z$K$7$?>l9g$K!"(B
-        $B%+!<%M%k$,%Q%K%C%/$5$;$k860x$H$J$k@0?t1i;;$N%*!<%P%U%m!<$,=$@5$5$l$^$7$?!#(B</para>
-
-      <para arch="i386,pc98">$BIbF0>.?tE@%(%_%e%l!<%7%g%s$,:o=|$5$l$^$7$?!#(B</para>
-
-      <para arch="i386,pc98">$B0lIt$N(B Pentium 4 CPU$B!"8E$$(B
-        Pentium Pro $B$H(B Pentium II CPU $B$K$*$1$kLdBj$X$NBP=h$,DI2C$5$l$^$7$?!#(B
-	$B$3$NIT6q9g$K$h$k>I>u$O!"$=$N$[$H$s$I$,(B
-	$B%a%b%jGK2u$d860xITL@$N%/%i%C%7%e$H$7$F8=$l$F$$$^$7$?!#(B</para>
-
-      <para arch="i386">(HyperThreading $B5!G=$K$*$1$k(B) $BO@M}(B CPU  $B$,!"(B
-	BIOS $B@_Dj$K1~$8$FM-8z2=$5$l$k$h$&$K$J$j$^$7$?(B
-	($B=>Mh$O%G%U%)%k%H$GL58z$K$J$C$F$*$j!"(B
-	$BL@<(E*$KM-8z$K$9$kI,MW$,$"$j$^$7$?(B)$B!#(B</para>
-    </sect3>
+    <para arch="i386,amd64,ia64"><varname>HZ</varname> $B%Q%i%a!<%?(B
+      ($BMM!9$J%+!<%M%k%?%$%^$r@)8f$7$^$9(B) $B$N=i4|CM$,!"(B
+      i386 $B$*$h$S(B ia64 $B%"!<%-%F%/%A%c$G$O(B
+      <literal>100</literal> $B$+$i(B <literal>1000</literal> $B$KJQ99$5$l$^$7$?!#(B
+      $B$^$?!"(Bamd64 $B%"!<%-%F%/%A%c$G$O(B
+      $BB>$N%7%9%F%`%/%m%C%/$H$NF14|8z2L$rDc8:$9$k$?$a$K(B
+      <literal>1024</literal> $B$+$i(B <literal>1000</literal> $B$KJQ99$5$l$^$7$?!#(B</para>
+
+    <para>$B%7%'%k$N%3%^%s%I$N:GBgD9$,(B 128 $B%P%$%H$+$i(B
+      <varname>PAGE_SIZE</varname> $B$KJQ99$5$l$^$7$?!#(B
+      $B=i4|@_Dj$G$O!"$3$NCM$O(B
+      4KB (i386, pc98, amd64 $B$*$h$S(B powerpc $B%"!<%-%F%/%A%c(B)
+      $B$^$?$O(B 8KB (sparc64 $B$*$h$S(B ia64 $B%"!<%-%F%/%A%c(B) $B$N$I$A$i$+$G$9!#(B
+      $B$3$N7k2L!"%+!<%M%k$N%G!<%?9=B$$NJQ99$KDI?o$9$k$?$a$K!"(B
+      $B8_49%b%8%e!<%k$O:F9=C[$9$kI,MW$,$"$j$^$9!#(B</para>
+
+    <para>$BD4@02DG=$JJQ?t(B <varname>vm.blacklist</varname> $B$,DI2C$5$l$^$7$?!#(B
+      $B$3$3$K$O%9%Z!<%9$+%+%s%^$G6h@Z$C$?J*M}%"%I%l%9$N0lMw$r5-=R$G$-!"(B
+      $B$=$NJ*M}%"%I%l%9$r4^$`%Z!<%8$O(B free $B$9$k8uJd$+$i=|30$5$l!"(B
+      &os; VM $B%7%9%F%`$K$h$C$F8zN(E*$KL5;k$5$l$^$9!#$5$i$K!"(B
+      $BL5;k$5$l$?%Z!<%8$NJ*M}%"%I%l%9$O%a%C%;!<%8%P%C%U%!$KI=<($5$l$^$9!#(B</para>
 
     <sect3 id="boot">
       <title>$B%V!<%H%m!<%@$NJQ99(B</title>
 
-      <para></para>
+      <para arch="i386">$B%7%j%"%k%3%s%=!<%k$KBP1~$7$?HG$N(B
+	<filename>boot0</filename> $B$,DI2C$5$l$^$7$?!#(B
+	&man.boot0cfg.8; $B$N(B <option>-b</option> $B$N0z?t$K(B
+	<filename>/boot/boot0sio</filename>
+	$B$r;XDj$7$F%G%#%9%/$K=q$-9~$`$3$H$,$G$-$^$9!#(B</para>
+
+      <para arch="i386">USB CDROM $B%I%i%$%V$+$i5/F0$7$?;~$K!"(B
+	$BFCDj$N%7%9%F%`$G4QB,$5$l$?(B BIOS $B$NLdBj$r(B
+	<filename>cdboot</filename> $B$,2sHr$G$-$k$h$&$K$J$j$^$7$?!#(B</para>
+
+      <para>loader $B$N(B <command>autoboot</command> $B%3%^%s%I$,(B
+	$B%W%m%s%W%H%Q%i%a!<%?$KBP1~$7$^$7$?!#(B</para>
+
+      <para>loader $B$N(B <command>autoboot</command> $B%3%^%s%I$,!"(B
+	<varname>autoboot_delay</varname> $BJQ?t$r(B
+	<literal>-1</literal> $B$K@_Dj$9$k$H!"(B
+	$B%f!<%6$K$h$k5/F0%W%m%;%9$N3d$j9~$_$rKI;_$G$-$k$h$&$K$J$j$^$7$?!#(B
+	&merged;</para>
+
+      <para>loader $B%a%K%e!<$K(B <varname>hint.atkbd.0.flags=0x1</varname>
+	$B$r@_Dj$9$k9`L\$,DI2C$5$l$^$7$?!#(B
+	$B$3$N%*%W%7%g%s$r@_Dj$9$k$H!"%7%9%F%`$K(B
+	PS/2 $B%-!<%\!<%I$,@\B3$5$l$F$$$J$$;~$G$b(B
+	USB $B%-!<%\!<%I$,F0:n$9$k$h$&$K$J$j$^$9!#(B</para>
+
+      <para>beastie $B5/F0%a%K%e!<$O=i4|@_Dj$G$OL58z$K$J$j$^$7$?!#(B</para>
 
        <!-- Above this line, order bootloader changes by keyword-->
 
     </sect3>
 
-    <sect3 id="net-if">
-      <title>$B%M%C%H%o!<%/%$%s%?!<%U%'%$%9$NBP1~>u67(B</title>
-
-      <para>&man.ath.4; $B$*$h$S(B &man.ath.hal.4; $B%I%i%$%P$,?7$7$/DI2C$5$l$^$7$?!#(B
-        $B$3$l$O!"(BAR5210, AR5211, AR5212 $B%Y!<%9$N(B
-        802.11a/b/g $B%G%P%$%9$KBP1~$7$F$$$^$9!#(B</para>
-
-      <para>&man.bfe.4; $B%I%i%$%P$,?7$7$/DI2C$5$l$^$7$?!#(B
-	$B$3$l$O!"(BBroadcom BCM4401 $B%Y!<%9$N(B
-	Fast Ethernet $B%"%@%W%?$KBP1~$7$F$$$^$9!#(B</para>
+    <sect3 id="proc">
+      <title>$B%W%i%C%H%U%)!<%`8GM-$N%O!<%I%&%'%"$NBP1~>u67(B</title>
 
-      <para>&man.bge.4; $B$,(B Broadcom 5705 $B%Y!<%9$N(B
-	Gigabit Ethernet NIC $B$KBP1~$7$^$7$?!#(B
+      <para arch="i386,amd64">&man.acpi.4; $B%I%i%$%P$K$h$C$F!"(B
+	$B%7%9%F%`$r%5%9%Z%s%I$9$k:]$K(B
+	ACPI $B$*$h$S(B PCI $B%G%P%$%9$,EE8;Dd;_$^$?$ODc>CHqEENO>uBV$KA+0\$7!"(B
+	$B%l%8%e!<%`$9$k:]$KDL>o$NEENO>CHq>uBV$KI|5"$9$k$h$&$K$J$j$^$7$?!#(B
+	$B$3$N5sF0$O(B
+	<varname>debug.acpi.do_powerstate</varname> $B$H(B
+	<varname>hw.pci.do_powerstate</varname> $B$r(B
+	<literal>0</literal> $B$K@_Dj$9$k$HL58z$K$G$-$^$9!#(B</para>
+
+      <para arch="i386,amd64">IBM laptop $BMQ$N(B
+	&man.acpi.ibm.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
+	$B$5$^$6$^$J(B hotkey $B$KBP1~$7$F$*$j!"(B
+	$B%U%!%s$*$h$S29EY%;%s%5$N>uBV$r<hF@$9$k$3$H$b$G$-$^$9!#(B</para>
+
+      <para arch="i386,amd64">$BIY;NDL(B laptop $B$N(B
+	&man.acpi.4; $B@)8f$N%\%?%s$KBP1~$7$?(B
+	&man.acpi.fujitsu.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B</para>
+
+      <para arch="i386,amd64">Sony laptop $B$K$"$k(B
+	Sony Notebook Controller $B$KBP1~$7$?(B
+	acpi_sony $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B</para>
+
+      <para>&man.atkbdc.4;, &man.atkbd.4; $B$*$h$S(B &man.psm.4; $B%I%i%$%P$,(B
+	$B$5$i$K%P%9Hs0MB8$K$J$k$h$&$K=q$-D>$5$l!"(B
+	sparc64 $B%W%i%C%H%U%)!<%`$N(B EBus $B$K$bBP1~$7$^$7$?!#(B</para>
+
+      <para arch="sparc64"><filename>GENERIC</filename> $B%+!<%M%k$K!"(B
+	&man.atkbdc.4;,
+	&man.atkbd.4;,
+	creator(4),
+	machfb(4),
+	&man.syscons.4;,
+	&man.ohci.4;,
+	&man.psm.4;,
+	&man.ukbd.4;,
+	&man.ums.4;,
+	$B$*$h$S(B &man.usb.4;
+	$B%G%P%$%9%I%i%$%P$,DI2C$5$l!"=i4|@_Dj$GM-8z$K$J$j$^$7$?!#(B</para>
+
+      <para arch="sparc64">$B$5$^$6$^$J(B SBus/EBus &ultrasparc; $B%b%G%k$K$"$k!"(B
+	$BJd=uF~=PNO(B (auxiliary I/O) $B5!G=$KBP1~$7$?(B
+	&man.auxio.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
 	&merged;</para>
 
-      <para>&man.bge.4; $B$K$"$C$?%P%0$,=$@5$5$l!"(B
-        10Mbps $B$G@5>o$KF0:n$9$k$h$&$K$J$j$^$7$?!#(B</para>
+      <para arch="sparc64">Sun E<replaceable>xx</replaceable>00 $B%5!<%P$K$"$k!"(B
+	<literal>clock-board</literal> $B%G%P%$%9$KBP1~$7$?(B
+	clkbrd $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B</para>
+
+      <para>$B%W%m%;%C%5$N<~GH?t$r@)8f$9$k%U%l!<%`%o!<%/$,DI2C$5$l$^$7$?!#(B
+	$B%W%m%;%C%5$N<~GH?t$rD4@0$7$F(B
+	CPU $B$NEENO>CHq$r8zN($h$/@)8f$9$k$?$a$N<jCJ$,Ds6!$5$l$F$$$^$9!#(B
+	$B>\:Y$O(B &man.cpufreq.4; $B$N%^%K%e%"%k%Z!<%8$r$4Mw$/$@$5$$!#(B
+	&merged;
+	$B8=:_!"BP1~$7$F$$$k%I%i%$%P$K$O!"(B
+	(Intel SpeedStep for ICH),
+	acpi_perf (ACPI CPU performance states) $B$*$h$S(B
+	acpi_throttle (ACPI CPU throttling) $B$,$"$j$^$9!#(B
+	acpi_perf $B$*$h$S(B acpi_throttle $B$O(B
+	&man.acpi.4; $B%I%i%$%P$K4^$^$l$F$$$^$9!#(B
+	$B$3$l$i$N%I%i%$%P$O!"%G%P%$%9%U%!%$%k$K(B
+	<varname>hint.<replaceable>ichss</replaceable>.0.disabled="1"</varname>
+	$B$N$h$&$J@_Dj$rDI2C$7$F8DJL$KL58z$K$9$k$3$H$,$G$-$^$9!#(B</para>
+
+      <para>$B%O!<%I%&%'%"%Q%U%)!<%^%s%9%b%K%?%j%s%0%+%&%s%?(B
+	&man.hwpmc.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
+	$B$3$N%I%i%$%P$O!"6aBeE*$J(B CPU $B$KEk:\$5$l$F$$$k(B
+	$B%O!<%I%&%'%"$N%Q%U%)!<%^%s%9%b%K%?5!9=$r2>A[2=$7!"(B
+	$B%f!<%6%l%Y%k%W%m%;%9$+$iMxMQ$G$-$k$h$&$K$7$^$9!#(B
+	$B4XO"$9$k%i%$%V%i%j$d%f!<%6%i%s%I%f!<%F%#%j%F%#$J$I$N>\:Y$O(B
+	&man.hwpmc.4; $B$N%^%K%e%"%k%Z!<%8$r$4Mw$/$@$5$$!#(B</para>
 
-      <para>&man.em.4; $B%I%i%$%P$,!"%I%i%$%P$r:F%3%s%Q%$%k$7$J$/$F$b!"(B
-	$B3d9~$_$NCY1dNL$r(B sysctl $BJQ?t$rMxMQ$7$FD4@0$G$-$k$h$&$K$J$j$^$7$?!#(B</para>
+      <para arch="i386">OLDCARD $B%5%V%7%9%F%`$,:o=|$5$l$^$7$?!#(B
+	PCCARD $B%G%P%$%9$NBP1~$O$9$Y$F(B NEWCARD $B%7%9%F%`$G<B8=$5$l$^$9!#(B</para>
 
-      <para>&man.fatm.4; $B%I%i%$%P$,?7$7$/DI2C$5$l$^$7$?!#$3$l$O(B
-       Fore/Marconi PCA200 ATM $B%+!<%I$KBP1~$7$?(B NATM $B$H(B NgATM
-       $BMQ$N%I%i%$%P$G$9!#(B</para>
-
-      <para arch="i386,pc98,sparc64">&man.harp.4; $B%I%i%$%P$,?7$7$/DI2C$5$l$^$7$?!#(B
-	$B$3$l$O(B HARP (Host ATM  Research  Platform)
-        $BMQ$N2>A[E*$JJ*M}%$%s%?%U%'!<%9%I%i%$%P$G$9!#(B
-	$B%7%9%F%`$N$9$Y$F$N(B NetGraph ATM $B%$%s%?%U%'!<%9$K%"%?%C%A$7!"(B
-	HARP $B%9%?%C%/$K!"(B
-        $B3F%$%s%?%U%'!<%9$KBP1~$9$kJ*M}%$%s%?%U%'!<%9$rDs6!$7$^$9!#(B</para>
-
-      <para arch="i386,pc98,sparc64">&man.hatm.4; $B%I%i%$%P$,?7$7$/DI2C$5$l$^$7$?!#(B
-        $B$3$l$O!"(BFore/Marconi HE155, HE622 ATM $B%+!<%I$KBP1~$7$F$$$^$9!#(B</para>
-
-      <para arch="i386">hfa $B%I%i%$%P$,!"%U%!!<%`%&%'%"%P!<%8%g%s(B
-       4.1.12 $B$K99?7$5$l!"?t8D$N(B CBR $B%A%c%M%k$KBP1~$7$^$7$?!#(B</para>
-
-      <para arch="i386,pc98,sparc64">&man.patm.4; $B%I%i%$%P$,?7$7$/DI2C$5$l$^$7$?!#(B
-        $B$3$l$O!"(BIDT77252 $B%Y!<%9$N(B ATM $B%$%s%?%U%'!<%9$KBP1~$7$F$$$^$9!#(B</para>
-
-      <para>&man.re.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
-	$B$3$l$O!"(B RealTek RTL8139C+$B!"(BRTL8169$B!"(BRTL8169S$B!"(BRTL8110S
-	PCI Fast Ethernet $B%3%s%H%m!<%i$*$h$S(B
-	Gigabit Ethernet $B%3%s%H%m!<%i$KBP1~$7$F$$$^$9!#(B</para>
+      <para>GPIB-PCIIA IEEE-488 $B%+!<%I$KBP1~$7$?(B
+	pcii $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
+	&merged;</para>
 
-      <para>&man.sk.4; $B%I%i%$%P$,(B SK-9521 V2.0 $B$H(B 3COM 3C940 $B%Y!<%9$N(B
-	Gigabit Ethernet NIC $B$KBP1~$7$^$7$?!#(B
-        &merged;</para>
+      <para>&man.atkbd.4; $B%I%i%$%P$K!"(B
+	$B%G%P%$%98!=P;~$K%-!<%\!<%I%]!<%H$N8!::$rL58z$K$9$k(B
+	<literal>0x8</literal> ($B%S%C%H(B 3) $B%U%i%0$,DI2C$5$l$^$7$?!#(B
+	$B$3$N%U%i%0$O!"5/F0;~$K%O%s%0$9$k%^%7%s!"(B
+	$BFC$K(B Compaq R3000Z $B%7%j!<%:$N(B amd64 laptop $B$GM-MQ$G$9!#(B</para>
+
+      <para arch="i386">$B%b!<%I(B 0 (simple I/O) $B$GF0:n$7$F$$$k(B
+	Intel 8255A PPI (programmable peripheral interface) $B%A%C%W$K(B
+	$BD>@\%"%/%;%9$G$-$k(B &man.pbio.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B</para>
+
+      <para>&man.psm.4; $B%I%i%$%P$,2~NI$5$l!"(B
+	Synaptics Touchpad $B$KBP1~$7$^$7$?!#(BTouchpad $B>e$G(B
+	$B;X$r$f$C$/$j$H$7$?%9%T!<%I$GF0$+$7$F$b$A$c$s$HDI=>$G$-$^$9$7!"(B
+	$B$5$^$6$^$JDI2C$N%\%?%s$d%@%$%"%k$K$bBP1~$7$F$$$^$9!#(B
+	$B$3$N5!G=$O(B sysctl $BJQ?t(B
+	<varname>hw.psm.synaptics.<replaceable>*</replaceable></varname>
+	$B3,AX$GD4@0$9$k$3$H$,$G$-$^$9!#(B</para>
 
-      <para>$B?7$7$/(B &man.utopia.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
-	$B$3$l$O!"B?$/$N(B ATM-PHY $B%A%C%W$G;H$o$l$F$$$k(B
-	25MBit/sec, 155MBit/sec. 622MBit/sec $B$N(B
-	ATM $BJ*M}AX$N@_Dj!">uBV!&E}7W$N<hF@$KBP1~$7$?$b$N$G$9!#(B</para>
+      <para arch="sparc64">&ultrasparc; II $B$*$h$S(B III $B$N%b%G%k$K$"$k!"(B
+	MC146818 $B8_49%/%m%C%/$KBP1~$7$?(B	rtc $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
+	&merged;</para>
 
-      <para>&man.wi.4; $B%I%i%$%P$N%5%9%Z%s%I(B/$B%l%8%e!<%`BP1~$,(B
-	$B%G%P%$%9$r(B down $B>uBV$K$7$F$$$k;~$K$b@5$7$/F0:n$9$k$h$&$K$J$j$^$7$?!#(B
+      <para arch="i386">&man.syscons.4; $B%I%i%$%P$,(B
+	VESA $B%b!<%I(B (15, 16, 24 $B$*$h$S(B 32 $B%S%C%H(B) $B$KBP1~$7$^$7$?!#(B
+	$B$3$N5!G=$rM-8z$K$9$k$K$O!"%+!<%M%k%*%W%7%g%s(B
+	<literal>SC_PIXEL_MODE</literal> $B$H(B
+	<literal>VESA</literal> $B$,I,MW$G$9(B
+	(<literal>VESA</literal> $B%*%W%7%g%s$O(B
+	$B%+!<%M%k%b%8%e!<%k$G$bBeBX$G$-$^$9(B)$B!#(B</para>
+
+      <para arch="sparc64"><filename>GENERIC</filename>
+	$B%+!<%M%k$G(B &man.uart.4; $B%I%i%$%P$,M-8z2=$5$l!"(B
+	$B%7%j%"%k%]!<%H$K%"%/%;%9$9$k4{Dj$N%I%i%$%P$K$J$j$^$7$?!#(B
+	ofw_console $B$*$h$S(B &man.sab.4; $B%I%i%$%P$O(B
+	<filename>GENERIC</filename> $B%+!<%M%k$GL58z$K$5$l$F$$$^$9!#(B
 	&merged;</para>
 
-      <para>&man.wi.4; $B%I%i%$%P$,!"(BLucent 802.11b
-	$B%$%s%?%U%'!<%9$G@5$7$/F0:n$9$k$h$&$K$J$j$^$7$?!#(B</para>
+      <para>&man.uftdi.4; $B%I%i%$%P$,(B FTDI FT2232C $B%A%C%W$KBP1~$7$^$7$?!#(B</para>
+
+      <para>&man.uplcom.4; $B%I%i%$%P$,(B
+	<literal>CTS</literal> $B?.9f$r=hM}$G$-$k$h$&$K$J$j$^$7$?!#(B</para>
 
-      <para>802.11 $BBP1~%l%$%d$,!"(B
-        $B3HD%$d?75!G=$NDI2C$,2DG=$J$h$&$K=q$-D>$5$l$^$7$?!#(B</para>
+      <para>&man.ehci.4; $B%I%i%$%P$,2~NI$5$l$^$7$?!#(B</para>
 
-      <para>&man.xe.4; $B%I%i%$%P$,(B CE2, CEM28, CEM33 $B%+!<%I$KBP1~$7!"(B
-        $B%^%k%A%-%c%9%H(B (&man.multicast.4;) $B%G!<%?%0%i%`$KBP1~$7$^$7$?!#$^$?!"(B
-        $B%I%i%$%P$K$"$C$?$$$/$D$+$N%P%0$b=$@5$5$l$F$$$^$9!#(B</para>
-
-      <para>$B?tB?$/$N%M%C%H%o!<%/%I%i%$%P$N3d$j9~$_%O%s%I%i$,(B
-	MPSAFE $B$K$J$j$^$7$?!#(BMPSAFE $B$H$O!"%8%c%$%"%s%H%m%C%/(B (Giant lock)
-	$B$J$7$KF0:n2DG=$H$$$&0UL#$G$9!#$=$N$h$&$KJQ99$5$l$?%I%i%$%P$K$O!"(B
-	&man.ath.4;, &man.em.4;, &man.ep.4;, &man.fxp.4;, &man.sn.4;,
-	&man.wi.4;, &man.sis.4; $B$J$I$,$"$j$^$9!#(B</para>
+      <para arch="sparc64">&man.uart.4; $B%I%i%$%P$N$?$a$K(B
+	zs $B%I%i%$%P$,:o=|$5$l$^$7$?!#(B</para>
+
+      <sect4 id="mm">
+	<title>$B%^%k%A%a%G%#%"$X$NBP1~>u67(B</title>
+
+	<para arch="sparc64">&man.snd.audiocs.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
+	  &ultrasparc; $B%o!<%/%9%F!<%7%g%s$K$"$k!"(B
+	  Crystal Semiconductor CS4231 $B%*!<%G%#%*%3%s%H%m!<%i$KBP1~$7$F$$$^$9!#(B
+	  &merged;</para>
+
+	<para>&man.uaudio.4; $B%I%i%$%P$K(B
+	  $BJ#?t$NF~NO$K$D$$$F2;NL$r@)8f$9$k5!G=$J$I$,DI2C$5$l$^$7$?!#(B
+	  $B$^$?!"O?2;5!G=$,DI2C$5$l$?%G%P%$%9$b$"$j$^$9!#(B</para>
+      </sect4>
+
+      <sect4 id="net-if">
+	<title>$B%M%C%H%o!<%/%$%s%?!<%U%'%$%9$NBP1~>u67(B</title>
+
+	<para>&man.ath.4; $B%I%i%$%P$,99?7$5$l!"(B
+	  $BE>AwB.EY@)8f%"%k%4%j%:%`$,FHN)$7$?%b%8%e!<%k$KJ,N%$5$l$^$7$?!#(B
+	  &man.ath.4; $B%I%i%$%P$r;H$&;~$O!"(B
+	  <literal>device ath_rate_onoe</literal>
+	  <literal>device ath_rate_amrr</literal> $B$^$?$O(B
+	  <literal>device ath_rate_sample</literal> $B$N$$$:$l$+$r(B
+	  $B%+!<%M%k%3%s%U%#%.%e%l!<%7%g%s%U%!%$%k$K4^$a$F$/$@$5$$!#(B</para>
+
+	<para>&man.bge.4; $B%I%i%$%P$,(B
+	  &man.altq.4; $B%U%l!<%`%o!<%/$KBP1~$7$^$7$?!#(B
+	  $B$^$?!"(BBCM5714, 5721, 5750, 5751, 5751M $B$*$h$S(B
+	  5789 $B$K$bBP1~$7$^$7$?!#(B
+	  &merged;</para>
+
+	<para>USB CDC (Communication Device Class) $B%$!<%5%M%C%H$KBP1~$7$?(B
+	  &man.cdce.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.cp.4; $B%I%i%$%P$,(B MPSAFE $B$K$J$j$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.ctau.4; $B%I%i%$%P$,(B MPSAFE $B$K$J$j$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.cx.4; $B%I%i%$%P$,(B MPSAFE $B$K$J$j$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.dc.4; $B%I%i%$%P$,(B &man.altq.4; $B%U%l!<%`%o!<%/$KBP1~$7$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.ed.4; $B%I%i%$%P$,(B &man.altq.4; $B%U%l!<%`%o!<%/$KBP1~$7$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.em.4; $B%I%i%$%P$K$*$$$F!"(B
+	  $B=i4|@_Dj$G$O%?%0(B VLAN $B$N%O!<%I%&%'%"BP1~$,L58z$K$J$j$^$7$?!#(B
+	  $B$3$l$O%W%m%_%9%-%c%9(B (promiscuous) $B%b!<%I$K$7$?;~$K(B
+	  $B%O!<%I%&%'%"$K$h$k%?%0(B VLAN $B=hM}$,40A4$K$OF0:n$7$J$$$?$a$G$9!#(B
+	  &merged;</para>
+
+	<para>&man.fxp.4; $B$K$*$$$F!"(B
+	  $B%$!<%5%M%C%H%U%m!<@)8f$,=i4|@_Dj$G$OL58z$K$J$j$^$7$?!#(B
+	  $B$3$l$O%7%9%F%`$,%Q%K%C%/$7$?$j%+!<%M%k%G%P%C%,$KF~$C$?;~$K(B
+	  $BH/@8$9$kLdBj$r2sHr$9$k$?$a$G$9!#(B
+	  &merged;</para>
+
+	<para>gx(4) $B%I%i%$%P$O!"3hH/$KJ]<i$5$l$F$*$i$:(B
+	  gx(4) $B%I%i%$%P$,BP1~$7$F$$$k%O!<%I%&%(%"$N$9$Y$F$K(B
+	  &man.em.4; $B%I%i%$%P$,BP1~$7$F$$$k$?$a!"(B
+	  $B:o=|$5$l$^$7$?!#(B</para>
+
+	<para>&man.hme.4; $B%I%i%$%P$,(B MPSAFE $B$K$J$j$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.ipw.4; (Intel PRO/Wireless 2100 $BMQ(B),
+	  &man.iwi.4; (Intel PRO/Wireless 2200BG/2225BG/2915ABG $BMQ(B),
+	  &man.ral.4; (Ralink Technology RT2500 $BMQ(B) $B$*$h$S(B
+	  &man.ural.4; (Ralink Technology RT2500USB $BMQ(B)
+	  $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B</para>
+
+	<para>&man.ixgb.4; $B%I%i%$%P$,(B MPSAFE $B$K$J$j$^$7$?!#(B
+	  &merged;</para>
+
+	<para>LanMedia LMC1504 T1/E1
+	  $B%M%C%H%o!<%/%$%s%?%U%'!<%9%+!<%I$KBP1~$7$?(B
+	  musycc $B%I%i%$%P$OMxMQ$5$l$F$$$J$$$N$G:o=|$5$l$^$7$?!#(B</para>
+
+	<para arch="i386,amd64">&man.ndis.4;
+	  $B%G%P%$%9%I%i%$%P%i%C%Q5!9=$rMxMQ$9$k%I%i%$%P$r9=C[$7!"(B
+	  $BFI$_9~$a$k$h$&$K$J$j$^$7$?!#(B
+	  &man.ndis.4; $B%I%i%$%P$O%b%8%e!<%k$H$7$F;vA0$K9=C[$9$k$3$H$b!"(B
+	  $B%+!<%M%k$K@EE*$KAH$_9~$`$3$H$b$G$-$^$9!#(B
+	  $B8D!9$N%I%i%$%P$O(B &man.ndisgen.8; $B%f!<%F%#%j%F%#$r;HMQ$7$F9=C[$7!"(B
+	  &man.kldload.8; $B$r<B9T$7$F%+!<%M%k$KFI$_9~$`$3$H$N$G$-$k(B
+	  $B%b%8%e!<%k$,:n@.$5$l$^$9!#(B
+	  &merged;</para>
+
+	<para arch="amd64">&man.ndis.4; $B%G%P%$%9%I%i%$%P%i%C%Q$,!"(B
+	  amd64 $B%7%9%F%`$G(B &windows;/x86-64 $B%P%$%J%j$KBP1~$7$^$7$?!#(B
+	  &merged;</para>
+
+	<para arch="i386,amd64">nVidia nForce MCP Networking Adapter $B$K(B
+	  $BBP1~$9$k(B &man.nve.4; $B%I%i%$%P$,DI2C$5$l$^$7$?!#(B</para>
+
+	<para>&man.re.4; $B%I%i%$%P$,(B &man.altq.4; $B%U%l!<%`%o!<%/$KBP1~$7$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.sf.4; $B%I%i%$%P$,%G%P%$%9%]!<%j%s%0(B (&man.polling.4;)
+	  $B$*$h$S(B &man.altq.4; $B%U%l!<%`%o!<%/$KBP1~$7$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.sk.4; $B%I%i%$%P$KH/8+$5$l$?!"(B
+	  $B$$$/$D$+$N%W%m%0%i%_%s%0>e$N8m$j$,=$@5$5$l$^$7$?!#(B
+	  $B$3$N%P%0$O(B SMP $B%7%9%F%`$G82:_2=$9$k$b$N$G$"$j!"(B
+	  $B%Q%K%C%/!"%Z!<%8%U%)!<%k%H!"(BSSH $B@\B3$N0[>o@ZCG!"(B
+	  $B%U%!%$%kE>Aw$N0[>o$J$I$,$"$j$^$9!#(B
+	  $B>\:Y$O(B Errata $B>pJs(B
+	  <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ERRATA/notices/FreeBSD-EN-05:02.sk.asc">FreeBSD-EN-05:02.sk</ulink>
+	  $B$r$4Mw$/$@$5$$!#(B
+	  &merged;</para>
+
+	<para>&man.sk.4; $B%I%i%$%P$,(B &man.altq.4; $B%U%l!<%`%o!<%/$KBP1~$7$^$7$?!#(B
+	  $B$^$?!"(BYukon $B%Y!<%9$N%$%s%?%U%'!<%9$G$O%8%c%s%\%U%l!<%`$KBP1~$7$^$7$?!#(B
+	  &merged;</para>
+
+	<para>&man.vge.4; $B%I%i%$%P$,%G%P%$%9%]!<%j%s%0(B (&man.polling.4;)
+	  $B$KBP1~$7$^$7$?!#(B</para>
+
+	<para>&man.wlan.4; $B%U%l!<%`%o!<%/$K$*$1$k(B
+	  802.11 $B%G%P%$%9$NBP1~$,:~?7$5$l$^$7$?!#(B
+	  $B9=B$>e$NJQ99$K2C$($F!"(B
+	  802.11g, WPA, 802.11i, 802.1x,
+	  WME/WMM, AP $BB&>JEENO5!G=$d(B
+	  $B0E9f2=%b%8%e!<%k!"%*!<%;%s%F%#%1!<%?!"%"%/%;%;%9@)8f$N(B
+	  $B%W%i%0%$%s%U%l!<%`%o!<%/$KBP1~$7$F$$$^$9!#(B
+	  $B$J$*!"(BWEP $B$r;HMQ$9$k:]$K$O!"%+!<%M%k$K(B
+	  <filename>wlan_wep</filename> $B%b%8%e!<%k$r%+!<%M%k$KFI$_9~$`$+!"(B
+	  $B@EE*$K%I%i%$%P$rAH$_9~$`I,MW$,$"$k$3$H$KCm0U$7$F$/$@$5$$!#(B</para>
+
+	<para>&man.xl.4; $B%I%i%$%P$,%G%P%$%9%]!<%j%s%0(B (&man.polling.4;)
+	  $B$KBP1~$7$^$7$?!#(B
+	  &merged;</para>
+      </sect4>
     </sect3>
 
     <sect3 id="net-proto">
@@ -738,11 +943,13 @@
 	&man.idmapd.8; $B$N%^%K%e%"%k%Z!<%8$r$4Mw$/$@$5$$!#(B</para>
     </sect3>
 
+<!--
     <sect3 id="mm">
       <title>$B%^%k%A%a%G%#%"$X$NBP1~>u67(B</title>
 
       <para></para>
     </sect3>
+-->
   </sect2>
 
   <sect2 id="userland">

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

$B$G$9!#(B

$B::FI$7$F$$$?$@$-$^$9$h$&!"$*4j$$$7$^$9!#(B

-- rushani
