From owner-cvs-src@FreeBSD.ORG Mon Feb 7 21:57:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86FED16A4CE; Mon, 7 Feb 2005 21:57:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C89543D39; Mon, 7 Feb 2005 21:57:02 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j17Lv2dS046516; Mon, 7 Feb 2005 21:57:02 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j17Lv2FV046515; Mon, 7 Feb 2005 21:57:02 GMT (envelope-from rik) Message-Id: <200502072157.j17Lv2FV046515@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 7 Feb 2005 21:57:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/cx if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 21:57:02 -0000 rik 2005-02-07 21:57:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/cx if_cx.c Log: MFC: -j 1.31 -j 1.33, -j 1.34 -j 1.35, -j 1.36 -j 1.37 revision 1.37 date: 2004/12/13 22:07:23; author: rik; state: Exp; lines: +296 -66 Make code MPSAFE. You could turn this off by debug.mpsafenet=0 for full network stack or via debug.{cp|cx|ctau}.mpsafenet for cp(4), cx(4) and ctau(4) accordingly. MFC after: 10 days ---------------------------- revision 1.35 date: 2004/12/03 16:57:15; author: rik; state: Exp; lines: +4 -2 Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP mode to privent running of PPP's state machine in non PPP mode. MFC: after 3 days. ---------------------------- revision 1.33 date: 2004/10/13 07:02:56; author: phk; state: Exp; lines: +4 -401 First half of tty code rework: unifdef -D__FreeBSD_Version=600000 The changes in the next commit would make the code totally unreadable if the #ifdef'ing were maintained. It might make a lot of sense to split if_cx.c in a netgraph related and in a tty related file but I will not attempt that without hardware. ---------------------------- revision 1.32 date: 2004/09/23 12:21:11; author: phk; state: Exp; lines: +0 -13 Remove bogus cdevsw frobbing code which tries to prevent double loading of modules. MODULE_VERSION() should be used for this I belive. Revision Changes Path 1.30.2.3 +319 -506 src/sys/dev/cx/if_cx.c