diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-10 18:22:26 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-10 18:22:26 +0000 |
commit | 040c836727ad600e27b683473000811ff9fd152a (patch) | |
tree | 8aa0e08f5cc4b88a89a34ec4b826025004dae7fe | |
parent | fcc1c0e1fc5812eea933a832d2f2c82f8007626c (diff) | |
download | drakx-040c836727ad600e27b683473000811ff9fd152a.tar drakx-040c836727ad600e27b683473000811ff9fd152a.tar.gz drakx-040c836727ad600e27b683473000811ff9fd152a.tar.bz2 drakx-040c836727ad600e27b683473000811ff9fd152a.tar.xz drakx-040c836727ad600e27b683473000811ff9fd152a.zip |
add all network phys
-rw-r--r-- | images/NEWS | 3 | ||||
-rw-r--r-- | kernel/list_modules.pm | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 200cbae62..173bbfc2c 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,6 @@ + +- add all network phys + Version 1.72 - 10 May 2012 by Thomas Backlund - add broadcom and libphy to get tg3 to work (#5567) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 15dbb5a2a..8b349c149 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -38,6 +38,9 @@ our %l = ( qw(sungem sunhme), # drivers for ultrasparc, but compiled in ix86 kernels... ), qw(3c59x 8139too 8139cp cpmac niu sundance), #rtl8139 + # add all phys + qw(broadcom cicada davicom et1011c icplus libphy lxt marvell micrel), + wq(national qsemi realtek smsc ste10Xp vitesse), ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ @@ -45,7 +48,6 @@ 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 => [ |