.\" 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_PORT_DISABLE" "9" "09 October 2005" "" ""
.SH NAME
ata_port_disable \- Disable port.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ata_port_disable (struct ata_port * \fIap\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIap\fB\fR
Port to be disabled.
.SH "DESCRIPTION"
.PP
Modify \fIap\fR data structure such that the system
thinks that the entire port is disabled, and should
never attempt to probe or communicate with devices
on this port.
.SH "LOCKING"
.PP
host_set lock, or some other form of
serialization.