.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "I2O_DEVICE_PARSE_LCT" "9" "09 October 2005" "" "" .SH NAME i2o_device_parse_lct \- Parse a previously fetched LCT and create devices .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int i2o_device_parse_lct (struct i2o_controller * \fIc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIc\fB\fR I2O controller from which the LCT should be parsed. .SH "DESCRIPTION" .PP The Logical Configuration Table tells us what we can talk to on the board. For every entry we create an I2O device, which is registered in the I2O core. .PP Returns 0 on success or negative error code on failure.