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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c136 static int ds1287_attach(dev_info_t *, ddi_attach_cmd_t);
145 ds1287_attach, /* attach */
283 ds1287_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) function
287 DPRINTF("ds1287_attach\n");
298 cmn_err(CE_WARN, "ds1287_attach: Another instance is already "
306 cmn_err(CE_WARN, "ds1287_attach: v_rtc_addr_reg is NULL");
314 cmn_err(CE_WARN, "ds1287_attach: Failed to allocate "
320 DPRINTF("ds1287_attach: instance=%d softsp=0x%p\n", instance,
328 cmn_err(CE_WARN, "ds1287_attach: Failed to create \""
340 cmn_err(CE_WARN, "ds1287_attach
[all...]

Completed in 58 milliseconds