[BACK]Return to 69.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/69.html between version 1.33 and 1.34

version 1.33, 2021/04/13 20:09:32 version 1.34, 2021/04/13 20:53:02
Line 127 
Line 127 
                 allowing use of the Apple M1's wifi.                  allowing use of the Apple M1's wifi.
         <li>Added <a href="https://man.openbsd.org/apldart.4">apldart(4)</a>,          <li>Added <a href="https://man.openbsd.org/apldart.4">apldart(4)</a>,
                 a driver for the IOMMU on Apple M1 SoCs.                  a driver for the IOMMU on Apple M1 SoCs.
         <li>Added <a href="https://man.openbsd.org/smmu.4">smmu(4)</a>, a  
                 driver for the ARM System MMU.  
         <li>Added an initial attempt to support 8-bit ASIDs such as those on          <li>Added an initial attempt to support 8-bit ASIDs such as those on
                 Apple's M1 SoC.                  Apple's M1 SoC.
         <li>Recognized Apple Firestorm cores on arm64.          <li>Recognized Apple Firestorm cores on arm64.
Line 170 
Line 168 
                 a driver for armv8 cryptographic extensions.                  a driver for armv8 cryptographic extensions.
         <li>Added support for PCIe on the NanoPi R4S to <a          <li>Added support for PCIe on the NanoPi R4S to <a
                 href="https://man.openbsd.org/rkpcie.4">rkpcie(4)</a>.                  href="https://man.openbsd.org/rkpcie.4">rkpcie(4)</a>.
         <li>Introduced an IOVA allocator, improving the way <a          <li>Added <a href="https://man.openbsd.org/smmu.4">smmu(4)</a>, a
                 href="https://man.openbsd.org/smmu.4">smmu(4)</a> maps pages.                  driver for the ARM System MMU.
           <li>Introduced an IOVA early-allocation scheme in <a
                   href="https://man.openbsd.org/smmu.4">smmu(4)</a>, mitigating the
                   performance penalty of typical IOVA allocation designs.
           <li>Introduced Guard Pages in <a
                   href="https://man.openbsd.org/smmu.4">smmu(4)</a>, to spot misuse
                   and misconfiguration of I/O devices more easily.
         <li>Added support for rk809 to <a          <li>Added support for rk809 to <a
                 href="https://man.openbsd.org/rkpmic.4">rkpmic(4)</a>, as seen on the                  href="https://man.openbsd.org/rkpmic.4">rkpmic(4)</a>, as seen on the
                 Rock Pi N10 with the rk3399pro.                  Rock Pi N10 with the rk3399pro.

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34