From owner-freebsd-isdn@FreeBSD.ORG Thu Oct 21 14:05:41 2004 Return-Path: <owner-freebsd-isdn@FreeBSD.ORG> Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D72B16A4CE for <freebsd-isdn@freebsd.org>; Thu, 21 Oct 2004 14:05:41 +0000 (GMT) Received: from mailfe02.swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 967EF43D48 for <freebsd-isdn@freebsd.org>; Thu, 21 Oct 2004 14:05:39 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: XHJga/cxGRMMlETigKXLZA== Received: from [193.217.199.40] (HELO curly.tele2.no) by mailfe02.swip.net (CommuniGate Pro SMTP 4.2.4) with ESMTP id 199916668 for freebsd-isdn@freebsd.org; Thu, 21 Oct 2004 16:05:32 +0200 Received: (from root@localhost) by curly.tele2.no (8.12.5/8.12.3) id i9LE9XJh001703 for freebsd-isdn@freebsd.org; Thu, 21 Oct 2004 16:09:33 +0200 (CEST) (envelope-from hselasky@c2i.net) Date: Thu, 21 Oct 2004 16:09:31 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-isdn@freebsd.org Message-ID: <20041021160930.B1546@curly.tele2.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: new I4B driver v.1.5.3 X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD <freebsd-isdn.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-isdn>, <mailto:freebsd-isdn-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-isdn> List-Post: <mailto:freebsd-isdn@freebsd.org> List-Help: <mailto:freebsd-isdn-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-isdn>, <mailto:freebsd-isdn-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 21 Oct 2004 14:05:41 -0000 Hi, there is a new I4B driver available at: http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/ that compiles with FreeBSD 5.3-RC1 Hence I have made so many changes to the I4B subsystem, my driver will not get distributed. Is there anyone that agrees, it is time to upgrade the ISDN- subsystem of FreeBSD? -HPS From owner-freebsd-isdn@FreeBSD.ORG Thu Oct 21 14:10:21 2004 Return-Path: <owner-freebsd-isdn@FreeBSD.ORG> Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58DB16A4CF for <freebsd-isdn@freebsd.org>; Thu, 21 Oct 2004 14:10:21 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2100A43D53 for <freebsd-isdn@freebsd.org>; Thu, 21 Oct 2004 14:10:21 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id i9LEAIkf027899; Thu, 21 Oct 2004 16:10:19 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Hans Petter Selasky <hselasky@c2i.net> From: "Poul-Henning Kamp" <phk@phk.freebsd.dk> In-Reply-To: Your message of "Thu, 21 Oct 2004 16:09:31 +0200." <20041021160930.B1546@curly.tele2.no> Date: Thu, 21 Oct 2004 16:10:18 +0200 Message-ID: <27898.1098367818@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: freebsd-isdn@freebsd.org Subject: Re: new I4B driver v.1.5.3 X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD <freebsd-isdn.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-isdn>, <mailto:freebsd-isdn-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-isdn> List-Post: <mailto:freebsd-isdn@freebsd.org> List-Help: <mailto:freebsd-isdn-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-isdn>, <mailto:freebsd-isdn-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 21 Oct 2004 14:10:21 -0000 In message <20041021160930.B1546@curly.tele2.no>, Hans Petter Selasky writes: >Hi, > >there is a new I4B driver available at: >http://home.c2i.net/hselasky/isdn4bsd/privat/temporary/ > >that compiles with FreeBSD 5.3-RC1 > >Hence I have made so many changes to the I4B subsystem, my driver will not get >distributed. Is there anyone that agrees, it is time to upgrade the ISDN- >subsystem of FreeBSD? I have previously objected to your driver on the basis that the style is very obfuscated and uses GCC specific features like computed gotos etc. These objections are still valid. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-isdn@FreeBSD.ORG Thu Oct 21 15:12:49 2004 Return-Path: <owner-freebsd-isdn@FreeBSD.ORG> Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B986216A4CE for <freebsd-isdn@freebsd.org>; Thu, 21 Oct 2004 15:12:49 +0000 (GMT) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D6143D58 for <freebsd-isdn@freebsd.org>; Thu, 21 Oct 2004 15:12:48 +0000 (GMT) (envelope-from hm@kts.org) Received: from fwd09.aul.t-online.de by mailout10.sul.t-online.com with smtp id 1CKecQ-0007sn-04; Thu, 21 Oct 2004 17:12:46 +0200 Received: from ernie.kts.org (XV98BUZAget42CUJ5RThz3RzJ0kkTdNMijHa9uANnRWvBSroYymOZh@[217.81.64.21]) by fmrl09.sul.t-online.com with esmtp id 1CKecF-1kPfUW0; Thu, 21 Oct 2004 17:12:35 +0200 Received: from localhost (localhost.int.kts.org [127.0.0.1]) by ernie.kts.org (Postfix) with ESMTP id 5E74BFE45; Thu, 21 Oct 2004 15:12:34 +0000 (GMT) Received: from ernie.kts.org ([127.0.0.1]) by localhost (ernie.int.kts.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 79129-07; Thu, 21 Oct 2004 17:12:31 +0200 (CEST) Received: from bert.int.kts.org (bert.int.kts.org [172.31.42.2]) by ernie.kts.org (Postfix) with ESMTP id C3757FDB3; Thu, 21 Oct 2004 17:12:31 +0200 (CEST) Received: by bert.int.kts.org (Postfix, from userid 100) id B8C0BB83F; Thu, 21 Oct 2004 17:12:31 +0200 (CEST) In-Reply-To: <20041021160930.B1546@curly.tele2.no> To: Hans Petter Selasky <hselasky@c2i.net> Date: Thu, 21 Oct 2004 17:12:31 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20041021151231.B8C0BB83F@bert.int.kts.org> From: hm@kts.org (Hellmuth Michaelis) X-Virus-Scanned-KTSORG: by amavisd-new at kts.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) X-ID: XV98BUZAget42CUJ5RThz3RzJ0kkTdNMijHa9uANnRWvBSroYymOZh@t-dialin.net X-TOI-MSGID: 9bb5adca-49e6-4f25-b39a-f151e6ca1e86 cc: freebsd-isdn@freebsd.org Subject: Re: new I4B driver v.1.5.3 X-BeenThere: freebsd-isdn@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using ISDN with FreeBSD <freebsd-isdn.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-isdn>, <mailto:freebsd-isdn-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-isdn> List-Post: <mailto:freebsd-isdn@freebsd.org> List-Help: <mailto:freebsd-isdn-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-isdn>, <mailto:freebsd-isdn-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 21 Oct 2004 15:12:49 -0000 Hans Petter Selasky wrote: > Hence I have made so many changes to the I4B subsystem, my driver will not get > distributed. Is there anyone that agrees, it is time to upgrade the ISDN- > subsystem of FreeBSD? As already stated in private email, i'm neither supporting that the current subsystem is replaced nor am i available for working on such a change. It is true that the current subsystem needs some work and you are more than welcome to enhance it. Your valued work contains some good ideas and enhancements but please understand that i will not say yes 1) to not enhancing it incrementally but completely ripping it out and replacing it (not only in the light that many of the currently supported cards are said to be non-tested in your code) and 2) to code which i still consider unmaintainable. On the other side, since i have not done much work on i4b in the last year my vote shouldn't be counted too much ;-) hellmuth -- Hellmuth Michaelis mbl +49 (0)160 96455696 secion GmbH tel +49 (0)40 241812535 Schomburgstrasse 91 fax +49 (0)40 241812579 22767 Hamburg http://www.secion.de