commit: 70e52dbf597b6026db8dafc55fc446a9b8467d93 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Jul 18 17:20:32 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Jul 18 17:20:32 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=70e52dbf
arch/x86_64/modules_load: Add e1000e network driver Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> arch/x86_64/modules_load | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load index 990f675..015b5b1 100644 --- a/arch/x86_64/modules_load +++ b/arch/x86_64/modules_load @@ -16,7 +16,7 @@ MODULES_WAITSCAN="scsi_wait_scan" MODULES_BLOCK="sdhci_acpi sdhci_pci" # Hardware (Network) -MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 broadcom bcm_phy_lib virtio_net vmxnet3 macvlan vxlan bonding vxge cxgb4 cxgb cxgb3 tulip samsung-sxgbe ixgbe ixgb virtio_net" +MODULES_NET="atl1c bcm_phy_lib bnx2 bonding broadcom cxgb cxgb3 cxgb4 e1000 e1000e igb ixgb ixgbe macvlan pcnet32 r8169 samsung-sxgbe sky2 tg3 tulip virtio_net vmxnet3 vxge vxlan" # iSCSI support MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"
