diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-19 22:55:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-19 22:55:52 +0000 |
commit | 1b92e192ad074a1976f53f1730e28441f266910a (patch) | |
tree | 94e0d1de3300d87254701ff80a07e2d3fa733d5e /sys/arch/sparc64 | |
parent | c452a416a25e1f9cc29952c21eabf4bf82a45e64 (diff) |
remove the GATEWAY junk thingy; at the same time, select a new fat
cluster value that noone will really need to crank.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/include/param.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h index e6f6e1a7eca..3de7a4c6d42 100644 --- a/sys/arch/sparc64/include/param.h +++ b/sys/arch/sparc64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.12 2003/06/02 23:27:56 millert Exp $ */ +/* $OpenBSD: param.h,v 1.13 2004/04/19 22:55:50 deraadt Exp $ */ /* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */ /* @@ -182,14 +182,7 @@ extern int nbpg, pgofset, pgshift; #define MCLSHIFT 11 /* log2(MCLBYTES) */ #define MCLBYTES (1 << MCLSHIFT) /* enough for whole Ethernet packet */ #define MCLOFSET (MCLBYTES - 1) - -#ifndef NMBCLUSTERS -#ifdef GATEWAY -#define NMBCLUSTERS 2048 /* map size, max cluster allocation */ -#else -#define NMBCLUSTERS 1024 /* map size, max cluster allocation */ -#endif -#endif +#define NMBCLUSTERS 4096 /* map size, max cluster allocation */ #define MSGBUFSIZE NBPG |