From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 67E46DDEDB for ; Tue, 8 May 2007 05:53:08 +1000 (EST) In-Reply-To: <20070507182957.GK26920@ld0162-tx32.am.freescale.net> References: <20070507182957.GK26920@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <20F58AAE-A35D-4BEC-9597-A882567BA5B4@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH 12/13] gianfar: Add flags for magic packet and MDIO. Date: Mon, 7 May 2007 14:52:08 -0500 To: Scott Wood Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On May 7, 2007, at 1:29 PM, Scott Wood wrote: > The magic packet flag indicates that the hardware has this > capability. The MDIO flag indicates that this device's > registers contain active MDIO registers, and thus this > device should not be put to sleep. Can you explain the MDIO part further, do you mean its the tsec that has the MDIO registers in its address space or that its actively using MDIO for something? - k