From owner-cvs-all Mon Oct 21 17:58:23 2002 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 E210D37B401; Mon, 21 Oct 2002 17:58:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939E843E65; Mon, 21 Oct 2002 17:58:22 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9M0vpmV048909; Mon, 21 Oct 2002 17:57:51 -0700 (PDT) (envelope-from semenu@repoman.freebsd.org) Received: (from semenu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9M0vp4E048908; Mon, 21 Oct 2002 17:57:51 -0700 (PDT) Message-Id: <200210220057.g9M0vp4E048908@repoman.freebsd.org> From: Semen Ustimenko Date: Mon, 21 Oct 2002 17:57:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tx if_tx.c if_txreg.h if_txvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2002/10/21 17:57:51 PDT Modified files: sys/dev/tx if_tx.c if_txreg.h if_txvar.h Log: Remove the OpenBSD comatibility stuff. Many changes to be more style(9) compilant. Split two pieces if code into separate functions to do not exceed line length due to indentation. Revision Changes Path 1.60 +330 -570 src/sys/dev/tx/if_tx.c 1.12 +3 -8 src/sys/dev/tx/if_txreg.h 1.13 +22 -43 src/sys/dev/tx/if_txvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message