From: Manish Lachwani <mlachwani@mvista.com>
To: Rojhalat Ibrahim <ibrahim@schenk.isar.de>
Cc: linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>
Subject: Re: Titan ethernet and little endian
Date: Thu, 03 Feb 2005 10:13:21 -0800 [thread overview]
Message-ID: <420269C1.6050701@mvista.com> (raw)
In-Reply-To: <42023C54.7060801@schenk.isar.de>
Rojhalat Ibrahim wrote:
> Hi,
> a while ago I posted the attached patch,
> which makes the titan_ge driver work in
> little-endian mode. I got no reaction
> whatsoever. What did I do wrong?
> Rojhalat Ibrahim
>
>------------------------------------------------------------------------
>
>Index: titan_ge.h
>===================================================================
>RCS file: /home/cvs/linux/drivers/net/titan_ge.h,v
>retrieving revision 1.17
>diff -u -r1.17 titan_ge.h
>--- titan_ge.h 4 Dec 2004 23:42:53 -0000 1.17
>+++ titan_ge.h 10 Jan 2005 12:59:20 -0000
>@@ -153,8 +153,10 @@
>
> /* Define the Rx descriptor */
> typedef struct eth_rx_desc {
>- u32 buffer_addr; /* Buffer address inclusive of checksum */
>- u32 cmd_sts; /* Command and Status info */
>+ u32 buffer_addr; /* CPU buffer address */
>+ u32 reserved; /* Unused */
>+ u32 buffer; /* XDMA buffer address */
>+ u32 cmd_sts; /* Command and Status */
> } titan_ge_rx_desc;
>
> /* Define the Tx descriptor */
>
>
Hi !
So, have you got the titan to work in the LE mode? Are you using the
Yosemite board? Does this patch break BE?
Please do let us know.
Thanks
Manish Lachwani
next prev parent reply other threads:[~2005-02-03 18:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-03 14:59 Titan ethernet and little endian Rojhalat Ibrahim
2005-02-03 18:13 ` Manish Lachwani [this message]
2005-02-07 7:43 ` Rojhalat Ibrahim
2005-02-07 17:30 ` Manish Lachwani
2005-02-08 7:30 ` Rojhalat Ibrahim
2005-02-10 8:43 ` Rojhalat Ibrahim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=420269C1.6050701@mvista.com \
--to=mlachwani@mvista.com \
--cc=ibrahim@schenk.isar.de \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.