diff options
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 56f234750..378d80229 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -41,7 +41,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(atl1 atl1e bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity yellowfin), + qw(atl1 atl1e bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity virtio_net yellowfin), qw(bcm5820 bcm5700), #- encrypted ], @@ -139,6 +139,7 @@ our %l = ( firewire => [ qw(sbp2) ], cdrom => [ qw(ide-cd_mod sr_mod) ], card_reader => [ qw(sdhci tifm_sd tifm_7xx1) ], + virtual => [ qw(virtio_blk) ], }, ################################################################################ @@ -271,6 +272,8 @@ our %l = ( qw(evdev), qw(usblp printer), 'floppy', + qw(virtio_pci virtio_balloon), + #- these need checking qw(rrunner meye), ], |