In gmane.os.openbsd.misc, you wrote:
> 
>  I had same problem with DQ965GF, DSDT was overwritten by msgbuf.
>  As a quick hack I changed msgbuf size and it solved my problem. I
>  haven't had time to debug it further.
> 
>  Index: sys/arch/i386/include/param.h
>  ===================================================================
>  RCS file: /OpenBSD/src/sys/arch/i386/include/param.h,v
>  retrieving revision 1.42
>  diff -u -3 -p -r1.42 param.h
>  --- sys/arch/i386/include/param.h       1 Oct 2007 12:10:55 -0000       1.42
>  +++ sys/arch/i386/include/param.h       10 Jan 2008 19:13:18 -0000
>  @@ -97,7 +97,7 @@
>   #define        USPACE_ALIGN    (0)             /* u-area alignment 0-none */
>   
>   #ifndef MSGBUFSIZE
>  -#define MSGBUFSIZE     4*NBPG          /* default message buffer size */
>  +#define MSGBUFSIZE     2*NBPG          /* default message buffer size */
>   #endif

Please send me the output of 'machine memory' at the boot prompt
for this machine.  I think I know what is causing this...

-Toby.
-- 
 [100~Plax]sb16i0A2172656B63616820636420726568746F6E61207473754A[dZ1!=b]salax

Reply via email to