.\" 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_NOOP_DEV_SELECT" "9" "09 October 2005" "" ""
.SH NAME
ata_noop_dev_select \- Select device 0/1 on ATA bus
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ata_noop_dev_select (struct ata_port * \fIap\fB, unsigned int \fIdevice\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIap\fB\fR
ATA channel to manipulate
.TP
\fB\fIdevice\fB\fR
ATA device (numbered from zero) to select
.SH "DESCRIPTION"
.PP
This function performs no actual function.
.PP
May be used as the \fBdev_select\fR entry in ata_port_operations.
.SH "LOCKING"
.PP
caller.