=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- www/59.html 2016/02/18 20:36:01 1.31 +++ www/59.html 2016/02/19 19:27:13 1.32 @@ -66,8 +66,11 @@
  • The puc(4) driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.
  • Intel i219 network chip support added to the em(4) driver.
  • New asmc(4) driver for the Apple System Management Controller. -
  • New pchtemp(4) driver for the thermal sensor found on Intel X99, C610 series and 100 series PCH. +
  • New pchtemp(4) driver for the thermal sensor found on Intel X99, C610 series, 9 series and 100 series PCH.
  • New uonerng(4) driver for the Moonbase Otago OneRNG. +
  • New ikbd(4) and imt(4) drivers for HID-over-i2c keyboards and multitouch touchpads. +
  • New viocon(4) driver for the virtio(4) console interface provided by KVM, QEMU, and others. +
  • New etherip(4) pseude-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.
  • ...