Searched defs:ecpp_attach (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c81 * Struct ecpp_hw describes each SuperIO and is determined in ecpp_attach().
187 static int ecpp_attach(dev_info_t *, ddi_attach_cmd_t);
525 ecpp_attach, /* devo_attach */
588 ecpp_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) function
663 ecpp_error(dip, "ecpp_attach: failed ddi_dma_alloc_handle\n");
669 ecpp_error(dip, "ecpp_attach: failed ddi_get_iblock_cookie\n");
680 ecpp_error(dip, "ecpp_attach: failed to add hard intr\n");
687 ecpp_error(dip, "ecpp_attach: failed to add soft intr\n");
695 ecpp_error(dip, "ecpp_attach: create_minor_node failed\n");
701 ecpp_error(dip, "ecpp_attach
[all...]

Completed in 93 milliseconds