Query: transport_configure_device
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRANSPORT_CONFIGURE_(9) Device drivers infrastructure TRANSPORT_CONFIGURE_(9)NAMEtransport_configure_device - configure an already set up deviceSYNOPSISvoid transport_configure_device(struct device * dev);ARGUMENTSdev generic device representing device to be configuredDESCRIPTIONThe idea of configure is simply to provide a point within the setup process to allow the transport class to extract information from a device after it has been setup. This is used in SCSI because we have to have a setup device to begin using the HBA, but after we send the initial inquiry, we use configure to extract the device parameters. The device need not have been added to be configured.COPYRIGHTKernel Hackers Manual 2.6. July 2010 TRANSPORT_CONFIGURE_(9)