Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Nov 2009 21:20:26 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r199674 - head/sys/dev/bge
Message-ID:  <200911222120.nAMLKQ1g029883@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911222120.nAMLKQ1g029883>