Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262171AbVBQAsq (ORCPT ); Wed, 16 Feb 2005 19:48:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262173AbVBQAsq (ORCPT ); Wed, 16 Feb 2005 19:48:46 -0500 Received: from gate.crashing.org ([63.228.1.57]:50332 "EHLO gate.crashing.org") by vger.kernel.org with ESMTP id S262171AbVBQAsg (ORCPT ); Wed, 16 Feb 2005 19:48:36 -0500 Subject: Re: [PATCH] quiet non-x86 option ROM warnings From: Benjamin Herrenschmidt To: Jesse Barnes Cc: Jon Smirl , Andrew Morton , Linux Kernel list In-Reply-To: <200502161554.02110.jbarnes@sgi.com> References: <200502151557.06049.jbarnes@sgi.com> <1108515817.13375.63.camel@gaston> <200502161554.02110.jbarnes@sgi.com> Content-Type: text/plain Date: Thu, 17 Feb 2005 11:48:14 +1100 Message-Id: <1108601294.5426.1.camel@gaston> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1318 Lines: 33 On Wed, 2005-02-16 at 15:54 -0800, Jesse Barnes wrote: > On Tuesday, February 15, 2005 5:03 pm, Benjamin Herrenschmidt wrote: > > What about printing "No PCI ROM detected" ? I like having that info when > > getting user reports, but I agree that a less worrying message would > > be good. > > Ok, how about this then? It changes the printks in both drivers to KERN_INFO > and describes the situation a bit more accurately. > > Signed-off-by: Jesse Barnes > > Thanks, > Jesse > > P.S. Jon, I think the pci_map_rom code is buggy--if the option ROM signature > is missing or indicates that there's no ROM, the routine still returns a > valid pointer making the caller thing it succeeded. If we fix that up we can > fix up the callers. No, pci_map_rom shouldn't test the signature IMHO. While PCI ROMs should have the signature to be recognized as containing valid firmware images on x86 BIOSes an OF, it's just a convention on these platforms, and I would rather let people put whatever they want in those ROMs and still let them map it... Ben. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/