Date: Thu, 14 Oct 2004 11:48:05 +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/i4b/driver i4b_ipr.c i4b_isppp.c Message-ID: <200410141148.i9EBm5q8095660@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-10-14 11:48:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i4b/driver i4b_ipr.c i4b_isppp.c Log: Merge i4b_ipr.c:1.30 and i4b_isppp.c:1.27 from HEAD to RELENG_5: date: 2004/10/12 09:25:52; author: rwatson; state: Exp; lines: +2 -0 date: 2004/10/12 09:25:52; author: rwatson; state: Exp; lines: +2 -0 Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they both interface with the network stack but are not yet sufficiently synchronized to run without the Giant lock. It migh be possible to mark the interfaces as IFF_NEEDSGIANT, but I'm unable to test that configuration and am unfamiliar with the architecture of i4b. Approved by: re (scottl) Revision Changes Path 1.27.2.2 +2 -0 src/sys/i4b/driver/i4b_ipr.c 1.25.4.1 +2 -0 src/sys/i4b/driver/i4b_isppp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410141148.i9EBm5q8095660>