From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masami Komiya Date: Wed, 13 Dec 2006 15:51:12 +0900 Subject: [U-Boot-Users] RTL8169 driver not work on PPC8241 In-Reply-To: <20061212210046.0DCF6352B2B@atlas.denx.de> References: <20061212210046.0DCF6352B2B@atlas.denx.de> Message-ID: <457FA2E0.2090309@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 Wolfgang Denk wrote: > In message <457EDE2D.9030801@sonare.it> you wrote: >> Attached file is a new driver for RTL8169. > > Ummm... "new" driver is a bit strong given the fact that you changed > less than 5 % of the lines in the driver. Sorry, I made a mistake for the another driver. > May I ask you to submit your changes as a proper patch, with expla- > nations which problems you are fixing and why you change the code the > way you change it? Changes are: 1. Disable "wait for auto-negotiation process" in rtl_init() to reduce the setup time. 2. Delete TX/RX buffer copy to increase performance. 3. virt_to_bus() to phys_to_bus() for PPC user 4. Code clean up Best regards, Masami Komiya -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-rtl8169.gz Type: application/x-gzip Size: 2463 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20061213/555191fb/attachment.bin