Re: rtl8139 (8139too) net problem in linux 2.6.10

From: Marco Rogantini
Date: Sun Feb 06 2005 - 09:40:08 EST


Hello!

On Sun, 6 Feb 2005, OGAWA Hirofumi wrote:

OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> writes:

Umm... Bit strange...

I couldn't find the PCI4510 in yenta_table. Did you add the PCI4510 to
yenta_table? Could you send "lspci -n" (what vendor-id and device-id)?

0000:02:01.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02)
0000:02:01.0 0607: 104c:ac44 (rev 02)

Grr... Ok, probably that was processed as default bridge.

Could you please try the following patch for debug?

+#define PCI_DEVICE_ID_TI_4510 0xac44
+ CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4510, TI12XX),

:-) It solved the problem! However I still must use the 'disable_clkrun'
parameter to get the bridge working correctly.

Linux Kernel Card Services
options: [pci] [cardbus] [pm]
PCI: Enabling device 0000:02:01.0 (0000 -> 0002)
ACPI: PCI interrupt 0000:02:01.0[A] -> GSI 11 (level, low) -> IRQ 11
Yenta: CardBus bridge found at 0000:02:01.0 [1028:013e]
Yenta: Disabling CLKRUN feature
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:02:01.0, mfunc 0x012c1202, devctl 0x64
Yenta: ISA IRQ mask 0x04d8, PCI irq 11
Socket status: 30000020


Many, many thanks for your help, you made me a happy man!

-marco
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/