diff options
author | dfr <dfr@FreeBSD.org> | 2000-02-29 08:48:10 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2000-02-29 08:48:10 +0000 |
commit | ef6ca25ea6a7aaed8362cb0653f17658e18be6e7 (patch) | |
tree | 206652310ee7b863caf31667cd821c95b6b01d62 /sys/alpha/include/param.h | |
parent | bda30be6f94ffc0393b3700b1cc00bf383416aba (diff) | |
download | FreeBSD-src-ef6ca25ea6a7aaed8362cb0653f17658e18be6e7.zip FreeBSD-src-ef6ca25ea6a7aaed8362cb0653f17658e18be6e7.tar.gz |
* Fix the memory probing code so that it sees all memory clusters, not
just the first one.
* Don't reserve extra memory for the prom console unless the platform
actually uses it.
* Fix some historical confusion and a minor bug in the message buffer
initialisation.
Submitted by: gallatin for the prom console part
Approved by: jkh
Diffstat (limited to 'sys/alpha/include/param.h')
-rw-r--r-- | sys/alpha/include/param.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 53a610a..80dce22 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -114,10 +114,6 @@ #define UPAGES 2 /* pages of u-area */ #define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */ -#ifndef MSGBUFSIZE -#define MSGBUFSIZE PAGE_SIZE /* default message buffer size */ -#endif - /* * Constants related to network buffer management. * MCLBYTES must be no larger than CLBYTES (the software page size), and, |