From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754285AbYDHO5P (ORCPT ); Tue, 8 Apr 2008 10:57:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753152AbYDHO44 (ORCPT ); Tue, 8 Apr 2008 10:56:56 -0400 Received: from smtp-out03.alice-dsl.net ([88.44.63.5]:60065 "EHLO smtp-out03.alice-dsl.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752772AbYDHO4z (ORCPT ); Tue, 8 Apr 2008 10:56:55 -0400 To: Ingo Molnar Cc: "Kok, Auke" , Jeff Garzik , e1000-list , NetDev , "Allan, Bruce W" , Linux Kernel Mailing List , "David S. Miller" , "Rafael J. Wysocki" , Jesse Brandeburg , "Ronciak, John" , Arjan van de Ven , Greg KH , linux-pci maillist , Linus Torvalds , Andrew Morton Subject: Re: [ANNOUNCE] e1000 to e1000e migration of PCI Express devices From: Andi Kleen References: <47F69965.7030303@intel.com> <20080408083606.GA20863@elte.hu> Date: Tue, 08 Apr 2008 16:56:52 +0200 In-Reply-To: <20080408083606.GA20863@elte.hu> (Ingo Molnar's message of "Tue, 8 Apr 2008 10:36:06 +0200") Message-ID: <87iqyspf7v.fsf@basil.nowhere.org> User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 08 Apr 2008 14:50:10.0103 (UTC) FILETIME=[D7D93470:01C89987] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar writes: > > ( sidenote: isnt there some facility that selects the "better" driver in > case there is an overlap between PCI IDs - with the ability for users > to override that selection? ) The default action for driver auto loaders in this case is usually to load all of them unless specially overriden. That is because there are several cases where one PCI-ID implements multiple functions served by different drivers. So far there is no really clean solution to this problem and for e1000 with PCI-E IDs it would do the wrong thing. -Andi