.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ATA_TF_TO_FIS" "9" "09 October 2005" "" ""
.SH NAME
ata_tf_to_fis \- Convert ATA taskfile to SATA FIS structure
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ata_tf_to_fis (struct ata_taskfile * \fItf\fB, u8 * \fIfis\fB, u8 \fIpmp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItf\fB\fR
Taskfile to convert
.TP
\fB\fIfis\fB\fR
Buffer into which data will output
.TP
\fB\fIpmp\fB\fR
Port multiplier port
.SH "DESCRIPTION"
.PP
Converts a standard ATA taskfile to a Serial ATA
FIS structure (Register - Host to Device).
.SH "LOCKING"
.PP
Inherited from caller.