From owner-cvs-src@FreeBSD.ORG Wed Oct 13 07:02:56 2004 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 B9FEB16A4CF; Wed, 13 Oct 2004 07:02:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A2643D5C; Wed, 13 Oct 2004 07:02:56 +0000 (GMT) (envelope-from phk@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 i9D72uEv078043; Wed, 13 Oct 2004 07:02:56 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D72uha078042; Wed, 13 Oct 2004 07:02:56 GMT (envelope-from phk) Message-Id: <200410130702.i9D72uha078042@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 13 Oct 2004 07:02:56 +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/dev/cx if_cx.c machdep.h 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: Wed, 13 Oct 2004 07:02:57 -0000 phk 2004-10-13 07:02:56 UTC FreeBSD src repository Modified files: sys/dev/cx if_cx.c machdep.h Log: 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 Changes Path 1.33 +4 -401 src/sys/dev/cx/if_cx.c 1.3 +1 -3 src/sys/dev/cx/machdep.h