From owner-cvs-src-old@FreeBSD.ORG Sun Feb 15 23:18:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FB461065751 for ; Sun, 15 Feb 2009 23:18:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B28F88FC15 for ; Sun, 15 Feb 2009 23:18:36 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1FNIaqH066364 for ; Sun, 15 Feb 2009 23:18:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1FNIaGj066363 for cvs-src-old@freebsd.org; Sun, 15 Feb 2009 23:18:36 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200902152318.n1FNIaGj066363@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 15 Feb 2009 23:18:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cp if_cp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2009 23:18:37 -0000 rwatson 2009-02-15 23:18:29 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c Log: SVN rev 188661 on 2009-02-15 23:18:29Z by rwatson Remove debug.cp.mpsafenet: we no longer support running the network stack with conditional Giant acquisition, and IFF_NEEDSGIANT will be removed in the near future. Revision Changes Path 1.37 +7 -30 src/sys/dev/cp/if_cp.c