summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS3
-rw-r--r--kernel/list_modules.pm4
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 => [