summaryrefslogtreecommitdiffstats
path: root/sys/dev/ex/if_ex.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-09-29 03:58:06 +0000
committerimp <imp@FreeBSD.org>2000-09-29 03:58:06 +0000
commit55c46e5b71faba163a242794c96696e8b315d674 (patch)
tree3cd7295dc4a10e949b4f68522d73e276ea1e4df2 /sys/dev/ex/if_ex.c
parent930be8009d13a05d006e2c34683c7f18b57a99fc (diff)
downloadFreeBSD-src-55c46e5b71faba163a242794c96696e8b315d674.zip
FreeBSD-src-55c46e5b71faba163a242794c96696e8b315d674.tar.gz
Add support for pccard attachments of the ex driver. It supports the
Olicom OC-2220 card, and maybe others. Submitted by: iwasaki Reviewed by: mdodd
Diffstat (limited to 'sys/dev/ex/if_ex.c')
-rw-r--r--sys/dev/ex/if_ex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c
index ba91071..8e1152f 100644
--- a/sys/dev/ex/if_ex.c
+++ b/sys/dev/ex/if_ex.c
@@ -103,7 +103,7 @@ static void ex_ifmedia_sts __P((struct ifnet *, struct ifmediareq *));
static int ex_get_media __P((u_int32_t iobase));
-static void ex_stop __P((struct ex_softc *));
+ void ex_stop __P((struct ex_softc *));
static void ex_reset __P((struct ex_softc *));
static void ex_tx_intr __P((struct ex_softc *));
@@ -543,7 +543,7 @@ ex_start(struct ifnet *ifp)
DODEBUG(Start_End, printf("ex_start%d: finish\n", unit););
}
-static void
+void
ex_stop(struct ex_softc *sc)
{
int iobase = sc->iobase;
OpenPOWER on IntegriCloud