aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-07-03 22:03:46 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-07-03 22:04:11 -0700
commitf99593cc304527d7b3cc5e964ffad51556e1434c (patch)
tree12f7bed93ee83632c82dce5840e6abd2f6bad5b6 /arch
parentgen_initramfs: fix little-endian problem with hostid (diff)
downloadgenkernel-f99593cc304527d7b3cc5e964ffad51556e1434c.tar.gz
genkernel-f99593cc304527d7b3cc5e964ffad51556e1434c.tar.bz2
genkernel-f99593cc304527d7b3cc5e964ffad51556e1434c.zip
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@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/modules_load2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
index 4d6429f4..451eaa02 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"