=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** www/74.html 2023/10/10 22:14:54 1.14 --- www/74.html 2023/10/10 22:35:56 1.15 *************** *** 93,99 ****
  • SMP Improvements
  • Direct Rendering Manager and graphics drivers --- 93,102 ----
  • SMP Improvements
  • Direct Rendering Manager and graphics drivers *************** *** 104,109 **** --- 107,114 ----
  • VMM/VMD improvements
  • Various new userland features: *************** *** 150,155 **** --- 155,167 ---- latter makes it possible to register a notifier for a regulator that hasn't attached yet.
  • Add rkiovd(4), a driver for the IO voltage domains on Rockchip SoCs. +
  • Add support for TEMPerGold 3.4 temperature sensor to ugold(4). +
  • Ignore duplicate ACPI lid transitions as they can happen on Dell + Precision 5510 systems. +
  • Make RK3568 PCIe controllers run at the maximum possible speed + by using dwpcie_link_config() when initializing. +
  • In the Universal Flash Storage Host Controller Interface + (ufshci(4)) enable Force Unit Access (FUA) for write commands. *************** *** 159,164 **** --- 171,183 ---- the RGMII interface before taking the PHY out of reset.
  • Document that Intel i226 adapters are supported by igc(4).
  • Add ngbe(4), a driver for WangXun WX1860 PCI Express 10/100/1Gb Ethernet devices. +
  • Add rkusbphy(4), a driver for the usb2phy on Rockchip SoCs. +
  • Add support for the RTL8211F-VD PHY in rgephy(4). +
  • Enable rkusbphy(4) on arm64. +
  • In openfirmware, add glue for network interfaces to be found by + fdt/ofw node or phandle in order to support "switch chips" like the + marvell link street. +
  • Add support for enabling both the usb2 and usb3 phys in xhci and ehci.
  • Added or improved wireless network drivers: *************** *** 182,188 **** more in line with other architectures.
  • Improve the dialogue of the installer without affecting autoinstall(8) files. !
  • Enable ufshci(4) on arm64 RAMDISKs. --- 201,213 ---- more in line with other architectures.
  • Improve the dialogue of the installer without affecting autoinstall(8) files. !
  • Enable ufshci(4) on arm64 install media. !
  • Enable ngbe(4) on amd64 install media. !
  • On arm64 pine64 boards, stop writing pine64 firmware to disk. !
  • Make root on softraid(4) installations boot out of the box on ! Raspberry Pis (arm64). !
  • Support installations with root on softraid on arm64, tested on ! Pinebook Pro, Raspberry Pi 4b, and SolidRun CEX7. *************** *** 194,200 ****
  • Changes in the network stack:
  • Routing daemons and other userland network improvements: --- 219,231 ----
  • Changes in the network stack:
  • Routing daemons and other userland network improvements: *************** *** 225,230 **** --- 256,265 ----
  • Make dig(1) use less deprecated LibreSSL API.
  • In ypldap(8), reduce memory usage when updating larger directories. +
  • Remove stylistic differences between arp(8) and ndp(8) delete() + function. This makes it easier to spot real changes in behavior. +
  • Make ndp(8) not remove cloning routes when no neigbor entry is + found with ndp -d.
  • tmux(1) improvements and bug fixes: