=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/67.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- www/67.html 2020/05/07 10:50:18 1.39 +++ www/67.html 2020/05/07 12:30:24 1.40 @@ -326,6 +326,9 @@
  • Faked disk info to match expected boot disk when EFI bootloader has been received via TFTP, fixing a hang during HP Elitebook UEFI boot. +
  • Implemented a hexdump command in the bootloader, helping to + inspect the memory layout created by the firmware and useful for UEFI + debugging.
  • Improved ksmn(4) temperature conversion precision.
  • Added a quirk to handle Apollo Lake, Gemini Lake and 100 @@ -363,6 +366,9 @@ href="https://man.openbsd.org/urtwn">urtwn(4) driver.
  • The athn(4) driver now offloads CCMP (WPA2) encryption and decryption to hardware. +
  • Prevented an overflow due to xen(4) failing to release the + interrupt source when unmasking the interrupt.
  • Removed hardware support @@ -408,12 +414,6 @@ href="https://man.openbsd.org/sndiod">sndiod(8).
  • Fixed channel duplication (-j option) in sndiod(8). -
  • Prevented an overflow due to xen(4) failing to release the - interrupt source when unmasking the interrupt. -
  • Implemented a hexdump command in the bootloader, helping to - inspect the memory layout created by the firmware and useful for UEFI - debugging.
  • Allowed rc.d(8) script to reload sndiod(8).