summaryrefslogtreecommitdiffstats
path: root/sys/dev/nge
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2002-02-27 02:21:43 +0000
committerjulian <julian@FreeBSD.org>2002-02-27 02:21:43 +0000
commit3e8428e4191aab7acce860b34aa0fa8f06117e9d (patch)
treee0b0325e94bde5c4620904738a27c77fe966a7f9 /sys/dev/nge
parent2051cd9c724430c38a8e76a32a323a7d404939f8 (diff)
downloadFreeBSD-src-3e8428e4191aab7acce860b34aa0fa8f06117e9d.zip
FreeBSD-src-3e8428e4191aab7acce860b34aa0fa8f06117e9d.tar.gz
Remove errors in LINT (now that they are fatal)
Diffstat (limited to 'sys/dev/nge')
-rw-r--r--sys/dev/nge/if_nge.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/nge/if_nge.c b/sys/dev/nge/if_nge.c
index 429bc32..1fcbd627 100644
--- a/sys/dev/nge/if_nge.c
+++ b/sys/dev/nge/if_nge.c
@@ -161,7 +161,9 @@ static int nge_newbuf __P((struct nge_softc *,
static int nge_encap __P((struct nge_softc *,
struct mbuf *, u_int32_t *));
static void nge_rxeof __P((struct nge_softc *));
+#ifdef notdef
static void nge_rxeoc __P((struct nge_softc *));
+#endif
static void nge_txeof __P((struct nge_softc *));
static void nge_intr __P((void *));
static void nge_tick __P((void *));
@@ -1349,6 +1351,7 @@ static void nge_rxeof(sc)
return;
}
+#ifdef notdef
void nge_rxeoc(sc)
struct nge_softc *sc;
{
@@ -1360,6 +1363,7 @@ void nge_rxeoc(sc)
nge_init(sc);
return;
}
+#endif
/*
* A frame was downloaded to the chip. It's safe for us to clean up
OpenPOWER on IntegriCloud