Date: Fri, 27 Feb 98 18:45:02 +0100 From: David Wetzel <dave@turbocat.de> To: hm@hcs.de Cc: freebsd-isdn@FreeBSD.ORG (ISDN Mailinglist) Subject: Re: i4b-00.42-alpha-270298.tgz available Message-ID: <199802271745.SAA01192@cat.turbocat.de> References: <m0y8PZ0-0000dGC@hcswork.hcs.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802271745.SAA01192>