From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 01 Sep 2008 14:54:11 -0700 Subject: [U-Boot] [PATCH 1/2] net: smc911x: Add pkt_data_pull and pkt_data_push function In-Reply-To: <48B62C4C.9010303@renesas.com> References: <48B62C4C.9010303@renesas.com> Message-ID: <48BC6483.3060704@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Nobuhiro Iwamatsu wrote: > The RSK7203 board has the SMSC9118 wired up 'incorrectly'. > Byte-swapping is necessary, and so poor performance is inevitable. > This problem cannot evade by the swap function of CHIP, this can > evade by software Byte-swapping. > And this has problem by FIFO access only. pkt_data_pull/pkt_data_push > functions necessary to solve this problem. > > Signed-off-by: Nobuhiro Iwamatsu > --- Thanks. Applied to net repo. regards, Ben