cvs commit: src/sys/dev/mxge if_mxge.c if_mxge_var.h
Andrew Gallatin
gallatin at FreeBSD.org
Thu Feb 14 08:24:15 PST 2008
gallatin 2008-02-14 16:24:14 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge if_mxge.c if_mxge_var.h
Log:
Now that mxge supports MSI-X interrupts, reverse the logic and flag
legacy interrupts rather than MSI as a special case. Prior to this
commit, the interrupt handler was doing the slow handshaking with
the device to ensure the legacy interrupt was lowered in both
the legacy and MSI-X case. This handshaking was not
required for MSI-X.
Revision Changes Path
1.47 +9 -7 src/sys/dev/mxge/if_mxge.c
1.20 +1 -1 src/sys/dev/mxge/if_mxge_var.h
More information about the cvs-src
mailing list