From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tmnt04.transmode.se (147.175.241.83.in-addr.dgcsystems.net [83.241.175.147]) by ozlabs.org (Postfix) with ESMTP id 2EC3067C83 for ; Tue, 17 Oct 2006 07:53:55 +1000 (EST) From: "Joakim Tjernlund" To: "'Kumar Gala'" , "'Andy Fleming'" Subject: RE: [PATCH] Slight refactor of interrupt mapping for FSL parts Date: Mon, 16 Oct 2006 23:51:43 +0200 Message-ID: <016001c6f16d$44d707b0$1267a8c0@Jocke> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: Cc: linuxppc-dev@ozlabs.org, 'Jeff Garzik' List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > -#define PHY_POLL -1 > > +#define PHY_POLL NO_IRQ > > #define PHY_IGNORE_INTERRUPT -2 What does PHY_IGNORE_INTERRUPT mean? Can I use that in a dummy PHY driver that just pretends that all is well? Got a ethernet port that is connect to a switch directly over MII. How do I express -2 in a dts file? Jocke