From d39a762fb7f3b6ea3df528e0ffc3259123d225cc Mon Sep 17 00:00:00 2001 From: scottl Date: Mon, 3 Oct 2005 07:05:34 +0000 Subject: 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 --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/files') diff --git a/sys/conf/files b/sys/conf/files index 1af4da6..1c70b98 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -689,6 +689,7 @@ dev/joy/joy_pccard.c optional joy pccard dev/kbdmux/kbdmux.c optional kbdmux dev/led/led.c standard dev/lge/if_lge.c optional lge +dev/lmc/if_lmc.c optional lmc dev/lnc/if_lnc.c optional lnc dev/lnc/if_lnc_pci.c optional lnc pci dev/mc146818/mc146818.c optional mc146818 -- cgit v1.1