commit:     f99593cc304527d7b3cc5e964ffad51556e1434c
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 05:03:46 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 05:04:11 2016 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f99593cc

x86_64: updated networking

Many new servers ship with 10GbE cards only, and having those drivers in
the install media initramfs can be very useful for installing; so
include them if they get built.

Also include support for bonding, vxlan and macvlan for their increased
frequency and similar booting cases.

Signed-off-by: Robin H. Johnson <robbat2 <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 4d6429f..451eaa0 100644
--- a/arch/x86_64/modules_load
+++ b/arch/x86_64/modules_load
@@ -14,7 +14,7 @@ MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old 
arcmsr BusLogic ncr53
 MODULES_WAITSCAN="scsi_wait_scan"
 
 # Hardware (Network)
-MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3"
+MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3 
macvlan vxlan bonding vxge cxgb4 cxgb cxgb3 tulip samsung-sxgbe ixgbe ixgb"
 
 # iSCSI support
 MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"

Reply via email to