[BACK]Return to 60.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/60.html between version 1.56 and 1.57

version 1.56, 2016/08/16 02:13:38 version 1.57, 2016/08/16 08:02:08
Line 105 
Line 105 
     <li>New <a href="http://man.openbsd.org/?query=utvfu">utvfu(4)</a>      <li>New <a href="http://man.openbsd.org/?query=utvfu">utvfu(4)</a>
         driver for audio/video capture devices based on the Fushicai USBTV007.          driver for audio/video capture devices based on the Fushicai USBTV007.
     <li>The <a href="http://man.openbsd.org/?query=iwm">iwm(4)</a> driver      <li>The <a href="http://man.openbsd.org/?query=iwm">iwm(4)</a> driver
         supports more models, notably the Intel Wireless 3165 and 8260.          now supports Intel Wireless 3165 and 8260 devices, and works more
           reliably in RAMDISK kernels.
     <li>Support for I2C HID devices with GPIO signalled interrupts has      <li>Support for I2C HID devices with GPIO signalled interrupts has
         been added to <a href="http://man.openbsd.org/?query=dwiic">dwiic(4)</a>.          been added to <a href="http://man.openbsd.org/?query=dwiic">dwiic(4)</a>.
     <li>Support for larger bus widths, high speed modes, and DMA      <li>Support for larger bus widths, high speed modes, and DMA
Line 117 
Line 118 
     <li>Support for EHCI and OHCI compliant USB controllers on Octeon II SoCs.      <li>Support for EHCI and OHCI compliant USB controllers on Octeon II SoCs.
     <li>Many USB device drivers have been enabled on OpenBSD/octeon.      <li>Many USB device drivers have been enabled on OpenBSD/octeon.
     <li>Improved support for hardware-reduced ACPI implementations.      <li>Improved support for hardware-reduced ACPI implementations.
       <li>Improved support for ACPI 5.0 implementations.
     <li>AES-NI crypto is now down without holding the kernel lock.      <li>AES-NI crypto is now down without holding the kernel lock.
     <li>Improved AGP support on PowerPC G5 machines.      <li>Improved AGP support on PowerPC G5 machines.
     <li>Added support for the SD card slot in Intel Bay Trail SoCs.      <li>Added support for the SD card slot in Intel Bay Trail SoCs.
     <li>The <a href="http://man.openbsd.org/?query=ichiic">ichiic(4)</a> driver      <li>The <a href="http://man.openbsd.org/?query=ichiic">ichiic(4)</a> driver
         now ignores the SMBALERT# interrupt to prevent an interrupt storm.          now ignores the SMBALERT# interrupt to prevent an interrupt storm
           with buggy BIOS implementations.
     <li>Device attachment problems with the      <li>Device attachment problems with the
         <a href="http://man.openbsd.org/?query=axen">axen(4)</a> driver have          <a href="http://man.openbsd.org/?query=axen">axen(4)</a> driver have
         been fixed.          been fixed.
Line 132 
Line 135 
     <li>The <a href="http://man.openbsd.org/?query=rtsx">rtsx(4)</a> driver      <li>The <a href="http://man.openbsd.org/?query=rtsx">rtsx(4)</a> driver
         now supports RTS522A devices.          now supports RTS522A devices.
     <li>Initial support for MSI-X has been added.      <li>Initial support for MSI-X has been added.
     <li>Support for MSI-X has been added to the      <li>Support MSI-X in the
         <a href="http://man.openbsd.org/?query=virtio">virtio(4)</a> driver.          <a href="http://man.openbsd.org/?query=virtio">virtio(4)</a> driver.
     <li>Added a workaround for hardware DMA overruns to the      <li>Added a workaround for hardware DMA overruns to the
         <a href="http://man.openbsd.org/man4/dc.4">dc(4)</a> driver.          <a href="http://man.openbsd.org/man4/dc.4">dc(4)</a> driver.
Line 141 
Line 144 
         active cooling.          active cooling.
     <li>The <a href="http://man.openbsd.org/?query=xhci">xhci(4)</a> driver      <li>The <a href="http://man.openbsd.org/?query=xhci">xhci(4)</a> driver
         now performs handoff from an xHCI-capable BIOS correctly.          now performs handoff from an xHCI-capable BIOS correctly.
       <li>The <a href="http://man.openbsd.org/?query=rsu">rsu(4)</a> and
           <a href="http://man.openbsd.org/?query=ural">ural(4)</a> drivers
           are now working again after they were accidentally broken in 5.9.
       <li>Support for multi-touch input has been added to the
           <a href="http://man.openbsd.org/?query=wsmouse">wsmouse(4)</a> driver.
       <li>The <a href="http://man.openbsd.org/?query=uslcom">uslcom(4)</a> driver
           now supports the serial console of Aruba 7xxx wireless controllers.
       <li>The <a href="http://man.openbsd.org/?query=re">re(4)</a> driver
           now works around broken LED configurations in APU1 EEPROMs.
       <li>Block size calculation errors in the
           <a href="http://man.openbsd.org/?query=audio">audio(4)</a> driver
           have been fixed.
       <li>The <a href="http://man.openbsd.org/?query=usb">usb(4)</a> driver
           driver now caches vendor and product IDs. Fixes an issue where
           <a href="http://man.openbsd.org/?query=usbdevs">usbdevs(8)</a> called
           in a loop would cause a USB mass storage device to halt operation.
       <li>The <a href="http://man.openbsd.org/?query=ehci">ehci(4)</a> driver
           now works around problems with ATI USB controllers (e.g. SB700).
     </ul>      </ul>
 <p>  <p>
   
Line 161 
Line 182 
         keeps track of HT protection changes while associated to an 11n AP.          keeps track of HT protection changes while associated to an 11n AP.
     <li>The wireless stack and several drivers make more aggressive use      <li>The wireless stack and several drivers make more aggressive use
         of RTS/CTS to avoid interference from legacy devices and hidden nodes.          of RTS/CTS to avoid interference from legacy devices and hidden nodes.
       <li>The <a href="http://man.openbsd.org/?query=netstat">netstat(1)</a> -W
           command now shows information about 802.11n events.
       <li>In hostap mode, do not reuse association IDs of nodes which are
           still cached. Fixes a problem where an access point using the
           <a href="http://man.openbsd.org/?query=ral">ral(4)</a> driver
           would get stuck at 1 Mbps because Tx rate accounting happened
           on the wrong node object.
     </ul>      </ul>
 <p>  <p>
   
Line 278 
Line 306 
         <tt>net.inet.tcp.rootonly</tt> and          <tt>net.inet.tcp.rootonly</tt> and
         <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>          <a href="http://man.openbsd.org/sysctl.8">sysctl(8)</a>
         <tt>net.inet.udp.rootonly</tt>.          <tt>net.inet.udp.rootonly</tt>.
       <li>Remove a function pointer from the
           <a href="http://man.openbsd.org/mbuf.9">mbuf(9)</a> data structure
           and use an index into an array of acceptable functions instead.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57