Deleted Added
full compact
mbpool.9 (131736) mbpool.9 (208027)
1.\" Copyright (c) 2003
2.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" Author: Hartmut Brandt <harti@FreeBSD.org>
27.\"
1.\" Copyright (c) 2003
2.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" Author: Hartmut Brandt <harti@FreeBSD.org>
27.\"
28.\" $FreeBSD: head/share/man/man9/mbpool.9 131736 2004-07-07 07:56:58Z ru $
28.\" $FreeBSD: head/share/man/man9/mbpool.9 208027 2010-05-13 12:07:55Z uqs $
29.\"
30.Dd July 15, 2003
31.Dt MBPOOL 9
32.Os
33.Sh NAME
34.Nm mbpool
35.Nd "buffer pools for network interfaces"
36.Sh SYNOPSIS

--- 212 unchanged lines hidden (view full) ---

249This returns the number of buffers in the
250.Dq used
251and
252.Dq on-card
253states and
254the number of buffers on the free list.
255.Sh SEE ALSO
256.Xr mbuf 9
29.\"
30.Dd July 15, 2003
31.Dt MBPOOL 9
32.Os
33.Sh NAME
34.Nm mbpool
35.Nd "buffer pools for network interfaces"
36.Sh SYNOPSIS

--- 212 unchanged lines hidden (view full) ---

249This returns the number of buffers in the
250.Dq used
251and
252.Dq on-card
253states and
254the number of buffers on the free list.
255.Sh SEE ALSO
256.Xr mbuf 9
257.Sh AUTHORS
258.An Harti Brandt Aq harti@FreeBSD.org
257.Sh CAVEATS
258The function
259.Fn mbp_sync
260is currently a no-op because
261.Xr bus_dmamap_sync 9
262is missing the offset and length parameters.
259.Sh CAVEATS
260The function
261.Fn mbp_sync
262is currently a no-op because
263.Xr bus_dmamap_sync 9
264is missing the offset and length parameters.
263.Sh AUTHORS
264.An Harti Brandt Aq harti@FreeBSD.org