From owner-cvs-all Fri May 25 1:36:52 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 7623A37B423; Fri, 25 May 2001 01:36:46 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4P8akD73371; Fri, 25 May 2001 01:36:46 -0700 (PDT) (envelope-from hm) Message-Id: <200105250836.f4P8akD73371@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 25 May 2001 01:36:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd config.h controller.c isdnd.h isdnd.rc.5 monitor.c rc_config.c rc_parse.y rc_scan.l support.c src/usr.sbin/i4b/isdndebug main.c src/usr.sbin/i4b/man i4bcapi.4 iavc.4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hm 2001/05/25 01:36:46 PDT Modified files: usr.sbin/i4b/isdnd config.h controller.c isdnd.h isdnd.rc.5 monitor.c rc_config.c rc_parse.y rc_scan.l support.c usr.sbin/i4b/isdndebug main.c usr.sbin/i4b/man Makefile Added files: usr.sbin/i4b/man i4bcapi.4 iavc.4 Log: Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi) Add a CAPI (hardware independent) driver i4bcapi(4) and hardware driver iavc (4) to support active CAPI-based BRI and PRI cards (currently AVM B1 and T1 cards) to isdn4bsd. Revision Changes Path 1.8 +4 -6 src/usr.sbin/i4b/isdnd/config.h 1.12 +115 -104 src/usr.sbin/i4b/isdnd/controller.c 1.11 +7 -5 src/usr.sbin/i4b/isdnd/isdnd.h 1.20 +20 -7 src/usr.sbin/i4b/isdnd/isdnd.rc.5 1.11 +6 -9 src/usr.sbin/i4b/isdnd/monitor.c 1.11 +54 -20 src/usr.sbin/i4b/isdnd/rc_config.c 1.8 +14 -6 src/usr.sbin/i4b/isdnd/rc_parse.y 1.9 +5 -5 src/usr.sbin/i4b/isdnd/rc_scan.l 1.12 +29 -43 src/usr.sbin/i4b/isdnd/support.c 1.11 +15 -18 src/usr.sbin/i4b/isdndebug/main.c 1.6 +3 -2 src/usr.sbin/i4b/man/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message