Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965542AbXA3OqY (ORCPT ); Tue, 30 Jan 2007 09:46:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965545AbXA3OqX (ORCPT ); Tue, 30 Jan 2007 09:46:23 -0500 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:37577 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S965542AbXA3OqV (ORCPT ); Tue, 30 Jan 2007 09:46:21 -0500 Date: Tue, 30 Jan 2007 14:56:29 +0000 From: Alan To: Jean Delvare Cc: Nick Piggin , Daniel Drake , linux-kernel , Adrian Bunk Subject: Re: via irq quirk breakage Message-ID: <20070130145629.7e40deac@localhost.localdomain> In-Reply-To: <200701300854.06083.jdelvare@suse.de> References: <45B6A94A.3010006@yahoo.com.au> <200701291600.32580.jdelvare@suse.de> <45BEAEE3.9080003@yahoo.com.au> <200701300854.06083.jdelvare@suse.de> X-Mailer: Claws Mail 2.7.1 (GTK+ 2.10.4; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 21 > You have an old VT82C686 south bridge, which was tagged as "special" by > Alan. For this chip, Alan's code only allows devices 00:00.x to be quirked. > As my code was merely a reimplementation of Alan's idea, it does the same. > Your USB controllers are at 00:07.x, so I'm not surprised they weren't > quirked. > > Alan, why were dev_lo and dev_hi both set to 0 for the VT82C868 in your > implementation? Is it a typo, or...? According to the documentation the VT82C686 has the following devices on the internal bus: bus 0 dev ? fn 0-6. dev ? being the device of the bridge itself. Re-reading the docs unlike the other the PCI idents aren't fixed so my assumption of dev 0 is actually unsafe. I can't see anything in the doc which guarantees 7 either. Alan - 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/