Re: Boot NetBSD9.1 on a SUN Blade 100
Julian Coleman <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <20210617061921.GU4258@hera> |
Hi, When you send break, we get the interrupt, and everything above that is because of that ... > sparc_interrupt(101d8a040, 101d8a040, 1c55, 1cba038, 1cba038, 101d8a040) at > netb > sd:sparc_interrupt+0x294 ... but I wonder why we were in firewire_watchdog() when you sent break: > firewire_watchdog(101d8a040, 101d8a041, 0, 1cba038, 1cba038, 101d8a040) at > netbs > d:firewire_watchdog+0x48 That code is: https://nxr.netbsd.org/xref/src/sys/dev/ieee1394/firewire.c#1323 so are we spinning here for some reason? Regards, Julian