https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196542
--- Comment #11 from John Baldwin <[email protected]> --- I assume you've let it sit for more than 5 seconds? Normally if trying to start an AP times out, it panics after waiting about 5 seconds. I'm puzzled that it is hanging forever without panic'ing. The reason to test with legacy USB disabled is to try to narrow down a possible cause (similar to HTT) btw. If you are up for one more test, can you also instrument the "start_ap" function to verify that it at least gets into the spin loop and is spinning when it dies? (Maybe print out something periodically in the wait loop, could start with once a second, but if that doesn't output you could make it print more often to see if it is looping at all, or if it is hanging in the DELAY() call) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
