From: Timur Tabi <timur@freescale.com>
To: avorontsov@ru.mvista.com
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH v3] qe: miscellaneous code improvements and fixes to the QE library
Date: Wed, 03 Oct 2007 10:01:48 -0500 [thread overview]
Message-ID: <4703AEDC.1050902@freescale.com> (raw)
In-Reply-To: <20071003143417.GA5123@localhost.localdomain>
Anton Vorontsov wrote:
> Ok, thanks anyway, will look further as time will permit.
I think I found it. Of course, if I'm right, then that doesn't explain how
the 8360 works.
In struct ucc_geth, add this:
struct ucc_geth {
struct ucc_fast uccf;
+ u8 res9[0x100 - sizeof(struct ucc_fast)];
u32 maccfg1; /* mac configuration reg. 1 */
u32 maccfg2; /* mac configuration reg. 2 */
--
Timur Tabi
Linux Kernel Developer @ Freescale
next prev parent reply other threads:[~2007-10-03 15:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-20 20:47 [PATCH v3] qe: miscellaneous code improvements and fixes to the QE library Timur Tabi
2007-09-20 21:30 ` Timur Tabi
2007-09-20 21:44 ` Kumar Gala
2007-10-03 13:30 ` Anton Vorontsov
2007-10-03 14:16 ` Timur Tabi
2007-10-03 14:34 ` Anton Vorontsov
2007-10-03 14:39 ` Timur Tabi
2007-10-03 14:43 ` Kumar Gala
2007-10-03 15:01 ` Timur Tabi [this message]
2007-10-03 16:29 ` Anton Vorontsov
2007-10-03 16:33 ` Timur Tabi
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=4703AEDC.1050902@freescale.com \
--to=timur@freescale.com \
--cc=avorontsov@ru.mvista.com \
--cc=linuxppc-dev@ozlabs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).