From owner-freebsd-isdn Sat Apr 25 01:03:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23011 for freebsd-isdn-outgoing; Sat, 25 Apr 1998 01:03:33 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23005 for ; Sat, 25 Apr 1998 01:03:30 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.8.8/8.6.9) with ESMTP id KAA17136 for ; Sat, 25 Apr 1998 10:04:16 +0200 (CEST) Message-Id: <199804250804.KAA17136@peedub.muc.de> X-Mailer: exmh version 2.0.1 12/23/97 To: freebsd-isdn@FreeBSD.ORG Subject: Re: VJ-comp on raw interfaces in I4B? From: Gary Jennejohn Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Apr 1998 10:04:16 +0200 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew forgot a few small things :-) [this for FreeBSD, NetBSD probably similar] /sys/conf/files: --- files.novj Sat Apr 25 09:40:58 1998 +++ files Sat Apr 25 09:41:41 1998 @@ -219,6 +219,7 @@ net/rtsock.c standard net/slcompress.c optional ppp net/slcompress.c optional sl +net/slcompress.c optional i4bipr net/zlib.c optional ppp_deflate netatalk/aarp.c optional netatalk netatalk/at_control.c optional netatalk /sys/i386/conf/options.i386: --- options.i386.novj Sat Apr 25 09:55:35 1998 +++ options.i386 Sat Apr 25 09:26:29 1998 @@ -131,3 +131,6 @@ CRTX_S0_P opt_i4b.h DIEHL opt_i4b.h USR_STI opt_i4b.h +# VJ compression +IPR_VJ i4bipr.h +DEBUG_IPR_VJ i4bipr.h for those running FreeBSD -current: --- i4b_ipr.c.novj Sat Apr 25 09:39:09 1998 +++ i4b_ipr.c Sat Apr 25 09:36:56 1998 @@ -58,6 +58,9 @@ #if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include #include +#ifdef IPR_VJ +#include +#endif #else #include #endif -------- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message