https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246638
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Conrad Meyer <[email protected]> --- Hm, the panic and panic message are less than ideal. This indicates an allocation targeted to a specific memory domain couldn't find a a big enough span during early boot. Do you have some memory domains that are not populated? In fact, I am sure that is true given you've got a 2P configuration with only 4 DIMMs. So the bug here seems to be that this allocation is attempted / panics when it is possible for a memory domain to be not populated (such as on 2990WX). We used to boot fine on 2990WX, so perhaps this is a regression. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
