diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 9 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
5 files changed, 12 insertions, 4 deletions
diff --git a/images/NEWS b/images/NEWS index 0fac7418c..7d5d73e91 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- sync with kernel-4.6 + Version 2.32 - 21 Feb 2016 by Anne Nicolas - back to arch dependant isolinux.bin (mga#17771) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 61c155569..ca8cbdf18 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -21,7 +21,7 @@ our %l = ( qw(depca dmfe e2100 ec_bhf eepro eexpress enic eth16i), qw(ewrk3 fm10k bcmgenet hp hp-plus hp100 i40e i40evf), qw(iph5526), #- fibre channel - qw(i40evf jme lance ne ni5010 ni52 ni65 nvnet), + qw(i40evf jme lance ne nfp_netvf ni5010 ni52 ni65 nvnet), qw(prism2_plx qlge r6040 rcpci rhineget), qw(sb1000 sc92031 sh_eth smc-ultra smsc911x smc9194 smsc9420 smsc95xx), qw(tc35815 tlan uli526x ), @@ -33,7 +33,8 @@ our %l = ( qw(sungem sunhme), # drivers for ultrasparc, but compiled in ix86 kernels... 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 mdio-bcm-unimac mdio-bitbang mdio-gpio mdio-octeon micrel microchip), + 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), ], firewire => [ qw(eth1394 pcilynx) ], @@ -168,7 +169,7 @@ our %l = ( qw(au1x00_ss i82365 i82092 pd6729 tcic vrc4171_card vrc4173_cardu yenta_socket), # cb_enabler ], hid => [ qw(ff-memless hid hid-a4tech hid-apple hid-appleir hid-aureal hid-axff hid-belkin hid-betopff - hid-cherry hid-chicony hid-corsair hid-cp2112 hid-cypress hid-dr hid-drff hid-elecom hid-elo hid-emsff + hid-cherry hid-chicony hid-cmedia hid-corsair hid-cp2112 hid-cypress hid-dr hid-drff hid-elecom hid-elo hid-emsff hid-ezkey hid-gaff hid-gembird hid-generic hid-gfrm hid-gt683r hid-gyration hid-holtek-kbd hid-holtekff hid-holtek-mouse hid-hyperv hid-icade hid-kensington hid-keytouch hid-kye hid-lcpower hid-lenovo hid-lenovo-tpkbd hid-logitech hid-logitech-dj hid-logitech-hidpp hid-magicmouse hid-microsoft hid-monterey @@ -314,7 +315,7 @@ our %l = ( qw(mmc_block sdhci-acpi), # eMMC 'cryptoloop', 'ulpi', - qw(hv_balloon hyperv_fb), + qw(hv_balloon hyperv_fb pci-hyperv), qw(virtio_balloon vmw_balloon), qw(crc32c crc32c-intel), diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index a95edd47a..6b993985c 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,5 @@ +- recognize new kernel-4.6 drivers + 2.17 - recognize new kernel-4.4 drivers diff --git a/perl-install/NEWS b/perl-install/NEWS index 56cbd57f9..a275201b3 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- recognize new kernel-4.6 drivers + Version 17.25 - 1 April 2016 - diskdrake: diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 98f85dcc6..db8b85665 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -2,6 +2,7 @@ - drop support for MIPS - fix detecting running under Qemu - fix installing packages when having a numeric pad +- recognize new kernel-4.6 drivers Version 17.27 - 23 April 2016 |