PCI in docking station
Jes Sorensen
Jes.Sorensen en cern.ch
Vie Ene 21 00:20:43 CST 2000
>>>>> "Martin" == Martin Mares <mj en suse.cz> writes:
Martin> Hello,
>> But then when I ifconfig it the log says: Jan 20 09:02:42 localhost
>> kernel: TLAN: Cannot open eth1 because IRQ 11 is already in use.
>>
>> I have looked at the code for all of the drivers that I can see and
>> they all seem to try to open the device with IRQ shared if it is a
>> PCI device so why am I getting an "IRQ11 already in use" message?
Martin> A bug in the TLAN driver. Please try applying this patch.
Martin> err = request_irq( dev->irq, TLan_HandleInterrupt, SA_SHIRQ |
Martin> SA_INTERRUPT, TLanSignature, dev ); if ( err ) { printk(
Ehhmmm, maybe I am missing a point here, but whats the idea behind
mixing SA_SHIRQ and SA_INTERRUPT? Seems pretty broken to me.
Jes
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Más información sobre la lista de distribución Ayuda