NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59176 CVS commit: src/sys/arch/macppc/macppc
The following reply was made to PR port-macppc/59176; it has been noted by GNATS.
From: "Michael Lorenz" <macallan%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59176 CVS commit: src/sys/arch/macppc/macppc
Date: Mon, 17 Mar 2025 08:23:13 +0000
Module Name: src
Committed By: macallan
Date: Mon Mar 17 08:23:13 UTC 2025
Modified Files:
src/sys/arch/macppc/macppc: rbus_machdep.c
Log Message:
when looking for the cardbus bridge's memory range:
- check 'reserved-segment' first, all core99 machines should have it
- if that fails, look at 'assigned-addresses' which has the range on older OF,
notably the 3400c
- if that doesn't return anything useful, fall back to the default
should fix PR59176
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/macppc/macppc/rbus_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index