From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Komiya Date: Wed, 13 Dec 2006 01:51:57 +0900 Subject: [U-Boot-Users] RTL8169 driver not work on PPC8241 In-Reply-To: <5BACC80C0C3DD840967309881D2A52E403F81FC9@EXCHANGE.cameo.com.tw> References: <5BACC80C0C3DD840967309881D2A52E403F81FC9@EXCHANGE.cameo.com.tw> Message-ID: <457EDE2D.9030801@sonare.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Roger, Attached file is a new driver for RTL8169. Please try. Masami Komiya Roger Yang(???) wrote: > Hi, > My ethernet can not work based on RTL8169 and MPC8241. I try to use TFTP > command to load files. But It can not send out the packets. I found it > caused by TxDescriptor not work. Since the owner bit on TxDescriptor can > not auto clean by descriptor in the function rtl_send( ). When compile > RTL8169.C, a function "virt_to_bus( )" lost. So i define it as the > following > > #undef virt_to_bus > #define virt_to_bus(x) ((unsigned long)x) > > Can any one advise me if this definition ok? Or anything I should check? > > Thanks > > Roger Yang > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users -------------- next part -------------- A non-text attachment was scrubbed... Name: rtl8169.c.gz Type: application/x-gzip Size: 6782 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20061213/ff7a8d6b/attachment.bin