Re: CVS commit: [matt-nb5-mips64] src/sys/kern

2011-02-08 Thread Matt Thomas

On Feb 8, 2011, at 3:33 PM, Adam Hamsik wrote:

> 
> On Feb,Tuesday 8 2011, at 10:56 PM, Cliff Neighbors wrote:
> 
>> Module Name: src
>> Committed By:cliff
>> Date:Tue Feb  8 21:56:02 UTC 2011
>> 
>> Modified Files:
>>  src/sys/kern [matt-nb5-mips64]: subr_autoconf.c
>> 
>> Log Message:
>> use mutex_obj_alloc() to allocate config_queues_lock and dc_funcs_lock
>> instead of declaring them statically.
> 
> Should this be pulled to HEAD, if it fixes your problem.

But that doesn't answer why none of the other MP ports see this.  Maybe
this disguises a problem somewhere else.


Re: CVS commit: [matt-nb5-mips64] src/sys/kern

2011-02-08 Thread Adam Hamsik

On Feb,Tuesday 8 2011, at 10:56 PM, Cliff Neighbors wrote:

> Module Name:  src
> Committed By: cliff
> Date: Tue Feb  8 21:56:02 UTC 2011
> 
> Modified Files:
>   src/sys/kern [matt-nb5-mips64]: subr_autoconf.c
> 
> Log Message:
> use mutex_obj_alloc() to allocate config_queues_lock and dc_funcs_lock
> instead of declaring them statically.

Should this be pulled to HEAD, if it fixes your problem.

Regards

Adam.



CVS commit: [matt-nb5-mips64] src/sys/kern

2010-01-25 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Tue Jan 26 04:51:03 UTC 2010

Modified Files:
src/sys/kern [matt-nb5-mips64]: kern_subr.c

Log Message:
remove debug prints


To generate a diff of this commit:
cvs rdiff -u -r1.192.4.1.4.1 -r1.192.4.1.4.2 src/sys/kern/kern_subr.c

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



CVS commit: [matt-nb5-mips64] src/sys/kern

2010-01-25 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Tue Jan 26 04:41:07 UTC 2010

Modified Files:
src/sys/kern [matt-nb5-mips64]: kern_subr.c

Log Message:
fix bug in setroot() where device_class() would be called
with NULL pointer arg if root is specified in config but
the specified device does not exist in the system.


To generate a diff of this commit:
cvs rdiff -u -r1.192.4.1 -r1.192.4.1.4.1 src/sys/kern/kern_subr.c

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