=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/67.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- www/67.html 2020/05/06 12:51:46 1.6 +++ www/67.html 2020/05/06 12:52:22 1.7 @@ -367,6 +367,14 @@ the fine-grained backlight BCL steps defined in acpi(4).
  • Implemented the "parallel boot" feature on compatible sparc64 firmware. +
  • Introduced iwx(4), a + driver for Intel AX200 WiFi devices. +
  • Added iwm(4) support + for Intel 9260 and 9560 wifi devices. +
  • Fixed iwm(4) support + and updated firmware for Intel 3168 wifi devices. +
  • Added support for the tp-link tl-wn823n to the urtwn(4) driver.
  • Removed hardware support @@ -515,9 +523,6 @@
  • Implemented a workaround for missing Tx completion interrupts in iwm(4) which could lead to failed decisions to roam to other APs. -
  • Added support for the urtwn(4) tp-link tl-wn823n - (TRL8192EU).
  • Reenabled firmware-based Tx retries at lower rates for iwm(4), reducing packet loss. @@ -530,10 +535,6 @@
  • Computed RSSI on 9k iwm(4) devices as for previous generations, fixing spurious signal strength values of over 100%. -
  • Added iwm(4) support - for 9260 and 9560 devices. -
  • Fixed iwm(4) support - and loaded new firmware for 3168 devices.
  • Fixed an automatic Tx rate control issue in iwm(4) and iwx(4). @@ -541,8 +542,6 @@ href="https://man.openbsd.org/iwm">iwm(4).
  • Added support for dynamic queue allocation (DQA) to iwm(4). -
  • Introduced iwx(4), a - driver for Intel AX200 WiFi devices.
  • Worked around a race condition in iwm(4) interrupt handling, and synced the fix to iwx(4).