Re: [zones-discuss] zcons module failing modunload ?

2010-01-22 Thread Frank Batschulat (Home)
On Thu, 21 Jan 2010 20:25:25 +0100, Edward Pilatowicz wrote: > well, the module is indeed unloadable: > ---8<--- > edp{ro...@mcescher$ modinfo | grep zcons > edp{ro...@mcescher$ modload -p drv/zcons > edp{ro...@mcescher$ modinfo | grep zcons > 301 f880a5b0 1ad0 164 1 zcons (Zone con

Re: [zones-discuss] zcons module failing modunload ?

2010-01-21 Thread Edward Pilatowicz
On Thu, Jan 21, 2010 at 07:00:11PM +0100, Frank Batschulat (Home) wrote: > Hiya, > > from the code the zcons module is supposed to be unloadable. > > 314 _fini(void) > 315 { > 316 int err; > 317 > 318 if ((err = mod_remove(&modlinkage)) != 0) { > 319

[zones-discuss] zcons module failing modunload ?

2010-01-21 Thread Frank Batschulat (Home)
Hiya, from the code the zcons module is supposed to be unloadable. 314 _fini(void) 315 { 316 int err; 317 318 if ((err = mod_remove(&modlinkage)) != 0) { 319 return (err); 320 } 321 322 ddi_soft_state_fini(&zc_s