patch-2.2.16 linux/drivers/net/dgrs.c
Next file: linux/drivers/net/dmfe.c
Previous file: linux/drivers/net/cosa.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Wed Jun 7 14:26:43 2000
- Orig file:
v2.2.15/linux/drivers/net/dgrs.c
- Orig date:
Wed May 3 17:16:40 2000
diff -urN v2.2.15/linux/drivers/net/dgrs.c linux/drivers/net/dgrs.c
@@ -4,7 +4,7 @@
* The RightSwitch is a 4 (EISA) or 6 (PCI) port etherswitch and
* a NIC on an internal board.
*
- * Author: Rick Richardson, rick@dgii.com, rick_richardson@dgii.com
+ * Author: Rick Richardson, rick@remotepoint.com
* Derived from the SVR4.2 (UnixWare) driver for the same card.
*
* Copyright 1995-1996 Digi International Inc.
@@ -73,7 +73,7 @@
*
*/
-static char *version = "$Id: dgrs.c,v 1.12 1996/12/21 13:43:58 rick Exp $";
+static char *version = "$Id: dgrs.c,v 1.13 2000/06/06 04:07:00 rick Exp $";
#include <linux/version.h>
#include <linux/module.h>
@@ -209,7 +209,7 @@
I596_RFD *rfdp; /* Current RFD list */
I596_RBD *rbdp; /* Current RBD list */
- int intrcnt; /* Count of interrupts */
+ volatile int intrcnt; /* Count of interrupts */
/*
* SE-4 (EISA) board variables
@@ -1193,7 +1193,7 @@
*/
if (priv->plxreg)
OUTL(dev->base_addr + PLX_LCL2PCI_DOORBELL, 1);
- rc = request_irq(dev->irq, &dgrs_intr, 0, "RightSwitch", dev);
+ rc = request_irq(dev->irq, &dgrs_intr, SA_SHIRQ, "RightSwitch", dev);
if (rc)
return (rc);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)