1. NAME

ata_scsi_user_scan - indication for user-initiated bus scan

2. SYNOPSIS

int ata_scsi_user_scan(struct Scsi_Host *  shost , unsigned int  channel , unsigned int  id , unsigned int  lun );

3. ARGUMENTS

shost
    SCSI host to scan

channel
    Channel to scan

id
    ID to scan

lun
    LUN to scan

4. DESCRIPTION

This function is called when user explicitly requests bus scan. Set probe pending flag and invoke EH.

5. LOCKING

SCSI layer (we donAqt care)

6. RETURNS

Zero.

7. AUTHOR

Jeff Garzik
    Author.

8. COPYRIGHT