On Mon, 22 Sep 2008 12:46:07 -0500 joshua stein <[EMAIL PROTECTED]> wrote:
> > WARNING: 16384 bytes not available for msgbuf in last cluster (4096 > > used) > > [ using 682848 bytes of bsd ELF symbol table ] > > for now you can put 'option MSGBUFSIZE=4096' in your kernel config > just to stop it from misbehaving. Hello Joshua, this gets rid of the warning and the garbage in /var/run/dmesg.boot. As expected the output in dmesg boot is truncated. Much better than before. > try this, it works on my x200 and gives me 2400, 2133, 1867, and > 1600 mhz. > > > Index: est.c > =================================================================== > RCS file: /cvs/src/sys/arch/amd64/amd64/est.c,v > retrieving revision 1.7 > diff -u -r1.7 est.c > --- est.c 6 Aug 2008 05:24:44 -0000 1.7 > +++ est.c 22 Sep 2008 17:42:33 -0000 Very nice! This works fine for me too. Thank you very much! - Robert