Verify if dev is a i2o block device and install it
int i2o_block_probe(struct device * dev);
dev
device to verify if it is a I2O Block device
We only verify if the user_tid of the device is 0xfff and then install the device. Otherwise it is used by some other device (e. g. RAID).
Returns 0 on success or negative error code on failure.