diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-04-26 09:01:31 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-04-26 09:19:42 +0200 |
commit | 2ee816313779a93198e1ac8966e391905dd5921a (patch) | |
tree | 4c140ea8a385a6e8157b0f885689fbc3cee43bac /kernel | |
parent | d3a63156a8669066ca116c1e7f436de5c685f079 (diff) | |
download | drakx-2ee816313779a93198e1ac8966e391905dd5921a.tar drakx-2ee816313779a93198e1ac8966e391905dd5921a.tar.gz drakx-2ee816313779a93198e1ac8966e391905dd5921a.tar.bz2 drakx-2ee816313779a93198e1ac8966e391905dd5921a.tar.xz drakx-2ee816313779a93198e1ac8966e391905dd5921a.zip |
sync with kernel-4.6
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 9 |
1 files changed, 5 insertions, 4 deletions
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), |