[Bug 233579] FreeBSD 12.0-RC3 r341271 GENERIC will panic on boot with usefdt=1
| Newsgroups | gmane.os.freebsd.devel.ppc |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233579 --- Comment #6 from Dennis Clarke <[email protected]> --- If addr2line can be trusted here then : 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 = device_get_softc(device_get_parent(dev)); 354 dinfo = 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 } -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ppc To unsubscribe, send any mail to "[email protected]"