diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2008-01-23 15:29:26 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2008-01-23 15:29:26 +0000 |
commit | b88332765ae7cc14db9deda0a996a7e0e5cb3bb7 (patch) | |
tree | 45ada4eec1b87c9e06fb09ec22f2bc3b0153b284 | |
parent | 95a20854bfdb2c8b7c195a72107e2e185da4c77c (diff) | |
download | drakx-topic/MDK-2006_0-update.tar drakx-topic/MDK-2006_0-update.tar.gz drakx-topic/MDK-2006_0-update.tar.bz2 drakx-topic/MDK-2006_0-update.tar.xz drakx-topic/MDK-2006_0-update.zip |
Add stex and e1000_ngtopic/MDK-2006_0-update
-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 |