From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw01.freescale.net (de01egw01.freescale.net [192.88.165.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 6057ADDE0D for ; Thu, 4 Oct 2007 01:01:55 +1000 (EST) Message-ID: <4703AEDC.1050902@freescale.com> Date: Wed, 03 Oct 2007 10:01:48 -0500 From: Timur Tabi MIME-Version: 1.0 To: avorontsov@ru.mvista.com Subject: Re: [PATCH v3] qe: miscellaneous code improvements and fixes to the QE library References: <11903212461510-git-send-email-timur@freescale.com> <20071003133032.GA2417@localhost.localdomain> <4703A453.8080305@freescale.com> <20071003143417.GA5123@localhost.localdomain> In-Reply-To: <20071003143417.GA5123@localhost.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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