Re: Follow up: 40p boot failure with QEMU
Martin Husemann <[email protected]> Mon, 27 Aug 2018 17:33:48 +0200
| Newsgroups | gmane.os.netbsd.ports.prep |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 27, 2018 at 04:13:03PM +0100, Mark Cave-Ayland wrote: > NetBSD 8.0 (INSTALL) #0: Tue Jul 17 14:59:51 UTC 2018 > [email protected]:/usr/src/sys/arch/prep/compile/INSTALL > Model: IBM PPS Model 6015 > total memory = 128 MB > avail memory = 119 MB > trap: kernel read DSI trap @ 0x481106d2 by 0x2bb6e8 (DSISR 0x40000000, > err=14), lr 0x101e94 > panic: trap Hi Mark! That should be: 00101e50 pci_intr_fixup_ibm_6015 -> 002bb6cc T prop_dictionary_set see: https://nxr.netbsd.org/xref/src/sys/arch/prep/prep/ibm_machdep.c#43 Not sure which of the two prop_dictionary_set it is (nor why it is dying). Martin