The following reply was made to PR port-hppa/52162; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: nick.hudson%gmx.co.uk@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: port-hppa/52162 (712/60 hangs during sti(4) probe)
Date: Tue, 23 Mar 2021 03:27:42 +0900
> > Can you instrument the rom part
> >
> > https://nxr.netbsd.org/xref/src/sys/arch/hppa/dev/sti_sgc.c#112
>
> DPRINTF said
> > sti_sgc_probe: hpa=f8000000, rom=f8000000
> so sti_sgc_getrom() returned "rom = ca->ca_hpa".
Finally I've found there is a dumb problem, i.e. the rom address
taken from PAGE0->pd_resv2[1] (0xf0080000) just works:
---