diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index d01bee082..f63db25e8 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -36,7 +36,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(bnx2 cxgb dl2k e1000 igb ixgb myri_sbus ns83820 r8169 s2io sis190 sk98lin skge spidernet tg3 via-velocity yellowfin), + qw(bnx2 cxgb dl2k e1000 e1000_ng igb ixgb myri_sbus ns83820 r8169 s2io sis190 sk98lin skge spidernet tg3 via-velocity yellowfin), qw(bcm5820 bcm5700), #- encrypted ], @@ -99,7 +99,7 @@ our %l = ( qw(seagate wd7000 sim710 sym53c416 t128 tmscsim u14-34f ultrastor), qw(eata eata_pio eata_dma nsp32), ), - qw(aic7xxx aic7xxx_old aic79xx pci2000 qlogicisp sym53c8xx lpfc lpfcdd), # ncr53c8xx + qw(aic7xxx aic7xxx_old aic79xx pci2000 qlogicisp sym53c8xx lpfc lpfcdd stex), # ncr53c8xx ], sata => [ # note that ata_piix manage RAID devices on ICH6R |