=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/60.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- www/60.html 2016/08/15 19:31:00 1.53 +++ www/60.html 2016/08/15 21:56:14 1.54 @@ -111,13 +111,36 @@
  • Support for larger bus widths, high speed modes, and DMA transfers has been added to sdmmc(4), + rtsx(4), sdhc(4), and imxesdhc(4).
  • 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-reducuced ACPI implementations. +
  • Improved support for hardware-reduced ACPI implementations.
  • AES-NI crypto is now down without holding the kernel lock. -
  • Imporved AGP support on PowerPC G5 machines. +
  • 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. +
  • Device attachment problems with the + axen(4) driver have + been fixed. +
  • The ral(4) driver + is more stable under load with RT2860 devices. +
  • Problems with dead keyboards after resume have been fixed in the + pckbd(4) driver. +
  • 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 + virtio(4) driver. +
  • Added a workaround for hardware DMA overruns to the + dc(4) driver. +
  • The acpitz(4) driver + now spins the fan down after cooling if ACPI uses hysteresis for + active cooling. +
  • The xhci(4) driver + now performs handoff from an xHCI-capable BIOS correctly.