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 | a901dc2d65143fc70369f5c1e6f9d4ba7d5d7c5b (patch) | |
tree | bc18a328d31e633f9d54318bc99be5089cf33c78 /kernel | |
parent | 2e48fdef9e0dba4441ac2d3b188eb327e5419f47 (diff) | |
download | drakx-backup-do-not-use-a901dc2d65143fc70369f5c1e6f9d4ba7d5d7c5b.tar drakx-backup-do-not-use-a901dc2d65143fc70369f5c1e6f9d4ba7d5d7c5b.tar.gz drakx-backup-do-not-use-a901dc2d65143fc70369f5c1e6f9d4ba7d5d7c5b.tar.bz2 drakx-backup-do-not-use-a901dc2d65143fc70369f5c1e6f9d4ba7d5d7c5b.tar.xz drakx-backup-do-not-use-a901dc2d65143fc70369f5c1e6f9d4ba7d5d7c5b.zip |
add broadcom and libphy to get tg3 to work (#5567)
Diffstat (limited to 'kernel')
-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 => [ |