summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m88k/include/param.h')
-rw-r--r--sys/arch/m88k/include/param.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/m88k/include/param.h b/sys/arch/m88k/include/param.h
index 09739098a3c..563bf09528a 100644
--- a/sys/arch/m88k/include/param.h
+++ b/sys/arch/m88k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.9 2006/03/19 01:47:24 martin Exp $ */
+/* $OpenBSD: param.h,v 1.10 2007/05/28 21:02:49 thib Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1988 University of Utah.
@@ -83,16 +83,7 @@
/*
* Constants related to network buffer management.
- * MCLBYTES must be no larger than the software page size, and,
- * on machines that exchange pages of input or output buffers with mbuf
- * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
- * of the hardware page size.
*/
-#define MSIZE 256 /* size of an mbuf */
-#define MCLSHIFT 11 /* convert bytes to m_buf clusters */
-#define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
-#define MCLOFSET (MCLBYTES - 1) /* offset within a m_buf cluster */
-
#define NMBCLUSTERS 2048 /* map size, max cluster allocation */
/*