From owner-cvs-all@FreeBSD.ORG Mon Oct 3 07:05:34 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 BC5C716A41F; Mon, 3 Oct 2005 07:05:34 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D43F43D48; Mon, 3 Oct 2005 07:05:34 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9375Yon044781; Mon, 3 Oct 2005 07:05:34 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9375YkW044780; Mon, 3 Oct 2005 07:05:34 GMT (envelope-from scottl) Message-Id: <200510030705.j9375YkW044780@repoman.freebsd.org> From: Scott Long Date: Mon, 3 Oct 2005 07:05:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/lmc Makefile src/sys/conf NOTES files src/sys/dev/lmc if_lmc.c if_lmc.h src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 07:05:34 -0000 scottl 2005-10-03 07:05:34 UTC FreeBSD src repository Modified files: sys/conf files NOTES sys/modules Makefile Added files: sys/modules/lmc Makefile sys/dev/lmc if_lmc.c if_lmc.h Log: Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supports interface polling, compiles on 64-bit platforms, and compiles on NetBSD, OpenBSD, BSD/OS, and Linux. Woo! Thanks to David Boggs for providing this driver. Altq, sppp, netgraph, and bpf are required for this driver to operate. Userland tools and man pages will be committed next. Submitted by: David Boggs Revision Changes Path 1.1333 +4 -0 src/sys/conf/NOTES 1.1053 +1 -0 src/sys/conf/files 1.23 +7026 -0 src/sys/dev/lmc/if_lmc.c (new) 1.1 +1687 -0 src/sys/dev/lmc/if_lmc.h (new) 1.458 +1 -0 src/sys/modules/Makefile 1.1 +25 -0 src/sys/modules/lmc/Makefile (new)