PROC_PRINT_SCSIDEVIC

Section: SCSI mid layer (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

proc_print_scsidevice - return data about this host  

SYNOPSIS

int proc_print_scsidevice(struct device * dev, void * data);
 

ARGUMENTS

dev

A scsi device

data

struct seq_file to output to.

 

DESCRIPTION

prints Host, Channel, Id, Lun, Vendor, Model, Rev, Type, and revision.  

AUTHORS

James Bottomley <James.Bottomley@hansenpartnership.com>

Author.

Rob Landley <rob@landley.net>

Author.
 

COPYRIGHT