summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep/if_ep_eisa.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-10-25 04:09:49 +0000
committerimp <imp@FreeBSD.org>2003-10-25 04:09:49 +0000
commitcdc83babef20f1fd97d3bbab52fb817c3f07a8bf (patch)
tree306fb7c20a7cc6e221f64a629bd2a576a92cad01 /sys/dev/ep/if_ep_eisa.c
parent7359197bf845da073539c45aeeef9002129cd1bb (diff)
downloadFreeBSD-src-cdc83babef20f1fd97d3bbab52fb817c3f07a8bf.zip
FreeBSD-src-cdc83babef20f1fd97d3bbab52fb817c3f07a8bf.tar.gz
Whole grab-bag of changes:
o Make the driver MPSAFE o Some changes due to diff reduction effort with vx. o Removed some obsolete junk. Reviewed by: sam, modd
Diffstat (limited to 'sys/dev/ep/if_ep_eisa.c')
-rw-r--r--sys/dev/ep/if_ep_eisa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c
index e6f658a..ad2ebdc 100644
--- a/sys/dev/ep/if_ep_eisa.c
+++ b/sys/dev/ep/if_ep_eisa.c
@@ -221,7 +221,7 @@ ep_eisa_attach(device_t dev)
device_printf(dev, "ep_attach() failed! (%d)\n", error);
goto bad;
}
- if ((error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET, ep_intr,
+ if ((error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET | INTR_MPSAFE, ep_intr,
sc, &sc->ep_intrhand))) {
device_printf(dev, "bus_setup_intr() failed! (%d)\n", error);
goto bad;
OpenPOWER on IntegriCloud