svn commit: r199674 - head/sys/dev/bge
Pyun YongHyeon
yongari at FreeBSD.org
Sun Nov 22 21:20:26 UTC 2009
Author: yongari
Date: Sun Nov 22 21:20:26 2009
New Revision: 199674
URL: http://svn.freebsd.org/changeset/base/199674
Log:
Add missing function prototype in r199671.
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
==============================================================================
--- head/sys/dev/bge/if_bge.c Sun Nov 22 21:19:01 2009 (r199673)
+++ head/sys/dev/bge/if_bge.c Sun Nov 22 21:20:26 2009 (r199674)
@@ -370,6 +370,8 @@ static void bge_asf_driver_up (struct bg
static void bge_tick(void *);
static void bge_stats_update(struct bge_softc *);
static void bge_stats_update_regs(struct bge_softc *);
+static struct mbuf *bge_setup_tso(struct bge_softc *, struct mbuf *,
+ uint16_t *);
static int bge_encap(struct bge_softc *, struct mbuf **, uint32_t *);
static void bge_intr(void *);
More information about the svn-src-all
mailing list