Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86/
Date: Wed, 25 Jun 2014 19:09:02
Message-Id: 1403723100.52c112cf039f2d5f875d0916da4977a4aa33073a.jmbsvicetto@gentoo
1 commit: 52c112cf039f2d5f875d0916da4977a4aa33073a
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 25 19:05:00 2014 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 25 19:05:00 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=52c112cf
7
8 Add support for more nic drivers to netboot.
9
10 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
11
12 ---
13 arch/x86/modules_load | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/arch/x86/modules_load b/arch/x86/modules_load
17 index caa066a..2f12152 100644
18 --- a/arch/x86/modules_load
19 +++ b/arch/x86/modules_load
20 @@ -15,7 +15,7 @@ MODULES_SCSI="sd_mod sg sr_mod aic79xx aic7xxx aic7xxx_old arcmsr BusLogic ncr53
21 MODULES_WAITSCAN="scsi_wait_scan"
22
23 # Hardware (Network)
24 -MODULES_NET="e1000 tg3"
25 +MODULES_NET="8139cp 8139too atl1c bnx2 e1000 igb pcnet32 r8169 sky2 tg3 virtio_net vmxnet3"
26
27 # iSCSI support
28 MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"