NetXen: Link status message correction for quad port cards.
authorAmit S. Kale <amitkale@netxen.com>
Mon, 18 Dec 2006 13:53:12 +0000 (05:53 -0800)
committerJeff Garzik <jeff@garzik.org>
Tue, 26 Dec 2006 21:45:26 +0000 (16:45 -0500)
Signed-off-by: Amit S. Kale <amitkale@netxen.com>
 netxen_nic_isr.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/netxen/netxen_nic_isr.c

index 1b45f50..06847d4 100644 (file)
@@ -157,7 +157,8 @@ void netxen_nic_isr_other(struct netxen_adapter *adapter)
        for (portno = 0; portno < NETXEN_NIU_MAX_GBE_PORTS; portno++) {
                linkup = val & 1;
                if (linkup != (qg_linksup & 1)) {
-                       printk(KERN_INFO "%s: PORT %d link %s\n",
+                       printk(KERN_INFO "%s: %s PORT %d link %s\n",
+                              adapter->port[portno]->netdev->name,
                               netxen_nic_driver_name, portno,
                               ((linkup == 0) ? "down" : "up"));
                        netxen_indicate_link_status(adapter, portno, linkup);