Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2018 22:42:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ppc@FreeBSD.org
Subject:   [Bug 233579] FreeBSD 12.0-RC3 r341271 GENERIC will panic on boot with usefdt=1
Message-ID:  <bug-233579-21-0MU0auv91m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233579-21@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233579-21@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233579

--- Comment #6 from Dennis Clarke <dclarke@blastwave.org> ---
If addr2line can be trusted here then :=20

eris# addr2line -e /usr/lib/debug/boot/kernel/kernel.debug 0xa8c918
/usr/src/sys/powerpc/powermac/macgpio.c:356

   347  void
   348  macgpio_write(device_t dev, uint8_t val)
   349  {
   350          struct macgpio_softc *sc;
   351          struct macgpio_devinfo *dinfo;
   352
   353          sc =3D device_get_softc(device_get_parent(dev));
   354          dinfo =3D device_get_ivars(dev);
   355
   356          if (dinfo->gpio_num < 0)
   357                  return;
   358
   359          bus_write_1(sc->sc_gpios,dinfo->gpio_num,val);
   360  }

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233579-21-0MU0auv91m>