Return data about this host
int proc_print_scsidevice(struct device * dev, void * data);
dev
A scsi device
data
struct seq_file to output to.
prints Host, Channel, Id, Lun, Vendor, Model, Rev, Type, and revision.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>