summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-03-11 14:26:34 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-03-11 14:26:34 +0000
commitfca910f0c562148e0e25098cd9af73795e6b5834 (patch)
tree998d9c79e6a08fa5f13d8f9c2e9c7a4cf06993f1 /kernel
parent2706f70450d403c1fa0500396adc0872426f0ba8 (diff)
downloaddrakx-backup-do-not-use-fca910f0c562148e0e25098cd9af73795e6b5834.tar
drakx-backup-do-not-use-fca910f0c562148e0e25098cd9af73795e6b5834.tar.gz
drakx-backup-do-not-use-fca910f0c562148e0e25098cd9af73795e6b5834.tar.bz2
drakx-backup-do-not-use-fca910f0c562148e0e25098cd9af73795e6b5834.tar.xz
drakx-backup-do-not-use-fca910f0c562148e0e25098cd9af73795e6b5834.zip
include virtio modules (#45518)
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index a876aad13..f6aa47f2f 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -41,7 +41,7 @@ our %l = (
],
firewire => [ qw(eth1394 pcilynx) ],
gigabit => [
- qw(atl1 atl1c atl1e bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity yellowfin),
+ qw(atl1 atl1c atl1e bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity virtio_net yellowfin),
qw(bcm5820 bcm5700), #- encrypted
],
@@ -135,7 +135,7 @@ our %l = (
),
],
pcmcia => [ qw(aha152x_cs fdomain_cs nsp_cs qlogic_cs ide-cs pata_pcmcia sym53c500_cs) ],
- raw => [ qw(ide-disk sd_mod) ],
+ raw => [ qw(ide-disk sd_mod virtio_blk) ],
usb => [ qw(usb-storage) ],
firewire => [ qw(sbp2) ],
cdrom => [ qw(ide-cd_mod sr_mod) ],
@@ -273,6 +273,8 @@ our %l = (
#- these need checking
qw(rrunner meye),
+
+ qw(virtio_pci, virtio_balloon),
],
agpgart => [
if_(arch() =~ /alpha/, qw(alpha-agp)),