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
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss

Reply via email to