SCSI Subsystem Interfaces | ||
---|---|---|
<<< Previous | Next >>> |
pointer to scsi device context (defined in include/scsi/scsi_device.h)
pointer to block device context (defined in fs.h)
device size (in 512 byte sectors)
three element array to place output: params[0] number of heads (max 255) params[1] number of sectors (max 63) params[2] number of cylinders
an arbitrary geometry (based on READ CAPACITY) is used if this function is not provided. The params array is pre-initialized with made up values just in case this function doesn't output anything.
<<< Previous | Home | Next >>> |
scsi_unblock_requests | Up | queuecommand |