1. NAME

i2o_scsi_probe - verify if dev is a I2O SCSI device and install it

2. SYNOPSIS

int i2o_scsi_probe(struct device *  dev );

3. ARGUMENTS

dev
    device to verify if it is a I2O SCSI device

4. DESCRIPTION

Retrieve channel, id and lun for I2O device. If everything goes well register the I2O device as SCSI device on the I2O SCSI controller.

Returns 0 on success or negative error code on failure.

5. COPYRIGHT