From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=D8yvind_Repvik?= Date: Wed, 05 Mar 2008 15:52:54 +0100 Subject: [U-Boot-Users] RTL-8169/8167 issues Message-ID: <47CEB3C6.2070902@kynisk.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I'm trying to get a recent u-boot running properly on a QNAP TurboStation TS-101/TS-201, and I'm having problems with the network driver. When powered on, the device refuses to send anything to the network on the first attempt (eg. first ping fails). The second and subsequent attempts however, works perfectly. With debugging switched on, the driver outputs the expected init output, but on the first attempt appears to loop on "rtl_recv", outputting this hundreds of times. (I don't have a debug log handy right now, but the only difference is that instead of *one* rtl_recv, there are hundreds) On the second attempt, there's only one rtl_recv. Anyone got a clue as to what is going on? I'm using the attached patch to correct endianness issues and add device IDs. Regards, ?yvind Repvik -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: rtl8169.c.diff Url: http://lists.denx.de/pipermail/u-boot/attachments/20080305/04d12387/attachment.txt