<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rtl819xx/target/linux/brcm47xx/base-files/lib/preinit/05_init_interfaces_brcm, branch master</title>
<subtitle>Realtek rtl819xx port to OpenWrt</subtitle>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/'/>
<entry>
<title>brcm47xx: improve cpuport detection for filesafe</title>
<updated>2013-02-16T16:24:15+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2013-02-16T16:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=db135715b54e0d78023c137b5dddd40c97c5adac'/>
<id>db135715b54e0d78023c137b5dddd40c97c5adac</id>
<content type='text'>
Do not try to load bcm57xx.ko any more this is not needed for kernel 2.6 and 3.X
Ask the switch driver where the CPU port is.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35624 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not try to load bcm57xx.ko any more this is not needed for kernel 2.6 and 3.X
Ask the switch driver where the CPU port is.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35624 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Failsafe support for Linksys E3000V1 / WRT610NV2</title>
<updated>2013-02-04T22:40:57+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2013-02-04T22:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=fe9a6d552f6bf86c65f48f2243f7729d6ea888bd'/>
<id>fe9a6d552f6bf86c65f48f2243f7729d6ea888bd</id>
<content type='text'>
Adds specification of the correct cpu_port for Linksys E3000V1 and WRT610NV2
in /lib/preinit/05_init_interfaces_brcm.  The list of devices will need to
be expanded.  Is there a way to determine the correct cpu_port to use in a
generic sense; for instance, if "/proc/switch/eth0/port/8" exists, or if
"/sys/class/net/eth0/device/driver/module/drivers/bcma:bgmac" exists?  Could
a similar method be used in "/etc/init.d/netconfig"?

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35491 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds specification of the correct cpu_port for Linksys E3000V1 and WRT610NV2
in /lib/preinit/05_init_interfaces_brcm.  The list of devices will need to
be expanded.  Is there a way to determine the correct cpu_port to use in a
generic sense; for instance, if "/proc/switch/eth0/port/8" exists, or if
"/sys/class/net/eth0/device/driver/module/drivers/bcma:bgmac" exists?  Could
a similar method be used in "/etc/init.d/netconfig"?

Signed-off-by: Nathan Hintz &lt;nlhintz@hotmail.com&gt;


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35491 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: load pps_core and ptp before tg3 to make the interface available for failsafe.</title>
<updated>2013-01-27T21:48:28+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2013-01-27T21:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=76dc355e6f95db9834801e5a5a35a9e7d24c93ad'/>
<id>76dc355e6f95db9834801e5a5a35a9e7d24c93ad</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35341 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35341 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: add bgmac driver</title>
<updated>2013-01-03T02:05:22+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2013-01-03T02:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=d20e9437d56d1204649c450a36afdbc29afb6d19'/>
<id>d20e9437d56d1204649c450a36afdbc29afb6d19</id>
<content type='text'>
This Ethernet driver is in early development stage and still has some problems.
This was working on my bcm4716 based device.

Thanks to Rafał Miłecki &lt;zajec5@gmail.com&gt; for writing this driver.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34995 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This Ethernet driver is in early development stage and still has some problems.
This was working on my bcm4716 based device.

Thanks to Rafał Miłecki &lt;zajec5@gmail.com&gt; for writing this driver.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34995 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: build b44 as a module</title>
<updated>2013-01-03T02:00:25+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2013-01-03T02:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=c12ce7de6ebbab2233dfba606f010f5170ee6505'/>
<id>c12ce7de6ebbab2233dfba606f010f5170ee6505</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34994 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34994 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: run ifup before starting the switch</title>
<updated>2013-01-03T01:59:43+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2013-01-03T01:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=70fcf6903deb8a1dc39b8d9e9f37326ef9311eaf'/>
<id>70fcf6903deb8a1dc39b8d9e9f37326ef9311eaf</id>
<content type='text'>
In addition check_module is not needed, nobody checks the return value.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34993 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition check_module is not needed, nobody checks the return value.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34993 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: improve suppressing printing if a module was found in preinit function.</title>
<updated>2012-12-14T22:45:12+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-14T22:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=0f5ef2bc113c6c988307ae0e55dc19d5f74da069'/>
<id>0f5ef2bc113c6c988307ae0e55dc19d5f74da069</id>
<content type='text'>
Thank you Bastian Bittorf


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34680 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thank you Bastian Bittorf


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34680 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: suppress printing if a module was found in preinit function.</title>
<updated>2012-12-13T00:11:11+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-13T00:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=4452a8c0e98a9c5ffb33a5d7a437526b08bbbde8'/>
<id>4452a8c0e98a9c5ffb33a5d7a437526b08bbbde8</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34653 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34653 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: in kernel 3.6.8 and later tg3 depends on hwmon.ko</title>
<updated>2012-12-13T00:09:55+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-13T00:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=517823cf215ebf222589dc17ecd0e9262df5fee8'/>
<id>517823cf215ebf222589dc17ecd0e9262df5fee8</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34652 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34652 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
<entry>
<title>brcm47xx: whitespace cleanups</title>
<updated>2012-11-25T14:03:51+00:00</updated>
<author>
<name>hauke</name>
<email>hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-11-25T14:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.advem.lv/rtl819xx/commit/?id=25d34577f97decc7618947f1b36cf205622fda66'/>
<id>25d34577f97decc7618947f1b36cf205622fda66</id>
<content type='text'>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34329 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34329 3c298f89-4303-0410-b956-a3cf2f4a3e73
</pre>
</div>
</content>
</entry>
</feed>
