diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-10 12:39:16 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-10 12:39:16 +0000 |
commit | 0cb2527d9af5f48bc1421b898eacb757f1c45527 (patch) | |
tree | bc18a328d31e633f9d54318bc99be5089cf33c78 /kernel/list_modules.pm | |
parent | f304c41f549c07ebace6dedc98aa2b1556b0a0aa (diff) | |
download | drakx-0cb2527d9af5f48bc1421b898eacb757f1c45527.tar drakx-0cb2527d9af5f48bc1421b898eacb757f1c45527.tar.gz drakx-0cb2527d9af5f48bc1421b898eacb757f1c45527.tar.bz2 drakx-0cb2527d9af5f48bc1421b898eacb757f1c45527.tar.xz drakx-0cb2527d9af5f48bc1421b898eacb757f1c45527.zip |
add broadcom and libphy to get tg3 to work (#5567)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 0a59be2e4..15dbb5a2a 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -45,6 +45,7 @@ our %l = ( qw(myri_sbus myri10ge netxen_nic ns83820 pch_gbe qla3xxx r8169 s2io sfc sxg_nic), qw(sis190 sk98lin skge sky2 slicoss spidernet stmmac tehuti tg3 via-velocity virtio_net vxge yellowfin), qw(bcm5820 bcm5700), #- encrypted + qw(broadcom libphy), # needed to get tg3 working ], raw => [ |