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

Diff for /www/59.html between version 1.32 and 1.33

version 1.32, 2016/02/19 19:27:13 version 1.33, 2016/02/20 03:37:36
Line 63 
Line 63 
 <ul>  <ul>
 <li>Improved hardware support, including:  <li>Improved hardware support, including:
     <ul>      <ul>
       <li>amd64 can now boot from 32 bit and 64 bit EFI.
       <li>Initial support for hardware reduced ACPI added to
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&amp;sektion=4">acpi(4)</a>.
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=efifb&amp;sektion=4;arch=amd64">efifb(4)</a> driver for EFI frame buffer.
       <li>Support for ACPI configured SD host controllers has been added to
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc&amp;sektion=4">sdhc(4)</a>.
       <li>Xen domU support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xen&amp;sektion=4">xen(4)</a>,
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xspd&amp;sektion=4">xspd(4)</a>
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xnf&amp;sektion=4">xnf(4)</a> driver for Xen Netfront network interfaces.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc(4)</a> driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc(4)</a> driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.
     <li>Intel i219 network chip support added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver.      <li>Intel 100 Series PCH Ethernet MAC with i219 PHY support has been added to the
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver.
       <li>RTL8168H/RTL8111H support has been added to
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4">re(4)</a>.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asmc&amp;sektion=4">asmc(4)</a> driver for the Apple System Management Controller.      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=asmc&amp;sektion=4">asmc(4)</a> driver for the Apple System Management Controller.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchtemp&amp;sektion=4">pchtemp(4)</a> driver for the thermal sensor found on Intel X99, C610 series, 9 series  and 100 series PCH.      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchtemp&amp;sektion=4">pchtemp(4)</a> driver for the thermal sensor found on Intel X99, C610 series, 9 series and 100 series PCH.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uonerng&amp;sektion=4">uonerng(4)</a> driver for the Moonbase Otago OneRNG.      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uonerng&amp;sektion=4">uonerng(4)</a> driver for the Moonbase Otago OneRNG.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ikbd&amp;sektion=4">ikbd(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imt&amp;sektion=4">imt(4)</a> drivers for HID-over-i2c keyboards and multitouch touchpads.      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dwiic&amp;sektion=4">dwiic(4)</a> driver for the Synopsys DesignWare I2C controller.
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ikbd&amp;sektion=4">ikbd(4)</a>,
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ims&amp;sektion=4">ims(4)</a>, and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=imt&amp;sektion=4">imt(4)</a>
           drivers for HID-over-i2c keyboards, mice and multitouch touchpads.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&amp;sektion=4">inteldrm(4)</a>
           has been updated to Linux 3.14.52 adding initial support for Bay Trail and Broadwell graphics.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viocon&amp;sektion=4">viocon(4)</a> driver for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=virtio&amp;sektion=4">virtio(4)</a> console interface provided by KVM, QEMU, and others.      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viocon&amp;sektion=4">viocon(4)</a> driver for the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=virtio&amp;sektion=4">virtio(4)</a> console interface provided by KVM, QEMU, and others.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=etherip&amp;sektion=4">etherip(4)</a> pseude-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.  
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 85 
Line 102 
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
     <li>Remove support for obsolete IPv6 socket options.      <li>Remove support for obsolete IPv6 socket options.
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=etherip&amp;sektion=4">etherip(4)</a>
           pseude-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

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