[Prism54-devel] New revision of SMC 2802W card, Firmware 2.4.3.0

Jens Maurer Jens.Maurer@gmx.net
Wed, 21 Jan 2004 23:11:36 +0100


Karsten Richter wrote:
> This is what lspci -v -v -v -n says:
> 
> 00:0f.0 Class 0280: 1260:3890 (rev 01)
> Subsystem: 1113:ee03

PCI vendor ID 0x1113 is registered to Accton, apparently.
I've submitted a new entry for your card to
pciids.sourceforge.net.

> The windows driver expects the subsystem id so I 	
> added a new PCI device entry with this subsystem id to 
> islpci_hotplug.c.

Ok.

> eth2: uploading firmware...
> eth2: firmware uploaded done, now triggering reset...
> eth2: device soft reset timed out

Well, we do have trouble with SMC cards, which is unresolved
yet.  Could you please apply the following patch and check
that the IRQ matches the previous IRQ output, and also
check /proc/interrupts whether there are any interrupts
at all from the device?

Jens Maurer


RCS file: /var/lib/cvs/prism54-ng/ksrc/islpci_hotplug.c,v
retrieving revision 1.50
diff -u -r1.50 islpci_hotplug.c
--- islpci_hotplug.c    8 Jan 2004 04:30:55 -0000       1.50
+++ islpci_hotplug.c    21 Jan 2004 22:11:46 -0000
@@ -210,6 +210,9 @@
                 goto do_unregister_netdev;
         }

+       printk(KERN_DEBUG "%s: registered IRQ %d\n",
+              ndev->name, pdev->irq);
+
         /* firmware upload is triggered in islpci_open */

         return 0;