From owner-cvs-all@FreeBSD.ORG Tue Oct 12 09:25:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E5116A4CE; Tue, 12 Oct 2004 09:25:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF5543D2F; Tue, 12 Oct 2004 09:25:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9C9Pq8R087602; Tue, 12 Oct 2004 09:25:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9C9PqJV087601; Tue, 12 Oct 2004 09:25:52 GMT (envelope-from rwatson) Message-Id: <200410120925.i9C9PqJV087601@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Oct 2004 09:25:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i4b/driver i4b_ipr.c i4b_isppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 09:25:53 -0000 rwatson 2004-10-12 09:25:52 UTC FreeBSD src repository Modified files: sys/i4b/driver i4b_ipr.c i4b_isppp.c Log: 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. Revision Changes Path 1.30 +2 -0 src/sys/i4b/driver/i4b_ipr.c 1.27 +2 -0 src/sys/i4b/driver/i4b_isppp.c