summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa64/include/param.h')
-rw-r--r--sys/arch/hppa64/include/param.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/hppa64/include/param.h b/sys/arch/hppa64/include/param.h
index 665e4084d81..50f24b47967 100644
--- a/sys/arch/hppa64/include/param.h
+++ b/sys/arch/hppa64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.8 2006/08/12 17:54:38 krw Exp $ */
+/* $OpenBSD: param.h,v 1.9 2007/05/28 21:02:49 thib Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -70,15 +70,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
-#define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
-#define MCLOFSET (MCLBYTES - 1)
#define NMBCLUSTERS 4096 /* map size, max cluster allocation */
/*