1I2O_DEVICE_ADD(9) Message-based devices I2O_DEVICE_ADD(9)
2
3
4
6 i2o_device_add - allocate a new I2O device and add it to the IOP
7
9 int i2o_device_add(struct i2o_controller * c, i2o_lct_entry * entry);
10
12 c
13 I2O controller that the device is on
14
15 entry
16 LCT entry of the I2O device
17
19 Allocate a new I2O device and initialize it with the LCT entry. The
20 device is appended to the device list of the controller.
21
22 Returns zero on success, or a -ve errno.
23
25Kernel Hackers Manual 2.6. November 2011 I2O_DEVICE_ADD(9)