1. NAME

proc_print_scsidevice - return data about this host

2. SYNOPSIS

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

3. ARGUMENTS

dev
    A scsi device

data
     struct seq_file to output to.

4. DESCRIPTION

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

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT