diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-06-28 02:48:01 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-06-28 02:49:48 +0200 |
commit | 2398ef3990b80f48e33b6f62e09ec5cd8edfd2db (patch) | |
tree | 426ee08c571ba8301aa5382879b5d46cf484f619 /kernel | |
parent | fb707bfabf6c85b0cc564b36085af3507933992e (diff) | |
download | drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.tar drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.tar.gz drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.tar.bz2 drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.tar.xz drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.zip |
sync with kernel 5.6/5.7
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index f6acf4ba0..986473c34 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -35,8 +35,8 @@ our %l = ( # add all phys qw(adin amd aquantia at803x bcm7xxx bcm87xx broadcom cicada cortina davicom dp83848 dp83867 dp83869 et1011c fixed_phy icplus intel-xway), qw(lxt marwell macb macb_pci marwell10g mdio-bcm-unimac mdio-bitbang mdio-cavium mdio-gpio mdio-i2c), - qw(mdio-mscc-mii mdio-thunder micrel microchip microchip_t1 mscc national nxp-tja11xx phylink), - qw(phy-bcm-kona-usb2 phy-cpcap-usb phy-exynos-usb2 phy-pxa-28nm-hsic), + qw(mdio-mscc-mii mdio-thunder mdio-xpcs micrel microchip microchip_t1 mscc national nxp-tja11xx phylink), + qw(phy-bcm-kona-usb2 phy-cpcap-usb phy-exynos-usb2 phy-intel-emmc phy-pxa-28nm-hsic), qw(phy-pxa-28nm-usb2 phy-qcom-usb-hs phy-qcom-usb-hsic phy-tusb1210), qw(qsemi r8152 r815x realtek rockchip sfp smsc spi_ks8995 ste10Xp teranetics vitesse xilinx_gmii2rgmii), ], @@ -326,7 +326,7 @@ our %l = ( qw(hv_balloon pci-hyperv pci-hyperv-intf), # Don't include vboxvideo, it doesn't work properly in stage1 or stage2 (mga#23467) qw(vboxsf vboxguest vmw_balloon), - qw(nd_virtio virtio virtiofs virtio_balloon virtio-console virtio_input virtio_pci virtio_pmem virtio_ring vhost_scsi vhost_vsock hyperv-keyboard), + qw(nd_virtio virtio virtiofs virtio_balloon virtio-console virtio_input virtio_pci virtio_pmem virtio_ring vhost_iotlb vhost_scsi vhost_vsock hyperv-keyboard), qw(xen-front-pgdir-shbuf), # xfs and btrfs needs crc32c(-intel), f2fs needs crc32(_generic) |