diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-12-10 18:48:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-12-10 18:48:19 +0000 |
commit | 3478c73504a46a82ddd4d46bdcff356af4837261 (patch) | |
tree | e10d51133f253a709d44add433dd4cc9125fad14 /kernel/list_modules.pm | |
parent | fec746737d518d777aed3a379f568ac3559b28f3 (diff) | |
download | drakx-3478c73504a46a82ddd4d46bdcff356af4837261.tar drakx-3478c73504a46a82ddd4d46bdcff356af4837261.tar.gz drakx-3478c73504a46a82ddd4d46bdcff356af4837261.tar.bz2 drakx-3478c73504a46a82ddd4d46bdcff356af4837261.tar.xz drakx-3478c73504a46a82ddd4d46bdcff356af4837261.zip |
handle new drivers:
- ethernet: fec_mpc52xx, niu
- gigabit: tehuti
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 61c2285e5..7d8a5c369 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -15,7 +15,7 @@ our %l = ( { atm => [ qw(ambassador eni firestream fore_200e he horizon idt77252 iphase lanai nicstar zatm) ], main => [ - if_(arch() =~ /ppc/, qw(bmac ibm_emac mace oaknet sungem)), + if_(arch() =~ /ppc/, qw(bmac fec_mpc52xx ibm_emac mace oaknet sungem)), if_(arch() =~ /^sparc/, qw(sunbmac sunhme sunqe)), if_(arch() !~ /alpha|sparc/, qw(3c501 3c503 3c505 3c507 3c509 3c515 3c990 3c990fx), @@ -37,11 +37,11 @@ our %l = ( qw(typhoon via-rhine winbond-840 forcedeth), qw(sungem sunhme), # drivers for ultrasparc, but compiled in ix86 kernels... ), - qw(3c59x 8139too 8139cp sundance), #rtl8139 + qw(3c59x 8139too 8139cp niu sundance), #rtl8139 ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(atl1 bnx2 cxgb cxgb3 dl2k e1000 e1000e ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sis190 sk98lin skge sky2 spidernet tg3 via-velocity yellowfin), + qw(atl1 bnx2 cxgb cxgb3 dl2k e1000 e1000e ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sis190 sk98lin skge sky2 spidernet tehuti tg3 via-velocity yellowfin), qw(bcm5820 bcm5700), #- encrypted ], |