[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <47FB7F73.9020502@garzik.org>
Date: Tue, 08 Apr 2008 10:21:39 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Ingo Molnar <mingo@...e.hu>
CC: "Kok, Auke" <auke-jan.h.kok@...el.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
NetDev <netdev@...r.kernel.org>,
e1000-list <e1000-devel@...ts.sourceforge.net>,
linux-pci maillist <linux-pci@...ey.karlin.mff.cuni.cz>,
Andrew Morton <akpm@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Jesse Brandeburg <jesse.brandeburg@...el.com>,
"Ronciak, John" <john.ronciak@...el.com>,
"Allan, Bruce W" <bruce.w.allan@...el.com>,
Greg KH <greg@...ah.com>,
Arjan van de Ven <arjan@...ux.intel.com>,
"Rafael J. Wysocki" <rjw@...k.pl>
Subject: Re: [ANNOUNCE] e1000 to e1000e migration of PCI Express devices
Ingo Molnar wrote:
> ( 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? )
No.
Multiple PCI IDs in the same driver creates all sorts of problems,
because it becomes an ambiguious selection where automated tools cannot
make a choice for you.
Each one typically requires special case code in relevant distro
installers, hardware detectors, and similar gadgets, since the normal
modules.pcimap stuff doesn't work due to the duplicate IDs.
We have no way to export which is the "preferred" driver -- and indeed
in many cases, that's an impossible task, since the "preferred" driver
for a user sometimes depends on the hardware's programmed mode rather
than just a choice.
Jeff
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists