reassign 266564 kernel thanks This is the bug of 8139too and 8139cp drivers. Both of them advertize same pci devices (for examples, /lib/modules/2.6.7-1-686/modules.pcimap)
8139too 0x000010ec 0x00008139 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0 8139cp 0x000010ec 0x00008139 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0 then, hotplug will load them for vender=0x000010ec and device=0x00008139, this is the feature of the hotplug. If 8139too works, we don't need 8139cp, remove from kernel-image. Otherwise, this entry should be removed from 8139too source code, so that only 8139cp is used for the device. If 8139too failed to initialize second card as reported in original bug report, 8139too driver should be fixed. Regards, Fumitoshi UKAI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

