mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
New release notes: rl(4) supports RealTek 8139C+ and 8169, ccd(4)
support for raw disks, acpidb(8), iasl(8).
This commit is contained in:
parent
adcb86e214
commit
984b49496b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118658
@ -201,6 +201,10 @@
|
|||||||
<para arch="i386,pc98,sparc64">The &man.patm.4; driver has been added to
|
<para arch="i386,pc98,sparc64">The &man.patm.4; driver has been added to
|
||||||
support IDT77252 based ATM interfaces.</para>
|
support IDT77252 based ATM interfaces.</para>
|
||||||
|
|
||||||
|
<para>The &man.rl.4; driver now has support for the RealTek
|
||||||
|
8139C+ Fast Ethernet chipset and the RealTek 8169 Gigabit
|
||||||
|
Ethernet chip.</para>
|
||||||
|
|
||||||
<para>The suspend/resume support for the &man.wi.4; driver
|
<para>The suspend/resume support for the &man.wi.4; driver
|
||||||
now works correctly when the device is configured down.
|
now works correctly when the device is configured down.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
@ -240,6 +244,9 @@
|
|||||||
<sect3 id="disks">
|
<sect3 id="disks">
|
||||||
<title>Disks and Storage</title>
|
<title>Disks and Storage</title>
|
||||||
|
|
||||||
|
<para>&man.ccd.4; can now operate on raw disks and other
|
||||||
|
&man.geom.4; providers.</para>
|
||||||
|
|
||||||
<para>The &man.da.4; driver no longer tries to send 6-byte
|
<para>The &man.da.4; driver no longer tries to send 6-byte
|
||||||
commands to USB and Firewire devices. The quirks for these
|
commands to USB and Firewire devices. The quirks for these
|
||||||
devices (which hopefully are now unnecessary) have been
|
devices (which hopefully are now unnecessary) have been
|
||||||
@ -287,6 +294,9 @@
|
|||||||
<sect2 id="userland">
|
<sect2 id="userland">
|
||||||
<title>Userland Changes</title>
|
<title>Userland Changes</title>
|
||||||
|
|
||||||
|
<para>&man.acpidb.8;, an ACPI DSDT debugger, has been
|
||||||
|
added.</para>
|
||||||
|
|
||||||
<para>&man.arp.8; now supports a <option>-i</option> option
|
<para>&man.arp.8; now supports a <option>-i</option> option
|
||||||
to limit the scope of the current operation to the ARP entries
|
to limit the scope of the current operation to the ARP entries
|
||||||
on a particular interface. This option applies to the display
|
on a particular interface. This option applies to the display
|
||||||
@ -306,6 +316,10 @@
|
|||||||
polling interval can be controlled with the <option>-i</option>
|
polling interval can be controlled with the <option>-i</option>
|
||||||
option.</para>
|
option.</para>
|
||||||
|
|
||||||
|
<para>The &man.iasl.8; utility, a compiler/decompiler for ACPI
|
||||||
|
Source Language (ASL) and ACPI Machine language (AML), has been
|
||||||
|
added.</para>
|
||||||
|
|
||||||
<para>&man.ipfw.8; <literal>list</literal> and <literal>show</literal>
|
<para>&man.ipfw.8; <literal>list</literal> and <literal>show</literal>
|
||||||
command now support ranges of rule numbers.
|
command now support ranges of rule numbers.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
|
@ -201,6 +201,10 @@
|
|||||||
<para arch="i386,pc98,sparc64">The &man.patm.4; driver has been added to
|
<para arch="i386,pc98,sparc64">The &man.patm.4; driver has been added to
|
||||||
support IDT77252 based ATM interfaces.</para>
|
support IDT77252 based ATM interfaces.</para>
|
||||||
|
|
||||||
|
<para>The &man.rl.4; driver now has support for the RealTek
|
||||||
|
8139C+ Fast Ethernet chipset and the RealTek 8169 Gigabit
|
||||||
|
Ethernet chip.</para>
|
||||||
|
|
||||||
<para>The suspend/resume support for the &man.wi.4; driver
|
<para>The suspend/resume support for the &man.wi.4; driver
|
||||||
now works correctly when the device is configured down.
|
now works correctly when the device is configured down.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
@ -240,6 +244,9 @@
|
|||||||
<sect3 id="disks">
|
<sect3 id="disks">
|
||||||
<title>Disks and Storage</title>
|
<title>Disks and Storage</title>
|
||||||
|
|
||||||
|
<para>&man.ccd.4; can now operate on raw disks and other
|
||||||
|
&man.geom.4; providers.</para>
|
||||||
|
|
||||||
<para>The &man.da.4; driver no longer tries to send 6-byte
|
<para>The &man.da.4; driver no longer tries to send 6-byte
|
||||||
commands to USB and Firewire devices. The quirks for these
|
commands to USB and Firewire devices. The quirks for these
|
||||||
devices (which hopefully are now unnecessary) have been
|
devices (which hopefully are now unnecessary) have been
|
||||||
@ -287,6 +294,9 @@
|
|||||||
<sect2 id="userland">
|
<sect2 id="userland">
|
||||||
<title>Userland Changes</title>
|
<title>Userland Changes</title>
|
||||||
|
|
||||||
|
<para>&man.acpidb.8;, an ACPI DSDT debugger, has been
|
||||||
|
added.</para>
|
||||||
|
|
||||||
<para>&man.arp.8; now supports a <option>-i</option> option
|
<para>&man.arp.8; now supports a <option>-i</option> option
|
||||||
to limit the scope of the current operation to the ARP entries
|
to limit the scope of the current operation to the ARP entries
|
||||||
on a particular interface. This option applies to the display
|
on a particular interface. This option applies to the display
|
||||||
@ -306,6 +316,10 @@
|
|||||||
polling interval can be controlled with the <option>-i</option>
|
polling interval can be controlled with the <option>-i</option>
|
||||||
option.</para>
|
option.</para>
|
||||||
|
|
||||||
|
<para>The &man.iasl.8; utility, a compiler/decompiler for ACPI
|
||||||
|
Source Language (ASL) and ACPI Machine language (AML), has been
|
||||||
|
added.</para>
|
||||||
|
|
||||||
<para>&man.ipfw.8; <literal>list</literal> and <literal>show</literal>
|
<para>&man.ipfw.8; <literal>list</literal> and <literal>show</literal>
|
||||||
command now support ranges of rule numbers.
|
command now support ranges of rule numbers.
|
||||||
&merged;</para>
|
&merged;</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user