From owner-cvs-all Sat Nov 4 15:23:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CAC537B4CF; Sat, 4 Nov 2000 15:23:28 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA27384; Sat, 4 Nov 2000 15:23:28 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <200011042323.PAA27384@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 4 Nov 2000 15:23:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/musycc musycc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/11/04 15:23:28 PST Modified files: sys/dev/musycc musycc.c Log: Always emply the NCO to attenuate jitter. The Receive clock recovery circuit generates too much jitter to be used directly as xmit clock. Don't miscount pending bytes in weird error conditions. Drop the rest of a packet if we run out of tx-md's. Trig the xmit-frame signal on rising edge, this fixed the one-bit-too-late position of the HDLC frames in E1 mode. Revision Changes Path 1.8 +13 -14 src/sys/dev/musycc/musycc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message