Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/
Date: Mon, 04 Jul 2016 05:29:26
Message-Id: 1467608651.f99593cc304527d7b3cc5e964ffad51556e1434c.robbat2@gentoo
1 commit: f99593cc304527d7b3cc5e964ffad51556e1434c
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 05:03:46 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 05:04:11 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f99593cc
7
8 x86_64: updated networking
9
10 Many new servers ship with 10GbE cards only, and having those drivers in
11 the install media initramfs can be very useful for installing; so
12 include them if they get built.
13
14 Also include support for bonding, vxlan and macvlan for their increased
15 frequency and similar booting cases.
16
17 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
18
19 arch/x86_64/modules_load | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/arch/x86_64/modules_load b/arch/x86_64/modules_load
23 index 4d6429f..451eaa0 100644
24 --- a/arch/x86_64/modules_load
25 +++ b/arch/x86_64/modules_load
26 @@ -14,7 +14,7 @@ MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic ncr53
27 MODULES_WAITSCAN="scsi_wait_scan"
28
29 # Hardware (Network)
30 -MODULES_NET="atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3"
31 +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"
32
33 # iSCSI support
34 MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"