Date: Tue, 23 Dec 2003 10:41:34 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c Message-ID: <200312231841.hBNIfYod073203@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2003/12/23 10:41:34 PST FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: 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. Revision Changes Path 1.9 +13 -4 src/sys/dev/if_ndis/if_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312231841.hBNIfYod073203>