.\" 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_REGISTER_HW_WITH_FIXUP" "9" "09 October 2005" "" ""
.SH NAME
ide_register_hw_with_fixup \- register IDE interface
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ide_register_hw_with_fixup (hw_regs_t * \fIhw\fB, ide_hwif_t ** \fIhwifp\fB, void(*\fIfixup\fB)
ide_hwif_t *hwif);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhw\fB\fR
hardware registers
.TP
\fB\fIhwifp\fB\fR
pointer to returned hwif
.TP
\fB\fIfixup\fB\fR
fixup function
.SH "DESCRIPTION"
.PP
Register an IDE interface, specifying exactly the registers etc.
Set init=1 iff calling before probes have taken place.
.PP
Returns -1 on error.