Date: Mon, 3 Oct 2005 07:05:34 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200510030705.j9375YkW044780@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510030705.j9375YkW044780>