From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758729Ab0IYAK1 (ORCPT ); Fri, 24 Sep 2010 20:10:27 -0400 Received: from terminus.zytor.com ([198.137.202.10]:48325 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753751Ab0IYAKU (ORCPT ); Fri, 24 Sep 2010 20:10:20 -0400 Message-ID: <4C9D3D79.9060908@zytor.com> Date: Fri, 24 Sep 2010 17:08:25 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Thunderbird/3.1.3 MIME-Version: 1.0 To: Yinghai Lu CC: Bjorn Helgaas , Venkatesh Pallipadi , Prarit Bhargava , fredlwm@gmail.com, Simon Arlott , x86@kernel.org, Clemens Ladisch , linux-kernel@vger.kernel.org, Marc Jones , Jordan Crouse , Ingo Molnar , Thomas Gleixner Subject: Re: [PATCH] x86, HPET: mark HPET PCI BARs as IORESOURCE_PCI_FIXED References: <20100923233047.12463.61480.stgit@bob.kio> <201009241706.11742.bjorn.helgaas@hp.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/24/2010 04:59 PM, Yinghai Lu wrote: > On Fri, Sep 24, 2010 at 4:06 PM, Bjorn Helgaas wrote: >> Sorry Yinghai, I forgot to copy you on the initial post. Any >> comments on this? If not, we should try to get it into linux-next >> soon. > > should be good. > > only one thing, that will punish all other vendors... and run that > quirk for every pci device. > > please check if you can have > +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, PCI_ANY_ID, mark_pci_hpet_fixed); > > AND _AMD maybe, if AMD dump _ATI brand later. > No, because the problem is known to happen on multiple vendors. -hpa