proc_print_scsidevic(9)
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.