diff options
-rw-r--r-- | images/NEWS | 1 | ||||
-rw-r--r-- | kernel/list_modules.pm | 9 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
5 files changed, 10 insertions, 4 deletions
diff --git a/images/NEWS b/images/NEWS index 92cba4978..4915c5451 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,4 +1,5 @@ - disable audit logging as it floods the logs +- sync with kernel-4.9 Version 2.40 - 22 December 2016 by Thomas Backlund diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 00a5bfab2..edf0cc0fb 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -34,8 +34,8 @@ our %l = ( qw(3c59x 8139too 8139cp cpmac niu sundance), #rtl8139 # add all phys qw(amd aquantia at803x bcm7xxx bcm87xx broadcom cicada davicom dp83848 dp83867 et1011c fixed_phy icplus lxt marvell), - qw(mdio-bcm-unimac mdio-bitbang mdio-cavium mdio-gpio mdio-octeon mdio-thunder micrel microchip), - qw(national qsemi r8152 r815x realtek smsc spi_ks8995 ste10Xp teranetics vitesse), + qw(mdio-bcm-unimac mdio-bitbang mdio-cavium mdio-gpio mdio-octeon mdio-thunder micrel microchip mscc), + qw(national qsemi r8152 r815x realtek smsc spi_ks8995 ste10Xp teranetics vitesse xilinx_gmii2rgmii), ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ @@ -90,7 +90,7 @@ our %l = ( ], wan => [ qw(c101 cosa cyclomx cycx_drv dlci dscc4 farsync hdlc hostess_sv11 lapbether lmc n2 pc300 pci200syn sbni sdla sdladrv sealevel syncppp wanxl z85230) ], usb_dsl => [ qw(cxacru speedtch ueagle-atm usbatm xusbatm) ], - virtual => [ qw(hv_netvsc vboxdrv virtio_net vmxnet3 xen-netfront) ], + virtual => [ qw(ena hv_netvsc vboxdrv virtio_net vmxnet3 xen-netfront) ], }, ################################################################################ @@ -178,7 +178,8 @@ our %l = ( hid-roccat-isku hid-roccat-kone hid-roccat-koneplus hid-roccat-konepure hid-roccat-kovaplus hid-roccat-lua hid-roccat-pyra hid-roccat-ryos hid-roccat-savu hid-saitek hid-samsung hid-sensor-hub hid-sjoy hid-sony hid-speedlink hid-steelseries hid-sunplus hid-tivo hid-thingm hid-tmff hid-topseed hid-twinhan - hid-uclogic hid-waltop hid-wiimote hid-xinmo hid-zpff hid-zydacron wacom) ], + hid-uclogic hid-waltop hid-wiimote hid-xinmo hid-zpff hid-zydacron wacom + intel-ish-ipc intel-ishtp-hid intel-ishtp) ], #serial_cs #ftl_cs 3c575_cb apa1480_cb epic_cb serial_cb tulip_cb iflash2+_mtd iflash2_mtd diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 68d2417b4..fad026d88 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,5 @@ +- recognize new kernel-4.9 drivers + 2.21 - recognize new kernel-4.7 drivers diff --git a/perl-install/NEWS b/perl-install/NEWS index 6187c544b..fb3574915 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - bootloader: o disable audit logging as it floods the logs +- recognize new kernel-4.9 drivers Version 17.65 - 12 December 2016 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 630560bf2..7696e41a6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - bootloader: o disable audit logging as it floods the logs +- recognize new kernel-4.9 drivers Version 17.68 - 14 December 2016 |