.\" 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_STD_DEV_SELECT" "9" "09 October 2005" "" "" .SH NAME ata_std_dev_select \- Select device 0/1 on ATA bus .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ata_std_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 Use the method defined in the ATA specification to make either device 0, or device 1, active on the ATA channel. Works with both PIO and MMIO. .PP May be used as the \fBdev_select\fR entry in ata_port_operations. .SH "LOCKING" .PP caller.