summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2001-07-06 02:07:45 +0000
committerNiels Provos <provos@cvs.openbsd.org>2001-07-06 02:07:45 +0000
commite8889c42e4603e164d8b848819b7aee4eec80698 (patch)
treeb1c06eb431c355fcaac6e7a76abbc15662f0f130
parenta256f9cba4b8dbd21444d114d0f31b0450af19b3 (diff)
change MSIZE to 256, okay @deraadt
-rw-r--r--sys/arch/hppa/include/param.h4
-rw-r--r--sys/arch/i386/include/param.h4
-rw-r--r--sys/arch/m68k/include/param.h4
-rw-r--r--sys/arch/mvme68k/include/param.h4
-rw-r--r--sys/arch/mvme88k/include/param.h6
-rw-r--r--sys/arch/mvmeppc/include/param.h4
-rw-r--r--sys/arch/powerpc/include/param.h4
-rw-r--r--sys/arch/sparc/include/param.h4
-rw-r--r--sys/arch/sun3/include/param.h4
-rw-r--r--sys/arch/vax/include/param.h4
10 files changed, 21 insertions, 21 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index 473fdfb4639..d0aa30a7d3b 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.11 2001/05/05 20:56:37 art Exp $ */
+/* $OpenBSD: param.h,v 1.12 2001/07/06 02:07:41 provos Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -86,7 +86,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#define MSIZE 256 /* size of an mbuf */
#define MCLSHIFT 11
#define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
#define MCLOFSET (MCLBYTES - 1)
diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h
index 227e3ed4831..cbfeca72c22 100644
--- a/sys/arch/i386/include/param.h
+++ b/sys/arch/i386/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.16 2001/05/05 23:25:46 art Exp $ */
+/* $OpenBSD: param.h,v 1.17 2001/07/06 02:07:41 provos Exp $ */
/* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */
/*-
@@ -104,7 +104,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#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 */
diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h
index 30fb50252ac..bafbc285e42 100644
--- a/sys/arch/m68k/include/param.h
+++ b/sys/arch/m68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.3 2001/05/05 20:56:40 art Exp $ */
+/* $OpenBSD: param.h,v 1.4 2001/07/06 02:07:42 provos Exp $ */
/* $NetBSD: param.h,v 1.2 1997/06/10 18:21:23 veego Exp $ */
/*
@@ -94,7 +94,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#define MSIZE 256 /* size of an mbuf */
#ifndef MCLSHIFT
# define MCLSHIFT 11 /* convert bytes to m_buf clusters */
diff --git a/sys/arch/mvme68k/include/param.h b/sys/arch/mvme68k/include/param.h
index f261b41c954..dcbf1eeae2f 100644
--- a/sys/arch/mvme68k/include/param.h
+++ b/sys/arch/mvme68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.11 2001/05/13 02:37:29 millert Exp $ */
+/* $OpenBSD: param.h,v 1.12 2001/07/06 02:07:42 provos Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -94,7 +94,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#define MSIZE 256 /* size of an mbuf */
#define MCLSHIFT 11
#define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
#define MCLOFSET (MCLBYTES - 1)
diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h
index 4d00d829a42..5dac521f562 100644
--- a/sys/arch/mvme88k/include/param.h
+++ b/sys/arch/mvme88k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.18 2001/05/13 02:37:29 millert Exp $ */
+/* $OpenBSD: param.h,v 1.19 2001/07/06 02:07:42 provos Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1988 University of Utah.
@@ -40,7 +40,7 @@
* from: Utah $Hdr: machparam.h 1.11 89/08/14$
*
* @(#)param.h 7.8 (Berkeley) 6/28/91
- * $Id: param.h,v 1.18 2001/05/13 02:37:29 millert Exp $
+ * $Id: param.h,v 1.19 2001/07/06 02:07:42 provos Exp $
*/
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_
@@ -120,7 +120,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#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 */
diff --git a/sys/arch/mvmeppc/include/param.h b/sys/arch/mvmeppc/include/param.h
index 54408b50ec1..c1a2395d0be 100644
--- a/sys/arch/mvmeppc/include/param.h
+++ b/sys/arch/mvmeppc/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.1 2001/06/26 21:57:47 smurph Exp $ */
+/* $OpenBSD: param.h,v 1.2 2001/07/06 02:07:43 provos Exp $ */
/* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */
/*-
@@ -76,7 +76,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#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)
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h
index 503efc20c72..9b01de2be9a 100644
--- a/sys/arch/powerpc/include/param.h
+++ b/sys/arch/powerpc/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.15 2001/06/23 01:59:05 drahn Exp $ */
+/* $OpenBSD: param.h,v 1.16 2001/07/06 02:07:43 provos Exp $ */
/* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */
/*-
@@ -77,7 +77,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#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)
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h
index 570d1aeda51..a101f8e57af 100644
--- a/sys/arch/sparc/include/param.h
+++ b/sys/arch/sparc/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.18 2001/05/10 09:23:11 art Exp $ */
+/* $OpenBSD: param.h,v 1.19 2001/07/06 02:07:43 provos Exp $ */
/* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */
/*
@@ -111,7 +111,7 @@ extern int nbpg, pgofset, pgshift;
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#define MSIZE 256 /* size of an mbuf */
#define MCLBYTES 2048 /* enough for whole Ethernet packet */
#define MCLSHIFT 11 /* log2(MCLBYTES) */
#define MCLOFSET (MCLBYTES - 1)
diff --git a/sys/arch/sun3/include/param.h b/sys/arch/sun3/include/param.h
index 5bc41e46573..6e097903976 100644
--- a/sys/arch/sun3/include/param.h
+++ b/sys/arch/sun3/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.26 2001/06/13 07:38:42 miod Exp $ */
+/* $OpenBSD: param.h,v 1.27 2001/07/06 02:07:44 provos Exp $ */
/* $NetBSD: param.h,v 1.34 1996/03/04 05:04:40 cgd Exp $ */
/*
@@ -82,7 +82,7 @@
* clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
* of the hardware page size.
*/
-#define MSIZE 128 /* size of an mbuf */
+#define MSIZE 256 /* size of an mbuf */
#define MCLSHIFT 11
#define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
#define MCLOFSET (MCLBYTES - 1)
diff --git a/sys/arch/vax/include/param.h b/sys/arch/vax/include/param.h
index 950c970d4a8..334a7611dcc 100644
--- a/sys/arch/vax/include/param.h
+++ b/sys/arch/vax/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.19 2001/06/24 17:05:39 miod Exp $ */
+/* $OpenBSD: param.h,v 1.20 2001/07/06 02:07:44 provos Exp $ */
/* $NetBSD: param.h,v 1.39 1999/10/22 21:14:34 ragge Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -106,7 +106,7 @@
*/
#ifndef MSIZE
-#define MSIZE 128 /* size of an mbuf */
+#define MSIZE 256 /* size of an mbuf */
#endif /* MSIZE */
#ifndef MCLSHIFT