1. NAME▲
ata_get_identity - Handler for HDIO_GET_IDENTITY ioctl
2. SYNOPSIS ▲
int ata_get_identity(struct ata_port * ap , struct scsi_device * sdev , void __user * arg );
3. ARGUMENTS ▲
ap
target port
sdev
SCSI device to get identify data for
arg
User buffer area for identify data
4. LOCKING ▲
Defined by the SCSI layer. We donAqt really care.
5. RETURNS ▲
Zero on success, negative errno on error.
6. AUTHOR ▲
Jeff Garzik
Author.
7. COPYRIGHT ▲