.\" 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 "IDE_HWIF_CONFIGURE" "" "06 October 2005" "" ""
.SH NAME
ide_hwif_configure \- configure an IDE interface
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ide_hwif_t * ide_hwif_configure (struct pci_dev * \fIdev\fB, ide_pci_device_t * \fId\fB, ide_hwif_t * \fImate\fB, int \fIport\fB, int \fIirq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
PCI device holding interface
.TP
\fB\fId\fB\fR
IDE pci data
.TP
\fB\fImate\fB\fR
Paired interface if any
.TP
\fB\fIport\fB\fR
-- undescribed --
.TP
\fB\fIirq\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
Perform the initial set up for the hardware interface structure. This
is done per interface port rather than per PCI device. There may be
more than one port per device.
.PP
Returns the new hardware interface structure, or NULL on a failure