Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755400AbXJ3SvT (ORCPT ); Tue, 30 Oct 2007 14:51:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752913AbXJ3SvJ (ORCPT ); Tue, 30 Oct 2007 14:51:09 -0400 Received: from mx2.suse.de ([195.135.220.15]:50686 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752933AbXJ3SvI (ORCPT ); Tue, 30 Oct 2007 14:51:08 -0400 From: Andi Kleen Organization: SUSE Linux Products GmbH, Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg) To: Linus Torvalds Subject: Re: pci-disable-decode-of-io-memory-during-bar-sizing.patch Date: Tue, 30 Oct 2007 19:50:58 +0100 User-Agent: KMail/1.9.6 Cc: Robert Hancock , Greg KH , Jesse Barnes , akpm@linux-foundation.org, rajesh.shah@intel.com, linux-kernel References: <200708151919.l7FJJfUE010966@imap1.linux-foundation.org> <47267232.3020506@shaw.ca> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710301950.58519.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 936 Lines: 26 > At that point, almost all the issues with mmconfig just go away, BECAUSE > NOBODY USES IT, so it doesn't matter if it's broken? We seem to slowly grow more uses of registers > 256, but yes it's still mostly non critical stuff. > The fact is, CONF1 style accesses are just safer, and *work*. > > Can we please just do that? At least for the AMD GART IOMMU I would prefer if that was not done. It has a pci config space access in a time critical path (flush). And Family10h supports accessing the northbridge using mmconfig. I believe the tigon3 driver also does config space access frequently on some chips. Also there are still the old x86 Macs where conf1 doesn't work. -Andi - 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/