Initialize the i2o controller and add him to the i2o core
int i2o_iop_add(struct i2o_controller * c);
c
controller
Initialize the I2O controller and if no error occurs add him to the I2O core.
Returns 0 on success or negative error code on failure.