1. NAME▲
scsi_add_single_device - Respond to user request to probe for/add device
2. SYNOPSIS ▲
int scsi_add_single_device(uint host , uint channel , uint id , uint lun );
3. ARGUMENTS ▲
host
user-supplied decimal integer
channel
user-supplied decimal integer
id
user-supplied decimal integer
lun
user-supplied decimal integer
4. DESCRIPTION ▲
called by writing « scsi add-single-device » to /proc/scsi/scsi.
does scsi_host_lookup and either user_scan if that transport type supports it, or else scsi_scan_host_selected
5. NOTE ▲
this seems to be aimed exclusively at SCSI parallel busses.
6. AUTHORS ▲
James Bottomley <>
Author.
Rob Landley <>
Author.
7. COPYRIGHT ▲