diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-10-24 16:24:48 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2023-02-23 22:48:40 +0100 |
commit | 7fef7931f25debfcee574f755bbce48e781e64f3 (patch) | |
tree | 3b98777ed8da9738dacc5bbcbf5384c6c41ddc87 /kernel | |
parent | 9a70d32f7c86fd60b4c1bd9174837c6a25bb3b93 (diff) | |
download | drakx-7fef7931f25debfcee574f755bbce48e781e64f3.tar drakx-7fef7931f25debfcee574f755bbce48e781e64f3.tar.gz drakx-7fef7931f25debfcee574f755bbce48e781e64f3.tar.bz2 drakx-7fef7931f25debfcee574f755bbce48e781e64f3.tar.xz drakx-7fef7931f25debfcee574f755bbce48e781e64f3.zip |
Sync with kernel-6.0
Fix conflicts when rebasing after tmb changes
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 712b479b3..3c4241a89 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -23,17 +23,17 @@ our %l = ( qw(iph5526), #- fibre channel qw(i40evf jme lance ne nfp ni5010 ni52 ni65 mv88e6060 nvnet), qw(prism2_plx qlge r6040 rcpci realtek-smi rhineget), - qw(sb1000 sc92031 sh_eth smc-ultra smsc911x smc9194 smsc9420 smsc95xx), + qw(sb1000 sc92031 sfc-siena sh_eth smc-ultra smsc911x smc9194 smsc9420 smsc95xx), qw(tc35815 tlan uli526x ), qw(b44 com20020-pci de2104x), qw(defxx), # most unused qw(dgrs e100 eepro100 epic100 fealnx hamachi mana mlx5_core mlxsw_pci natsemi), qw(ne2k-pci pcnet32 plip qede sis900 skfp starfire stmmac-platform tulip), - qw(typhoon via-rhine winbond-840 xgene-enet xilinx_emac forcedeth), + qw(txgbe typhoon via-rhine winbond-840 xgene-enet xilinx_emac forcedeth), qw(sungem sunhme), # drivers for ultrasparc, but compiled in ix86 kernels... qw(3c59x 8139too 8139cp cpmac niu sundance), #rtl8139 # add all phys - qw(adin adin1100 amd aquantia at803x ax88796b bcm7xxx bcm87xx broadcom cicada cortina davicom dp83848 dp83867 dp83869 et1011c fixed_phy icplus intel-xway), + qw(adin adin1100 amd aquantia at803x ax88796b bcm7xxx bcm87xx broadcom cicada cortina davicom dp83848 dp83867 dp83869 dp83td510 et1011c fixed_phy icplus intel-xway), qw(lxt marwell macb macb_pci marwell10g marvell-88x2222 mdio-bcm-unimac mdio-bitbang mdio-cavium mdio_devres mdio-gpio mdio-i2c), qw(mdio-mscc-mii mdio-thunder mdio-xpcs mediatek-ge micrel microchip microchip_t1 motorcomm mscc national nxp-tja11xx phylink), qw(phy-bcm-kona-usb2 phy-cpcap-usb phy-exynos-usb2 phy-intel-emmc phy-intel-lgm-emmc phy-can-transceiver phy-lgm-usb phy-pxa-28nm-hsic), @@ -176,7 +176,7 @@ our %l = ( hid-cherry hid-chicony hid-cmedia hid-corsair hid-cougar hid-cp2112 hid-creative-sb0540 hid-cypress hid-dr hid-drff hid-elan hid-elecom hid-elo hid-emsff hid-ezkey hid-gaff hid-gembird hid-generic hid-gfrm hid-google-hammer hid-gt683r hid-gyration hid-holtek-kbd hid-holtekff hid-holtek-mouse hid-hyperv hid-icade hid-ite hid-jabra hid-kensington hid-keytouch hid-kye hid-lcpower hid-led hid-lenovo hid-lenovo-tpkbd hid-lg-g15 - hid-logitech hid-logitech-dj hid-logitech-hidpp hid-macally hid-magicmouse hid-mf hid-microsoft hid-monterey + hid-logitech hid-logitech-dj hid-logitech-hidpp hid-macally hid-magicmouse hid-megaworld hid-mf hid-microsoft hid-monterey hid-multilaser hid-multitouch hid-nintendo hid-ntrig hid-ortek hid-penmount hid-petalynx hid-picolcd hid-pl hid-plantronics hid-playstation hid-primax hid-prodikeys hid_razer hid_redragon hid-retrode hid-roccat hid-roccat-arvo hid-roccat-common hid-rmi hid-roccat-isku hid-roccat-kone hid-roccat-koneplus hid-roccat-konepure hid-roccat-kovaplus hid-roccat-lua |