On Wed, Jun 04, 2008 at 08:32:21PM +0300, Martin-Éric Racine wrote: > The enclosed patch removes pci_gen_ids and replaces it with a static > device list that gets installed in the package. This finally allows > the Cyrix and Geode drivers to claim ownership of the hardware they > respectively support and leaves NSC with only PCI ID for devices that > factually concern the NSC code. > [...] > @@ -0,0 +1,3 @@ > +100B0104 > +100B0504
The current nsc.ids contains (after removing duplicates): 10780104 10780504 10780030 100B0104 100B0504 100B0030 I am ok with removing 10780030 and 100B0030 since they are Geode GX2 (by the way, why are not yet in geode.ids?). Now, regarding Cyrix entries, I see 10780104 in the Cyrix driver, but I don't see 10780504. Do you know if this Cyrix "SC1200" board actually exists? With your patch, it looks like this PCI id will be claimed by no driver at all. Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

