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

Diff for /www/59.html between version 1.65 and 1.66

version 1.65, 2016/03/09 05:49:21 version 1.66, 2016/03/09 10:01:23
Line 104 
Line 104 
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em">em(4)</a> driver.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em">em(4)</a> driver.
     <li>RTL8168H/RTL8111H support has been added to      <li>RTL8168H/RTL8111H support has been added to
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sec=4">re(4)</a>.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sec=4">re(4)</a>.
     <li>Initial IEEE 802.11n support in the  
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwm">iwm(4)</a>  
         and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn">iwn(4)</a>  
         drivers.  
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm">inteldrm(4)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm">inteldrm(4)</a>
         has been updated to Linux 3.14.52 adding initial support for Bay Trail          has been updated to Linux 3.14.52 adding initial support for Bay Trail
         and Broadwell graphics.          and Broadwell graphics.
Line 230 
Line 226 
         drivers now processes received packets without the kernel lock held.          drivers now processes received packets without the kernel lock held.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf">bpf(4)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf">bpf(4)</a>
         now runs without the kernel lock.          now runs without the kernel lock.
       </ul>
   <p>
   
   <li>Initial IEEE 802.11n wireless support:
       <ul>
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211">ieee80211(9)</a>
           subsystem now supports HT data rates up to 65 Mbit/s (802.11n MCS 0-7).
       <li>The input path of
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ieee80211">ieee80211(9)</a>
           now supports receiving A-MPDU and A-MSDU aggregated frames.
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwm">iwm(4)</a>
           and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn">iwn(4)</a>
           drivers make use of the above features.
       <li>802.11n mode is used by default if supported by the OpenBSD wireless
           driver and the access point.
           Operation in 802.11a, 802.11b, and 802.11g modes can be forced with
           the new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig">ifconfig(8)</a>
           <tt>mode</tt> subcommand.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66