[BACK]Return to param.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/powerpc/include/param.h between version 1.7 and 1.8

version 1.7, 2000/02/11 19:30:29 version 1.8, 2000/06/30 17:55:17
Line 73 
Line 73 
  * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple   * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
  * of the hardware page size.   * 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 MCLSHIFT        11              /* convert bytes to m_buf clusters */
 #define MCLBYTES        (1 << MCLSHIFT) /* size of a m_buf cluster */  #define MCLBYTES        (1 << MCLSHIFT) /* size of a m_buf cluster */
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>