From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Jin Date: Fri, 22 Jul 2005 20:18:16 -0700 Subject: [U-Boot-Users] Interrupt initialization for ppc440 In-Reply-To: <200507230205.17556.sr@denx.de> References: <200507230205.17556.sr@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Yes. All PPC4xx chips (405 and 440) use interrupts for the ethernet drivers. > Try looking for "irq_install_handler" to see, where interrupts are used. Thanks. I found that too. Just needed more patience.