Hi,

Using drive 0, partition 3.
Loading...
probing: pc0 apm mem[635K 3573M 16K a20=on]
disk: hd0+
 >> OpenBSD/i386 BOOT 3.01
boot> machine memory
Region 0: type 1 at 0x1000 for 635KB
Region 1: type 2 at 0x9fc00 for 1KB
Region 2: type 2 at 0xe0000 for 128KB
Region 3: type 1 at 0x100000 for 3659244KB
Region 4: type 4 at 0xdf67b000 for 440KB
Region 5: type 1 at 0xdf6e9000 for 16KB
Region 6: type 3 at 0xdf6ed000 for 72KB
Region 7: type 1 at 0xdf6ff000 for 4KB
Low ram: 639KB  Hight ram: 3659260KB
Total free memory: 3659899KB
boot>

this comes from Intel D945GTP which also shows this problem.

regards
M.K.

[EMAIL PROTECTED] pisze:
> 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.

Reply via email to