diff options
| author | kellena <none@none> | 2007-04-25 14:13:55 -0700 |
|---|---|---|
| committer | kellena <none@none> | 2007-04-25 14:13:55 -0700 |
| commit | e82e447ac83da0082df4f3e07829e533342ff9ef (patch) | |
| tree | aafd494da87d2d26d170da4451db3766c77d9b41 /usr/src/uts/sun4v/io/ds.c | |
| parent | f05471646f8ccee9dbeb3d68f8bd68b50eec9c9d (diff) | |
| download | illumos-joyent-e82e447ac83da0082df4f3e07829e533342ff9ef.tar.gz | |
6541014 ldmd fails to obtain the PRI via libpri and aborts
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(); |
