RE: [PATCH] scsi_mid_low_api doesn't mention scsi_scan_host

2005-03-21 Thread James . Smart
A nit on the use of must In the following: /** - * scsi_add_host - perform sysfs registration and SCSI bus scan. + * scsi_add_host - perform sysfs registration and set up transport class * @shost: pointer to scsi host instance * @dev: pointer to struct device of type scsi

Re: [PATCH] scsi_mid_low_api doesn't mention scsi_scan_host

2005-03-21 Thread Matthew Wilcox
On Mon, Mar 21, 2005 at 09:50:07AM -0500, [EMAIL PROTECTED] wrote: + * successful call to scsi_host_alloc(). The LLD must call + * scsi_scan_host() in order to scan the bus. The LLD must set up + * the transport template before calling this function and may only + * access the

RE: [PATCH] scsi_mid_low_api doesn't mention scsi_scan_host

2005-03-21 Thread James . Smart
Thanks for the correction. How does this look? * Notes: Only required in hotplug initialization model after a * successful call to scsi_host_alloc(). This function does not * scan the bus; this can be done by calling scsi_scan_host() or * in some other