Searched refs:sgcn_attach (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c74 static int sgcn_attach(dev_info_t *, ddi_attach_cmd_t);
170 sgcn_attach, /* attach() */
225 * sgcn_attach is called at startup time.
229 sgcn_attach(dev_info_t *dip, ddi_attach_cmd_t cmd) function
258 cmn_err(CE_PANIC, "sgcn_attach(): Reading from IOSRAM failed");
260 cmn_err(CE_PANIC, "sgcn_attach(): Wrong IOSRAM console buffer");
262 cmn_err(CE_PANIC, "sgcn_attach(): Wrong IOSRAM input buffer");
264 cmn_err(CE_PANIC, "sgcn_attach(): Wrong IOSRAM output buffer");
284 prom_printf("sgcn_attach(): SGCN driver attached\n");

Completed in 164 milliseconds