summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-12-10 07:22:53 +0000
committerimp <imp@FreeBSD.org>1999-12-10 07:22:53 +0000
commit784b6c2626723425fb43411e1fab5a59393e0753 (patch)
treee20b2c2e80538a4b1407781f70d04b00158b4dbc /sys/dev/ed/if_ed.c
parent825b49478f778e1f312ae34d63b3917a407da0de (diff)
downloadFreeBSD-src-784b6c2626723425fb43411e1fab5a59393e0753.zip
FreeBSD-src-784b6c2626723425fb43411e1fab5a59393e0753.tar.gz
Fix pccard ed driver, I think.
o Expose ed_stop and call it early to shutdown the hardware. o When releasing the interrupt, pass the cookie for the irq, not a pointer to the cookie (this is the base problem). o Release other resources used, just like the ep driver
Diffstat (limited to 'sys/dev/ed/if_ed.c')
-rw-r--r--sys/dev/ed/if_ed.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index b355f4f..959d782 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -76,7 +76,6 @@ static int ed_ioctl __P((struct ifnet *, u_long, caddr_t));
static void ed_start __P((struct ifnet *));
static void ed_reset __P((struct ifnet *));
static void ed_watchdog __P((struct ifnet *));
-static void ed_stop __P((struct ed_softc *));
static void ds_getmcaf __P((struct ed_softc *, u_long *));
@@ -1719,7 +1718,7 @@ ed_reset(ifp)
/*
* Take interface offline.
*/
-static void
+void
ed_stop(sc)
struct ed_softc *sc;
{
OpenPOWER on IntegriCloud