From owner-freebsd-isdn Sun May 3 05:24:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25469 for freebsd-isdn-outgoing; Sun, 3 May 1998 05:24:49 -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 FAA25464 for ; Sun, 3 May 1998 05:24:42 -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 OAA09956; Sun, 3 May 1998 14:24:29 +0200 (CEST) Message-Id: <199805031224.OAA09956@peedub.muc.de> X-Mailer: exmh version 2.0.1 12/23/97 To: Andreas Klemm cc: freebsd-isdn@FreeBSD.ORG Subject: Re: ../../i386/isa/teles.c:1826: `asm' undeclared Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 03 May 1998 02:05:47 +0200." <19980503020547.A19374@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 03 May 1998 14:24:29 +0200 From: Gary Jennejohn Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Klemm writes: >Any idea ? > >../../i386/isa/teles.c: 1886 Zeilen, 43402 Zeichen >root{178} /bisdn/compile/BISDNSMP make >cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit >-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >-Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I/usr/include >-DTELES_HAS_MEMCPYB -DPSM_ACCEL=1 -DKERNEL -include opt_global.h >../../i386/isa/teles.c >In file included from ../../i386/isa/teles.c:75: >../../sys/ioctl.h:46: warning: #warning "Don't #include ioctl.h in the kernel. >Include xxxio.h instead." >../../i386/isa/teles.c: In function `memcpyb': >../../i386/isa/teles.c:1826: `asm' undeclared (first use this function) >../../i386/isa/teles.c:1826: (Each undeclared identifier is reported only once >../../i386/isa/teles.c:1826: for each function it appears in.) >../../i386/isa/teles.c:1826: parse error before `volatile' >*** Error code 1 > you are obviously using an old version of teles.c since the new version has fixes to prevent the "Don't #include..." messages. And it also compiles just fine under -current on my box. Luckily I still have the old sources around although I long ago switched to i4b :) I know I sent the latest version to the now-defunct isdn mailing list at Ditec. I can send you a copy of my teles.c in private mail, if you want. Could it be a problem with SMP ? You'll have to try it out and see. Why haven't you switched to i4b yet ? :) --- 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 From owner-freebsd-isdn Mon May 4 00:35:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08776 for freebsd-isdn-outgoing; Mon, 4 May 1998 00:35:35 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA08769 for ; Mon, 4 May 1998 00:35:33 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1566 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 4 May 1998 09:35:20 +0200 (METDST) (Smail-3.2.0.97 1997-Aug-19 #16 built 1997-Oct-22) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m0yWFo9-0000e4C; Mon, 4 May 98 09:37 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: Re: isdn4bsd and telephony/answer-machine In-Reply-To: from Malte Lance at "Apr 30, 98 02:51:39 pm" To: malte@webmore.com Date: Mon, 4 May 1998 09:37:04 +0200 (METDST) Cc: freebsd-isdn@FreeBSD.ORG Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From the keyboard of Malte Lance: > Incoming calls, no matter if the to-watch-number or any other > is called, don't get answered by the answering-machine. The > "answer"-script is not started and console shows following > log-messages: Hmm - the answering machine is usually the easiest to install and run, i have no idea why your installation failed. I'll need a trace output for such a failing telephony dial in. hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm@hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Mon May 4 17:21:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07250 for freebsd-isdn-outgoing; Mon, 4 May 1998 17:21:26 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from os.inf.tu-dresden.de (os.inf.tu-dresden.de [141.76.48.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07233 for ; Mon, 4 May 1998 17:21:14 -0700 (PDT) (envelope-from hohmuth@os.inf.tu-dresden.de) Received: (from hohmuth@localhost) by os.inf.tu-dresden.de (8.8.8/8.8.8/Debian/GNU) id CAA24629; Tue, 5 May 1998 02:21:08 +0200 From: Michael Hohmuth To: FreeBSD-ISDN@FreeBSD.ORG Subject: Re: bisdn patches for -current via new mkbisdnktree script References: <19980412130659.38280@klemm.gtn.com> <19980414170542.30422@hightek.com> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: 05 May 1998 02:21:06 +0200 In-Reply-To: Andreas Klemm's message of Tue, 14 Apr 1998 17:05:42 +0200 Message-ID: <7s3eepd0ul.fsf@os.inf.tu-dresden.de> Lines: 26 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Klemm writes: > On Tue, Apr 14, 1998 at 04:45:46PM +0200, Hellmuth Michaelis wrote: > > >From the keyboard of Andreas Klemm: > > > > > Just for the case, that there is still demand to run bisdn > > > > Ahhhh - now i know why there is no feedback for the multi-number features > > in i4b that where especially written in looong nights for someone mentioning > > this lack of features in bisdn all the time .... ;-) > > Umpf. Now you got me ;-) > > New job, less time for testing, sorry. > 1 time I tried, but was completely unsuccessfull and had no > time for this afterwards. I'm really sorry. I didn't have time to try the new i4b, either. However, I have developed an evil hack which adds multi-number support to BISDN. So if you're still interested... Michael -- hohmuth@innocent.com, hohmuth@sax.de http://www.sax.de/~hohmuth/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 5 03:55:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16854 for freebsd-isdn-outgoing; Tue, 5 May 1998 03:55:48 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from cyclone.degnet.baynet.de (www.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id DAA16837 for ; Tue, 5 May 1998 03:55:42 -0700 (PDT) (envelope-from malte@webmore.com) Received: from neuron.webmore.com (unverified [194.95.214.166]) by cyclone.degnet.baynet.de (EMWAC SMTPRS 0.83) with SMTP id ; Tue, 05 May 1998 12:52:56 +0200 Received: from neuron.webmore.de (malte@webmore.com) by neuron.webmore.com (8.8.8/8.8.8) with ESMTP id LAA27545; Tue, 5 May 1998 11:31:10 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 05 May 1998 11:31:10 +0200 (CEST) Reply-To: malte@webmore.com From: Malte Lance To: (Hellmuth Michaelis) Subject: Re: isdn4bsd and telephony/answer-machine Cc: freebsd-isdn@FreeBSD.ORG Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 04-May-98 Hellmuth Michaelis wrote: > From the keyboard of Malte Lance: > >> Incoming calls, no matter if the to-watch-number or any other >> is called, don't get answered by the answering-machine. The >> "answer"-script is not started and console shows following >> log-messages: > > Hmm - the answering machine is usually the easiest to install and run, > i have no idea why your installation failed. ;) ... found it much easier to get sppp running, since there is a nice howto for it. I found the problem. It was my fault. I set "local-phone-incoming" (the dialed number) to contained the dial-prefix for the town. After setting it to just the plain phone-number without prefix, it worked. Thanks for your attention. Malte. > > I'll need a trace output for such a failing telephony dial in. > > hellmuth > -- > Hellmuth Michaelis Tel +49 40 559747-70 > HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 > Oldesloer Strasse 97-99 Mail hm@hcs.de > 22457 Hamburg WWW http://www.hcs.de ---------------------------------- E-Mail: Malte Lance Date: 05-May-98 Time: 07:45:31 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 5 11:23:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08893 for freebsd-isdn-outgoing; Tue, 5 May 1998 11:23:30 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA08876 for ; Tue, 5 May 1998 11:23:19 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id UAA19708; Tue, 5 May 1998 20:15:08 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id TAA07839; Tue, 5 May 1998 19:04:20 +0200 (CEST) (envelope-from andreas) Message-ID: <19980505190419.A7831@klemm.gtn.com> Date: Tue, 5 May 1998 19:04:19 +0200 From: Andreas Klemm To: Michael Hohmuth , FreeBSD-ISDN@FreeBSD.ORG Subject: Re: bisdn patches for -current via new mkbisdnktree script References: <19980412130659.38280@klemm.gtn.com> <19980414170542.30422@hightek.com> <7s3eepd0ul.fsf@os.inf.tu-dresden.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <7s3eepd0ul.fsf@os.inf.tu-dresden.de>; from Michael Hohmuth on Tue, May 05, 1998 at 02:21:06AM +0200 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 05, 1998 at 02:21:06AM +0200, Michael Hohmuth wrote: > Andreas Klemm writes: > I didn't have time to try the new i4b, either. However, I have > developed an evil hack which adds multi-number support to BISDN. So > if you're still interested... I could add this to my set of patches, thanks. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Tue May 5 14:52:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20447 for freebsd-isdn-outgoing; Tue, 5 May 1998 14:52:11 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA20358 for ; Tue, 5 May 1998 14:51:48 -0700 (PDT) (envelope-from hohmuth@olymp.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id XAA18235; Tue, 5 May 1998 23:51:42 +0200 (CEST) (envelope-from hohmuth@olymp.sax.de) Received: (from hohmuth@localhost) by olymp.sax.de (8.8.8/8.8.8) id XAA01035; Tue, 5 May 1998 23:47:55 +0200 (CEST) (envelope-from hohmuth) From: Michael Hohmuth To: Andreas Klemm Cc: FreeBSD-ISDN@FreeBSD.ORG Subject: Re: bisdn patches for -current via new mkbisdnktree script References: <19980412130659.38280@klemm.gtn.com> <19980414170542.30422@hightek.com> <7s3eepd0ul.fsf@os.inf.tu-dresden.de> <19980505190419.A7831@klemm.gtn.com> Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII Date: 05 May 1998 23:47:52 +0200 In-Reply-To: Andreas Klemm's message of Tue, 5 May 1998 19:04:19 +0200 Message-ID: <87u374bd9z.fsf@olymp.sax.de> Lines: 22 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andreas Klemm writes: > On Tue, May 05, 1998 at 02:21:06AM +0200, Michael Hohmuth wrote: > > I didn't have time to try the new i4b, either. However, I have > > developed an evil hack which adds multi-number support to BISDN. So > > if you're still interested... > > I could add this to my set of patches, thanks. Whoops -- I've promised too much: I just noticed I accidently deleted it two weeks ago to make space for a "make world". Looks like i4b will soon have a new user ;) -- and in the meantime I hope my `bisdnd' binary won't magically go away, too... Michael (Hmm, perhaps one backup per year just isn't enough?) -- hohmuth@innocent.com, hohmuth@inf.tu-dresden.de http://home.pages.de/~hohmuth/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Wed May 6 15:32:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05640 for freebsd-isdn-outgoing; Wed, 6 May 1998 15:32:39 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.6.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA05547 for ; Wed, 6 May 1998 15:32:18 -0700 (PDT) (envelope-from bisdn@serious.xs4all.nl) Received: from asterix.xs4all.nl (root@asterix.xs4all.nl [194.109.6.11]) by smtp1.xs4all.nl (8.8.8/8.8.8) with ESMTP id AAA18796; Thu, 7 May 1998 00:32:10 +0200 (MET DST) Received: from serious.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.8.6/8.8.6) with UUCP id AAA24867; Thu, 7 May 1998 00:22:18 +0200 (MET DST) Received: (from bisdn@localhost) by serious.xs4all.nl (8.8.7/8.6.12) id AAA01447; Thu, 7 May 1998 00:19:12 +0200 From: BISDN mailing list Message-Id: <199805062219.AAA01447@serious.xs4all.nl> Subject: ipp.h To: FreeBSD-ISDN@FreeBSD.ORG (BISDN Mailing List) Date: Thu, 7 May 1998 00:19:12 +0200 (CEST) Cc: kloo@ender.hinttech.com, obsd@serious.xs4all.nl X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Guys! I am trying to get my Teles S0 16.3 card to work with sync ppp and isdn under OpenBSD (2.2). I kinda successfully got BISDN to run on OpenBSD...(recognizes the card, answers telephone calls ..etc) But now I would like to be able to put up a synchronous ppp link to my ISP. Got several options here...(as in 2 *BSD ISDN packages (bisdn + i4b), and one which needs a sync ppp patch and one which doesn't but doesn't compile (yet) in the kernel...etc etc ..(btw if anyone else here has been working on this and OpenBSD ...please if you have _any_ info...anything is welcome!) (My BSD experience is about 2 weeks short, am already amazed I got bisdn working and the kernel to recognize my card ...etc :)) Several problems here...but one is kinda 'strange' ... a grep on ipp.h through several patch tar packages for bisdn to support syncppp show: + #include "ipp.h" + #include "ipp.h" ! #include "ipp.h" #include "ipp.h" (and much more of those). I cannot find that header file _anywhere_ ...really...searched with numerous search engines, asked on irc, emails, obsd misc mailing list...had people executing find on their *BSD boxes...looked through FreeBSD and NetBSD sources (complete dists) whatever.... Does anyone happen to know where I can get that file ? And again, does anyone have any experience with sync ppp + OpenBSD + BISDN ? (or with i4b ...not that ethical to ask that on this list but am kinda desperate :) ...been working for a week or so on this.) Thanks, Bas Oude Nijeweme bisdn@serious.xs4all.nl The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 7 00:59:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04433 for freebsd-isdn-outgoing; Thu, 7 May 1998 00:59:26 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA04428 for ; Thu, 7 May 1998 00:59:23 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (2331 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 7 May 1998 09:59:10 +0200 (METDST) (Smail-3.2.0.97 1997-Aug-19 #16 built 1997-Oct-22) Received: by hcswork.hcs.de (Smail3.1.29.0 #12) id m0yXLbw-0000e4C; Thu, 7 May 98 10:01 METDST Message-Id: From: hm@hcs.de (Hellmuth Michaelis) Subject: i4b-00.60-alpha-070598.tgz available for download To: freebsd-isdn@FreeBSD.ORG (ISDN Mailinglist) Date: Thu, 7 May 1998 10:01:00 +0200 (METDST) Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, a new isdn4bsd alpha (i4b-00.60-alpha-070598.tgz) has been made available on the isdn4bsd ftp site. - Layer 1 and layer 1/2 interaction has been cleaned up quite a bit, and parts of layer 1 have been rewritten quite a bit, it would be nice to get some feedback if it works for you. - Layer 1 tracing is implemented (-i in isdntrace) as far as the ISAC supports it. - Martin added remote monitoring to isdnd, a client for this still has to be written. - Leo Weppelman added support for NetBSD/Atari. - Andrew Gordon added VJ header compression to the ipr driver. Ipr was further enhanced to use a second send queue for IP lowdelay traffic so telnet is now possible while ftp'ing ;-) - The upper layers now don't get any frames until the isdnd has opened the i4b interface, i'd like to hear how this works for you. Much more was done, for details please have a look at the ChangeLog file. How to access the ftp site: The ISDN4BSD package is available from: isdn4bsd@ftp.consol.de/pub -------------------------- you have to log in as user isdn4bsd -------- and give your mail address as the password. Then change to the "pub" directory. Anonymous ftp as user "ftp" or "anonymous" will NOT (!) give the desired result ! Have fun, hellmuth -- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm@hcs.de 22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Thu May 7 05:02:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03884 for freebsd-isdn-outgoing; Thu, 7 May 1998 05:02:24 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from casparc.ppp.net (mail.ppp.net [194.64.12.35]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA03873 for ; Thu, 7 May 1998 05:02:18 -0700 (PDT) (envelope-from ernie!bert.kts.org!hm@ppp.net) Received: from ernie by casparc.ppp.net with uucp (Smail3.1.28.1 #1) id m0yXPND-002Zk8C; Thu, 7 May 98 14:02 MET DST Received: from bert.kts.org(really [194.55.156.2]) by ernie.kts.org via sendmail with smtp id for ; Thu, 7 May 1998 13:35:28 +0200 (CEST) (Smail-3.2.0.91 1997-Jan-14 #3 built 1998-Feb-14) Received: by bert.kts.org via sendmail with stdio id for FreeBSD-ISDN@FreeBSD.ORG; Thu, 7 May 1998 13:31:41 +0200 (CEST) (Smail-3.2.0.94 1997-Apr-22 #7 built 1997-Jul-4) Message-Id: From: hm@kts.org (Hellmuth Michaelis) Subject: Re: ipp.h In-Reply-To: <199805062219.AAA01447@serious.xs4all.nl> from BISDN mailing list at "May 7, 98 00:19:12 am" To: bisdn@serious.xs4all.nl (BISDN mailing list) Date: Thu, 7 May 1998 13:31:41 +0200 (CEST) Cc: FreeBSD-ISDN@FreeBSD.ORG, kloo@ender.hinttech.com, obsd@serious.xs4all.nl Organization: Kitchen Table Systems Reply-To: hm@kts.org X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > And again, does anyone have any experience with sync ppp + OpenBSD + BISDN ? > (or with i4b ...not that ethical to ask that on this list but am kinda > desperate :) ...been working for a week or so on this.) Forget bisdn. Its dead code. Switch to i4b and port it to OpenBSD. Someone else started this some i4b releases ago but got stuck. I've set up an OpenBSD machine in the meantime to do the port, but i had no time yet to actually start porting code. hellmuth -- Hellmuth Michaelis hm@kts.org Hamburg, Europe "Those who can, do. Those who can't, talk. And those who can't talk, talk about talking." (B. Shaw) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message From owner-freebsd-isdn Sat May 9 04:03:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA01720 for freebsd-isdn-outgoing; Sat, 9 May 1998 04:03:09 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from rvc1.informatik.ba-stuttgart.de (isdn009.stuttgart.netsurf.de [194.195.220.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA01712 for ; Sat, 9 May 1998 04:03:01 -0700 (PDT) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id NAA00483 for FreeBSD-ISDN@FreeBSD.ORG; Sat, 9 May 1998 13:03:05 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199805091103.NAA00483@rvc1.informatik.ba-stuttgart.de> Subject: i4b-00.60-alpha for FreeBSD-current To: FreeBSD-ISDN@FreeBSD.ORG (FreeBSD ISDN mailinglist) Date: Sat, 9 May 1998 13:03:04 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, here are some patches to make i4b build for FreeBSD-current: - Bruce Evans changed yacc and lex rules in bsd-prog-mk, which broke isdnd/Makefile Don't forget ``make depend''. - asm volatile is not valid anymore in the current gcc-configuration, use __asm __volatile instead in i4b_tel_s08.c and i4b_tel_s16.c This patch should work in FreeBSD 2.2.x and NetBSD as well?? - A typo in i4b_l1fsm.c. With these patches applied it builds and works fine. Wolfgang diff -ru /home/helbig/src/i4b/isdnd/Makefile ./isdnd/Makefile --- /home/helbig/src/i4b/isdnd/Makefile Wed Apr 22 11:47:12 1998 +++ ./isdnd/Makefile Sat May 9 11:35:39 1998 @@ -1,14 +1,26 @@ +.if !defined(BSDTYPE) +BSDTYPE!=uname +.endif + +.if !defined(RELEASE) +RELEASE!=uname -r +.endif + PROG = isdnd SRCS = rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c \ process.c rates.c msghdl.c fsm.c support.c timer.c \ exec.c dial.c monitor.c +.if (${BSDTYPE} == "FreeBSD" && ${RELEASE} == "3.0-CURRENT") +SRCS += y.tab.h +.endif + +.if (${BSDTYPE} == "NetBSD" || \ + ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT") CLEANFILES+= rc_scan.c rc_parse.c y.tab.h y.output hdr.out isdnd.core +.endif COPTS += -I../isdnmonitor -.if !defined(BSDTYPE) -BSDTYPE!=uname -.endif # compile debug support COPTS += -DDEBUG @@ -28,10 +40,13 @@ MAN = isdnd.8 isdnd.rc.5 isdnd.rates.5 isdnd.acct.5 .endif +.if (${BSDTYPE} == "NetBSD" || \ + ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT") rc_scan.c: rc_scan.l y.tab.h y.tab.h: rc_parse.c rc_parse.c: rc_parse.y rc_config.c: y.tab.h +.endif hdr: cextract +A +p -P -E -o hdr.out *.c diff -ru /home/helbig/src/i4b/layer1/i4b_l1fsm.c ./layer1/i4b_l1fsm.c --- /home/helbig/src/i4b/layer1/i4b_l1fsm.c Fri May 1 19:23:33 1998 +++ ./layer1/i4b_l1fsm.c Sat May 9 12:13:14 1998 @@ -171,7 +171,7 @@ { sc->sc_I430T3 = 0; #if defined(__FreeBSD__) && __FreeBSD__ >=3 - untimeout((TIMEOUT_FUNC_T)timer3_expired,(struct isic_softc *)sc, T3_callout); + untimeout((TIMEOUT_FUNC_T)timer3_expired,(struct isic_softc *)sc, sc->sc_T3_callout); #else untimeout((TIMEOUT_FUNC_T)timer3_expired,(struct isic_softc *)sc); #endif diff -ru /home/helbig/src/i4b/layer1/i4b_tel_s016.c ./layer1/i4b_tel_s016.c --- /home/helbig/src/i4b/layer1/i4b_tel_s016.c Mon Mar 2 09:42:51 1998 +++ ./layer1/i4b_tel_s016.c Sat May 9 12:07:29 1998 @@ -170,7 +170,7 @@ tels016_memcpyb(void *to, const void *from, size_t len) { /* %edi=to %esi=from %ecx=len */ - asm volatile (" + __asm __volatile (" .align 4,0x90 cld rep diff -ru /home/helbig/src/i4b/layer1/i4b_tel_s08.c ./layer1/i4b_tel_s08.c --- /home/helbig/src/i4b/layer1/i4b_tel_s08.c Tue Apr 21 17:57:20 1998 +++ ./layer1/i4b_tel_s08.c Sat May 9 12:07:50 1998 @@ -169,7 +169,7 @@ tels08_memcpyb(void *to, const void *from, size_t len) { /* %edi=to %esi=from %ecx=len */ - asm volatile (" + __asm __volatile (" .align 4,0x90 cld rep To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message