Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/30/2000 09:23:09
Module Name: syssrc
Committed By: itojun
Date: Wed Aug 30 06:23:09 UTC 2000
Modified Files:
syssrc/sys/sys [netbsd-1-5]: mbuf.h
Log Message:
pullup 1.49 -> 1.50 (approved by releng-1-5)
this reverts change made in 1.44 -> 1.45.
>revision 1.50
>date: 2000/07/27 17:18:19; author: itojun; state: Exp; lines: +2 -2
>recover traditional MINCLSIZE (= MHLEN + MLEN + 1). it will make
>drivers less aggressive about use of cluster mbufs.
>
>this chnage affects drivers with m_devget()-emulation. many of
>recent drivers do not look at MINCLSIZE any more, not sure why.
To generate a diff of this commit:
cvs rdiff -r1.49.4.1 -r1.49.4.2 syssrc/sys/sys/mbuf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.