[OmniOS-discuss] Intel X540-AT2 WARNING: ixgbe0&1 : Failed to initialize adapter
Dan McDonald
danmcd at omniti.com
Thu May 29 00:47:22 UTC 2014
AAAAH. My fault. Wrong code.
> Failed to initialize adapter
That's what you said.
THIS code:
/*
* Initialize chipset hardware
*/
if (ixgbe_init(ixgbe) != IXGBE_SUCCESS) {
ixgbe_error(ixgbe, "Failed to initialize adapter");
goto attach_fail;
}
And do use the DTrace script I sent, but use "ixgbe_init" instead of "ixgbe_init_driver_settings" as the argument.
Sorry about that,
Dan
More information about the OmniOS-discuss
mailing list