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
_______________________________________________
OmniOS-discuss mailing list
[email protected]
http://lists.omniti.com/mailman/listinfo/omnios-discuss