From owner-cvs-src-old@FreeBSD.ORG Thu Feb 19 00:06:19 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 2BBA21065675 for ; Thu, 19 Feb 2009 00:06:19 +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 F3C0A8FC08 for ; Thu, 19 Feb 2009 00:06:18 +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 n1J06Itk043450 for ; Thu, 19 Feb 2009 00:06:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1J06IeZ043449 for cvs-src-old@freebsd.org; Thu, 19 Feb 2009 00:06:18 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200902190006.n1J06IeZ043449@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Thu, 19 Feb 2009 00:06:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cx if_cx.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: Thu, 19 Feb 2009 00:06:19 -0000 rwatson 2009-02-19 00:06:01 UTC FreeBSD src repository Modified files: sys/dev/cx if_cx.c Log: SVN rev 188768 on 2009-02-19 00:06:01Z by rwatson if_cx is currently disconnected from the build due to a dependence on the old TTY implementation; however, take a cut at stripping its optional Giant-protected code paths enabled using debug.cx.mpsafenet, which will no longer work once IFF_NEEDSGIANT is removed. Revision Changes Path 1.60 +10 -32 src/sys/dev/cx/if_cx.c