Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 1998 10:04:16 +0200
From:      Gary Jennejohn <garyj@muc.de>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   Re: VJ-comp on raw interfaces in I4B?
Message-ID:  <199804250804.KAA17136@peedub.muc.de>

next in thread | raw e-mail | index | archive | help
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 <sys/ioccom.h>
 #include <sys/sockio.h>
+#ifdef IPR_VJ
+#include <sys/malloc.h>
+#endif
 #else
 #include <sys/ioctl.h>
 #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804250804.KAA17136>