From owner-freebsd-isdn Mon Apr 19 1:17:49 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from linteuto.teuto.de (linteuto.teuto.de [194.77.23.26]) by hub.freebsd.org (Postfix) with ESMTP id 3ED5614E17 for ; Mon, 19 Apr 1999 01:17:43 -0700 (PDT) (envelope-from martin@rumolt.teuto.de) Received: from rumolt.teuto.de (root@rumolt.teuto.de [212.8.203.81]) by linteuto.teuto.de (8.8.7/8.8.7) with ESMTP id KAA07421; Mon, 19 Apr 1999 10:15:16 +0200 Received: from martins (hwart.teuto.de [212.8.203.83]) by rumolt.teuto.de (8.8.8/8.8.7) with SMTP id KAA04056; Mon, 19 Apr 1999 10:10:58 +0200 (MEST) From: "Martin Husemann" To: "Gary Jennejohn" , Subject: RE: new-bus changes break i4b Date: Mon, 19 Apr 1999 10:10:57 +0200 Message-ID: <000101be8a3c$278b3d20$53cb08d4@martins.teuto.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199904181754.TAA03401@peedub.muc.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'll have to add my usual nitpick: > It seems to be an error that next_isic_unit is NOT incremented in > layer1/i4b_isic_pnp.c. Actually, the idea of next_isic_unit is bogus by itself. Think of it: you have two boards at isa0, one at pci0, one at pci1 and one at isapnp0 or pcmcia1 - which board will get what unit number for what reason, and which will correspond with what index in the config file, and what happens when you remove a pcmia card? I promised to clean this up a long ago (as this cleanup will remove several gross hacks we needed for the NetBSD part to make a softc* <-> unit conversion), and I will actually do it. Hellmuth scared me with hard requirements what I should not break with such a cleanup (several things of which I can't actually test myself), so it has been delayed. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message