From owner-cvs-all Sun Jan 21 14:16:44 2001 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 5F2E837B404; Sun, 21 Jan 2001 14:16:21 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMGL415065; Sun, 21 Jan 2001 14:16:21 -0800 (PST) (envelope-from phk) Message-Id: <200101212216.f0LMGL415065@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 21 Jan 2001 14:16:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/musycc musycc.c src/sys/pci if_mn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/21 14:16:21 PST Modified files: sys/dev/musycc musycc.c sys/pci if_mn.c Log: Update these netgraph drivers in current so that these changes can be MFC'ed i due time. I can't test it under current right now because netgraph seems to do unethical things with mutexes. musycc: Add status per channel. Reduce printf chattyness Keep error counters line if_mn does. Increase descriptor count. if_mn: Support experimental unframed E1 lines. These two drivers should share more code relating to framed channelized TDM media in general (T1/E1/E3/T3, Sonet). Anyone interested email me. Revision Changes Path 1.17 +68 -25 src/sys/dev/musycc/musycc.c 1.31 +128 -39 src/sys/pci/if_mn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message