Date: Fri, 13 Aug 2004 23:22:53 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c Message-ID: <200408132322.i7DNMrcR009919@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-13 23:22:53 UTC FreeBSD src repository Modified files: sys/dev/nge if_nge.c Log: Since if_nge doesn't contain locking or run with INTR_MPSAFE, mark the interface as IFF_NEEDSGIANT so if_start is run holding Giant. Note: this driver does declare and occasionally reference mutexes, but I believe not nearly enough to provide safety. Revision Changes Path 1.65 +2 -1 src/sys/dev/nge/if_nge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408132322.i7DNMrcR009919>