From 5e19a60f50bce558b760c480d8d64e00fdd1c3e3 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Tue, 24 Sep 2024 15:52:33 +0200 Subject: [PATCH] Add igb and igbvf network driver modules The igb network driver can be used in certain scenarios which include SRIOV and network virtual functions. Signed-off-by: Dr. Jens Harbott --- src/etc/modules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/etc/modules b/src/etc/modules index b8a0f8b..bdf17d4 100644 --- a/src/etc/modules +++ b/src/etc/modules @@ -1,6 +1,8 @@ # modules here are loaded one per line e1000 e1000e +igb +igbvf ne2k-pci # arch=x86 8139cp # arch=x86 pcnet32 # arch=x86