From owner-cvs-all Wed Sep 11 5:45: 7 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 8C78437B400; Wed, 11 Sep 2002 05:45:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F2543E42; Wed, 11 Sep 2002 05:45:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8BCixJU039804; Wed, 11 Sep 2002 05:45:00 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8BCixIP039803; Wed, 11 Sep 2002 05:44:59 -0700 (PDT) Message-Id: <200209111244.g8BCixIP039803@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 11 Sep 2002 05:44:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/i4b/layer1 i4b_hdlc.c i4b_hdlc.h src/sys/i4b/layer1/itjc i4b_hdlc.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 phk 2002/09/11 05:44:58 PDT Modified files: sys/conf files.i386 sys/i4b/layer1 i4b_hdlc.h sys/i4b/layer1/itjc i4b_hdlc.h Added files: sys/i4b/layer1 i4b_hdlc.c Log: It's bad enough people can't figure out to use the same code, or in this case, ugly macros, but the data tables can be reused: Put one copy of the software HDLC tables in its own file. Revision Changes Path 1.418 +2 -0 src/sys/conf/files.i386 1.1 +135 -0 src/sys/i4b/layer1/i4b_hdlc.c (new) 1.5 +2 -96 src/sys/i4b/layer1/i4b_hdlc.h 1.2 +2 -96 src/sys/i4b/layer1/itjc/i4b_hdlc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message