From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 2/3] pci: bcm43xx avoid pci_find_device Date: Mon, 5 Jun 2006 21:18:18 -0400 Message-ID: <20060606011818.GA4135@havoc.gtf.org> References: <2005123213211@nnikde.cz> <20060605202007.B464FC7B73@atrey.karlin.mff.cuni.cz> <20060605205309.GA31061@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jiri Slaby , Greg KH , Linux Kernel Mailing List , linux-pci@atrey.karlin.mff.cuni.cz, jgarzik@pobox.com, netdev@vger.kernel.org, mb@bu3sch.de, st3@riseup.net, linville@tuxdriver.com Return-path: Received: from havoc.gtf.org ([69.61.125.42]:31939 "EHLO havoc.gtf.org") by vger.kernel.org with ESMTP id S1751031AbWFFBSV (ORCPT ); Mon, 5 Jun 2006 21:18:21 -0400 To: Greg KH Content-Disposition: inline In-Reply-To: <20060605205309.GA31061@kroah.com> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Jun 05, 2006 at 01:53:09PM -0700, Greg KH wrote: > Why not just use the proper pci interface? Why poke around in another > pci device to steal an irq, when that irq might not even be valid? > (irqs are not valid until pci_enable_device() is called on them...) Answered this question the last time you asked. Answer: this is an embedded platform that needs such poking. The wireless device is _another_ device. Jeff