Module Name:src
Committed By: macallan
Date: Thu Oct 24 23:06:25 UTC 2019
Modified Files:
src/sys/arch/macppc/macppc: mainbus.c
Log Message:
if we have a /cpus node, use it to find and attach all CPUs.
Now we find all CPUs on a 4x G5.
To generate a diff of this commit:
Module Name:src
Committed By: macallan
Date: Thu Oct 24 23:06:25 UTC 2019
Modified Files:
src/sys/arch/macppc/macppc: mainbus.c
Log Message:
if we have a /cpus node, use it to find and attach all CPUs.
Now we find all CPUs on a 4x G5.
To generate a diff of this commit:
On 11/10/2019 22:56, Michael Lorenz wrote:
> first step to address PR2231
PR22316
http://gnats.netbsd.org/22316
Sevan
Module Name:src
Committed By: macallan
Date: Fri Oct 11 21:56:55 UTC 2019
Modified Files:
src/sys/arch/macppc/macppc: locore.S
Log Message:
don't zero the MSR when building with options FIRMWORKSBUGS
with this a FIRMWORKSBUGS kernel boots on my TiBook
first step to
Module Name:src
Committed By: macallan
Date: Fri Oct 11 21:56:55 UTC 2019
Modified Files:
src/sys/arch/macppc/macppc: locore.S
Log Message:
don't zero the MSR when building with options FIRMWORKSBUGS
with this a FIRMWORKSBUGS kernel boots on my TiBook
first step to