]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Set up the interrupt earlier in ndis_attach(), because calling the
authorwpaul <wpaul@FreeBSD.org>
Tue, 23 Dec 2003 18:41:34 +0000 (18:41 +0000)
committerwpaul <wpaul@FreeBSD.org>
Tue, 23 Dec 2003 18:41:34 +0000 (18:41 +0000)
commit3e98c4443b33536c19843b4ce002c74bcc87a066
tree0b702cb625cc5398ab0672d9a5b1f95206644e35
parent3e7838be9a3cdcf45990570c54da74b3ef004fc3
Set up the interrupt earlier in ndis_attach(), because calling the
driver's initfunc may cause an interrupt to be generated. This avoids
the occasional 'stray irqXXX' messages on load.
sys/dev/if_ndis/if_ndis.c