diff options
Diffstat (limited to 'usr/src/uts/sun4v/io/ds.c')
| -rw-r--r-- | usr/src/uts/sun4v/io/ds.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/sun4v/io/ds.c b/usr/src/uts/sun4v/io/ds.c index 2a8aea01dc..d014d7f6fb 100644 --- a/usr/src/uts/sun4v/io/ds.c +++ b/usr/src/uts/sun4v/io/ds.c @@ -290,7 +290,7 @@ static void ds_log_purge(void *arg); static struct modlmisc modlmisc = { &mod_miscops, - "Domain Services %I%" + "Domain Services 1.8" }; static struct modlinkage modlinkage = { @@ -311,6 +311,9 @@ _init(void) */ ds_init(); + /* force attach channel nexus */ + (void) i_ddi_attach_hw_nodes("cnex"); + if ((rv = ds_ports_init()) != 0) { cmn_err(CE_WARN, "Domain Services initialization failed"); ds_fini(); |
