Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757965AbXL3Qg6 (ORCPT ); Sun, 30 Dec 2007 11:36:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757059AbXL3Qgu (ORCPT ); Sun, 30 Dec 2007 11:36:50 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:35557 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757007AbXL3Qgt (ORCPT ); Sun, 30 Dec 2007 11:36:49 -0500 Date: Sun, 30 Dec 2007 17:28:53 +0100 From: Ingo Molnar To: Andi Kleen Cc: Linus Torvalds , Rene Herman , dpreed@reed.com, Islam Amer , Alan Cox , hpa@zytor.com, Pavel Machek , Ingo Molnar , Thomas Gleixner , Linux Kernel Subject: Re: [PATCH] x86: provide a DMI based port 0x80 I/O delay override Message-ID: <20071230162853.GA32453@elte.hu> References: <477711DC.5030800@keyaccess.nl> <20071230124852.GA30836@one.firstfloor.org> <20071230130544.GB16946@elte.hu> <20071230160817.GB32752@one.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071230160817.GB32752@one.firstfloor.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1367 Lines: 32 * Andi Kleen wrote: > > > The i8259 driver uses it and it is known to be needed on some old > > > chipsets. But it doesn't really have any "own" ports to use afaik. > > > > we'll solve that via an i8259-specific quirk. That is a lot cleaner > > and maintainable than the current generic, always-enabled "opt out" > > port-0x80 quirk. > > You mean using pci quirks + udelay? Will be probably challenging to > collect PCI-IDs for that. And there might be old systems needing it > without PCI. They likely won't have DMI either. > > In theory you could make it a DMI year cut off of course (and assume > old if no DMI, although that happens occasionally with new systems > too); but that is generally considered ugly. > > I don't think it's a big problem to keep delays of some form by > default in 8259 -- people who care about performance should be > definitely using APIC mode instead. do you remember which old systems/chipsets were affected by this problem? We had many - meanwhile fixed - PIC related problems, maybe it's a red herring and the delay just papered it over. Ingo -- 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/