From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966641AbWKOEtn (ORCPT ); Tue, 14 Nov 2006 23:49:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966642AbWKOEtn (ORCPT ); Tue, 14 Nov 2006 23:49:43 -0500 Received: from mail.suse.de ([195.135.220.2]:43981 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S966641AbWKOEtn (ORCPT ); Tue, 14 Nov 2006 23:49:43 -0500 To: Linus Torvalds Cc: jeff@garzik.org, linux-kernel@vger.kernel.org, tiwai@suse.de Subject: Re: [PATCH] ALSA: hda-intel - Disable MSI support by default References: <20061114.190036.30187059.davem@davemloft.net> <20061114.192117.112621278.davem@davemloft.net> From: Andi Kleen Date: 15 Nov 2006 05:49:41 +0100 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds writes: > > But right now I'm not convinced we really know what all goes wrong. Maybe > it's just broken NVidia and AMD bridges. At least AMD (PCI-X) and Serverworks bridges are known broken with MSI They should be both quirked though. Or rather one SVW bridge is quirked there might be more. AMD 8131 is quirked. AMD 8132 is broken too but should not have the capability structure in the first place. BTW there seems to be a new ACPI FADT bit that says "MSI is broken" We should probably check that too as a double check. -Andi