=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/60.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- www/60.html 2016/08/16 02:13:38 1.56 +++ www/60.html 2016/08/16 08:02:08 1.57 @@ -105,7 +105,8 @@
  • New utvfu(4) driver for audio/video capture devices based on the Fushicai USBTV007.
  • The iwm(4) 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.
  • Support for I2C HID devices with GPIO signalled interrupts has been added to dwiic(4).
  • Support for larger bus widths, high speed modes, and DMA @@ -117,11 +118,13 @@
  • Support for EHCI and OHCI compliant USB controllers on Octeon II SoCs.
  • Many USB device drivers have been enabled on OpenBSD/octeon.
  • Improved support for hardware-reduced ACPI implementations. +
  • Improved support for ACPI 5.0 implementations.
  • AES-NI crypto is now down without holding the kernel lock.
  • Improved AGP support on PowerPC G5 machines.
  • Added support for the SD card slot in Intel Bay Trail SoCs.
  • The ichiic(4) 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.
  • Device attachment problems with the axen(4) driver have been fixed. @@ -132,7 +135,7 @@
  • The rtsx(4) driver now supports RTS522A devices.
  • Initial support for MSI-X has been added. -
  • Support for MSI-X has been added to the +
  • Support MSI-X in the virtio(4) driver.
  • Added a workaround for hardware DMA overruns to the dc(4) driver. @@ -141,6 +144,24 @@ active cooling.
  • The xhci(4) driver now performs handoff from an xHCI-capable BIOS correctly. +
  • The rsu(4) and + ural(4) drivers + are now working again after they were accidentally broken in 5.9. +
  • Support for multi-touch input has been added to the + wsmouse(4) driver. +
  • The uslcom(4) driver + now supports the serial console of Aruba 7xxx wireless controllers. +
  • The re(4) driver + now works around broken LED configurations in APU1 EEPROMs. +
  • Block size calculation errors in the + audio(4) driver + have been fixed. +
  • The usb(4) driver + driver now caches vendor and product IDs. Fixes an issue where + usbdevs(8) called + in a loop would cause a USB mass storage device to halt operation. +
  • The ehci(4) driver + now works around problems with ATI USB controllers (e.g. SB700).

    @@ -161,6 +182,13 @@ keeps track of HT protection changes while associated to an 11n AP.

  • The wireless stack and several drivers make more aggressive use of RTS/CTS to avoid interference from legacy devices and hidden nodes. +
  • The netstat(1) -W + command now shows information about 802.11n events. +
  • In hostap mode, do not reuse association IDs of nodes which are + still cached. Fixes a problem where an access point using the + ral(4) driver + would get stuck at 1 Mbps because Tx rate accounting happened + on the wrong node object.

    @@ -278,6 +306,9 @@ net.inet.tcp.rootonly and sysctl(8) net.inet.udp.rootonly. +

  • Remove a function pointer from the + mbuf(9) data structure + and use an index into an array of acceptable functions instead.