.\" 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_HOST_ADD" "9" "09 October 2005" "" ""
.SH NAME
ata_host_add \- Attach low-level ATA driver to system
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct ata_port * ata_host_add (struct ata_probe_ent * \fIent\fB, struct ata_host_set * \fIhost_set\fB, unsigned int \fIport_no\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIent\fB\fR
Information provided by low-level driver
.TP
\fB\fIhost_set\fB\fR
Collections of ports to which we add
.TP
\fB\fIport_no\fB\fR
Port number associated with this host
.SH "DESCRIPTION"
.PP
Attach low-level ATA driver to system.
.SH "LOCKING"
.PP
PCI/etc. bus probe sem.
.SH "RETURNS"
.PP
New ata_port on success, for NULL on error.