Re: powerpc64/pmap.c trouble report

2024-06-05 Thread Miod Vallat
> There's a corruption... > > > ddb{7}> show panic > > cpu6: kernel diagnostic assertion "((flags & PGO_LOCKED) != 0 && > > rw_lock_held( > > uobj->vmobjlock)) || (flags & PGO_LOCKED) == 0" failed: file > > "/sys/uvm/uvm_vnod > > e.c", line 953 > > > > *cpu7: assertwaitok: non-zero mutex count

Re: Screen blanking doing the opposite.

2010-06-07 Thread Miod Vallat
> Hello, all. I have 4.7 installed on a TiBook 800 (PowerBook3,4 (DVI)). > Enabled the screen blanking feature with: > > sudo wsconsctl display.kbdact=on display.screen_off=6 > > After a minute of inactivity, the screen did not blank. Indeed, it went to > full brightness. Pressing a key bring

Re: 80x50 console yet?

2013-08-23 Thread Miod Vallat
> Great to see macppc updated! Is 80x50 console possible with recent changes? macppc systems use a frame buffer console. 80x50 VGA text mode with a 8x8 font doesn't make any sense on this platform. The default settings in OpenBSD, for frame buffer console, favour larger font sizes with a textpor

Re: PPC mailing-list

2014-06-13 Thread Miod Vallat
> Hi, is this the right place to send info on PPC or can I use misc? It is the right place. Miod

Re: can't boot into installed system

2015-01-04 Thread Miod Vallat
How large is your disk, and what area does wd0a span (i.e. is it near the beginning of the disk or towards the end)? You might be hitting a disk offset limit in open firmware, which would explain why ofwboot fails to read proper data.

Re: libjpeg causes crash

2017-03-07 Thread Miod Vallat
> I'm upgrading to -current right now. As soon as I've done this, I will let > you know (it could be hours). Could you also post a dmesg and the output of `sysctl machdep'? If your processor is detected as a 750FX, altivec support should not be advertized, and libjpeg ought to run flawlessly.