Re: 2.5.5[01]]: Xircom Cardbus broken (PCI resource collisions)

Petr Konecny (pekon@informatics.muni.cz)
13 Dec 2002 17:17:14 +0100


Arjan> interesting. BUT aren't we writing to the device 3 lines before
Arjan> where you add the pci_enable_device()? That sounds like a bad
Arjan> plan to me ;(

Valdis> I see why the if/continue was added - you don't want to be
Valdis> calling device_register()/pci_insert_device() if
Valdis> pci_enable_device() loses. I don't see why 2.5.50 moved the
Valdis> code up after pci_setup_device(). There's an outside chance
Valdis> that the concept of moving the call was correct, but that it
Valdis> should have been moved to between the calls to
Valdis> pci_assign_resource() and pci_readb(). If that's the case,
Valdis> then you're correct as well....
I can confirm that this indeed works. I moved the two lines before
pci_readb and the card works (every character you now read went through
it). Who shall submit a patch to Linus ?

Now I have to figure out, how to make it load without manual modprobe
xircom_cb. Oh the joys of new module loader.

Petr

-- 
Computers are like air conditioners.  Both stop working, if you open
windows.
        -- Adam Heath

- 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/