summaryrefslogtreecommitdiffstats
path: root/sys/sys/mbpool.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
committerimp <imp@FreeBSD.org>2005-01-07 02:29:27 +0000
commitf0bf889d0d2ea7d83fd3b67266a98c89cdf14853 (patch)
treef453e3c07b7d678a92c36b5dd03f0f390cd0c5b9 /sys/sys/mbpool.h
parent4ddf4b47c4f62804a423937c4503ddae8f84c089 (diff)
downloadFreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.zip
FreeBSD-src-f0bf889d0d2ea7d83fd3b67266a98c89cdf14853.tar.gz
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/sys/mbpool.h')
-rw-r--r--sys/sys/mbpool.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/mbpool.h b/sys/sys/mbpool.h
index 60ad4f8..f292f29 100644
--- a/sys/sys/mbpool.h
+++ b/sys/sys/mbpool.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2003
* Fraunhofer Institute for Open Communication Systems (FhG Fokus).
* All rights reserved.
@@ -25,7 +25,9 @@
* SUCH DAMAGE.
*
* Author: Hartmut Brandt <harti@freebsd.org>
- *
+ */
+
+/*
* This implements pools of DMA-able buffers that conserve DMA address space
* by putting several buffers into one page and that allow to map between
* 32-bit handles for the buffer and buffer addresses (to use 32-bit network
OpenPOWER on IntegriCloud