From owner-freebsd-isdn Fri Feb 27 09:45:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26062 for freebsd-isdn-outgoing; Fri, 27 Feb 1998 09:45:43 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from inn.aball.de (inn.aball.de [194.77.20.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26056 for ; Fri, 27 Feb 1998 09:45:39 -0800 (PST) (envelope-from alice.turbocat.de!dave@harvey.aball.de) Received: from harvey.aball.de (root@harvey.aball.de [194.77.82.26]) by inn.aball.de (8.8.8/971027/wpv/CA-2) with SMTP id SAA02910; Fri, 27 Feb 1998 18:45:33 +0100 (MET) Received: by harvey.aball.de (Smail3.1.28.1 #11) id m0y8Tqj-000IvwC; Fri, 27 Feb 98 18:45 MET Received: from cat.turbocat.de (cat.turbocat.de [194.77.82.49]) by alice.turbocat.de (8.8.8/8.7.3) with ESMTP id SAA00952; Fri, 27 Feb 1998 18:45:02 +0100 (CET) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id SAA01192; Fri, 27 Feb 1998 18:45:03 +0100 (MET) Message-Id: <199802271745.SAA01192@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Fri, 27 Feb 98 18:45:02 +0100 To: hm@hcs.de Subject: Re: i4b-00.42-alpha-270298.tgz available cc: freebsd-isdn@FreeBSD.ORG (ISDN Mailinglist) References: Organisation: Turbocat's Development Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From: hm@hcs.de (Hellmuth Michaelis) > A new alpha of the ISDN4BSD package is available from: > > isdn4bsd@ftp.consol.de/pub And here are the NetBSD patches to compile the beast: dave@alice>diff -c /Net/alice/usr/src/i4b/layer2/i4b_mbuf.c.org /Net/alice/usr/src/i4b/layer2/i4b_mbuf.c *** /Net/alice/usr/src/i4b/layer2/i4b_mbuf.c.org Fri Feb 27 17:44:10 1998 --- /Net/alice/usr/src/i4b/layer2/i4b_mbuf.c Fri Feb 27 17:44:18 1998 *************** *** 71,76 **** --- 71,78 ---- #define MT_DCHAN 42 #define MT_BCHAN 43 + #define MT_I4B_D MT_DCHAN + #define MT_I4B_B MT_BCHAN #else /* NetBSD */ *************** *** 79,86 **** #endif ! #define MT_I4B_D MT_DCHAN ! #define MT_I4B_B MT_BCHAN #else /* ! I4B_MBUF_DEBUG */ --- 81,88 ---- #endif ! //#define MT_I4B_D MT_DCHAN ! //#define MT_I4B_B MT_BCHAN #else /* ! I4B_MBUF_DEBUG */ dave@alice>diff -c /Net/alice/usr/src/i4b/layer1/i4b_drn_ngo.c.org /Net/alice/usr/src/i4b/layer1/i4b_drn_ngo.c *** /Net/alice/usr/src/i4b/layer1/i4b_drn_ngo.c.org Fri Feb 27 17:59:22 1998 --- /Net/alice/usr/src/i4b/layer1/i4b_drn_ngo.c Fri Feb 27 18:14:26 1998 *************** *** 350,356 **** } #else ! #error "NO NetBSD support for Niccy GO@ yet !" #endif #endif /* ISIC > 0 */ --- 350,357 ---- } #else ! //error "NO NetBSD support for Niccy GO@ yet !" ! #endif #endif /* ISIC > 0 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message