Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756081AbXLWEgd (ORCPT ); Sat, 22 Dec 2007 23:36:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752309AbXLWEgY (ORCPT ); Sat, 22 Dec 2007 23:36:24 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:44634 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751514AbXLWEgX (ORCPT ); Sat, 22 Dec 2007 23:36:23 -0500 Date: Sat, 22 Dec 2007 20:35:53 -0800 (PST) From: Linus Torvalds To: Jeff Garzik cc: Arjan van de Ven , linux-kernel@vger.kernel.org, gregkh@suse.de, linux-pci@atrey.karlin.mff.cuni.cz, Benjamin Herrenschmidt Subject: Re: [patch] Make MMCONFIG space (extended PCI config space) a driver opt-in issue In-Reply-To: <476DDFEE.3010009@garzik.org> Message-ID: References: <20071222043139.0cd59804@laptopd505.fenrus.org> <476D1D16.5090703@garzik.org> <20071222064719.73fdd9a4@laptopd505.fenrus.org> <476DB95F.3090801@garzik.org> <476DDFEE.3010009@garzik.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 24 On Sat, 22 Dec 2007, Jeff Garzik wrote: > My core assertion: the present situation -- turning off MMCONFIG aggressively > -- is greatly preferable to adding pci_enable_mmconfig_accesses(pdev). Well, you do realize that right now we have to have _users_ just doing "pci=nommconf" on the kernel command line, because we apparently don't do it aggressively enough? The fact is, we simply don't know what the breakage is. The only safe situation is to just assume things are broken, and enable it only when necessary. And if there isn't a driver that needs it, then it sure as *hell* isn't necessary. Linus -- 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/