.\" 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_MATCH_HWIF" "" "06 October 2005" "" "" .SH NAME ide_match_hwif \- match a PCI IDE against an ide_hwif .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp ide_hwif_t * ide_match_hwif (unsigned long \fIio_base\fB, u8 \fIbootable\fB, const char * \fIname\fB); \fR .SH "ARGUMENTS" .TP \fB\fIio_base\fB\fR I/O base of device .TP \fB\fIbootable\fB\fR set if its bootable .TP \fB\fIname\fB\fR name of device .SH "DESCRIPTION" .PP Match a PCI IDE port against an entry in ide_hwifs[], based on io_base port if possible. Return the matching hwif, or a new hwif. If we find an error (clashing, out of devices, etc) return NULL .SH "FIXME" .PP we need to handle mmio matches here too