.\" 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 "VELOCITY_INTR" "9" "09 October 2005" "" ""
.SH NAME
velocity_intr \- interrupt callback
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int velocity_intr (int \fIirq\fB, void * \fIdev_instance\fB, struct pt_regs * \fIregs\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIirq\fB\fR
interrupt number
.TP
\fB\fIdev_instance\fB\fR
interrupting device
.TP
\fB\fIregs\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
Called whenever an interrupt is generated by the velocity
adapter IRQ line. We may not be the source of the interrupt
and need to identify initially if we are, and if not exit as
efficiently as possible.