From owner-freebsd-isdn Fri Dec 28 13:30:32 2001 Delivered-To: freebsd-isdn@freebsd.org Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 2556937B417 for ; Fri, 28 Dec 2001 13:30:29 -0800 (PST) Received: from fwd11.sul.t-online.de by mailout02.sul.t-online.de with smtp id 16K4Zx-0005mY-0G; Fri, 28 Dec 2001 22:30:13 +0100 Received: from peedub.jennejohn.org (520017439985-0001@[217.235.121.121]) by fmrl11.sul.t-online.com with esmtp id 16K4Zv-1nqVLUC; Fri, 28 Dec 2001 22:30:11 +0100 Received: by peedub.jennejohn.org (8.11.6/8.11.6) id fBSLUKt95840; Fri, 28 Dec 2001 22:30:20 +0100 (CET) (envelope-from garyj) Message-Id: <200112282130.fBSLUKt95840@peedub.jennejohn.org> Content-Type: text/plain; charset="iso-8859-1" From: Gary Jennejohn Reply-To: garyj@jennejohn.org To: "David Hedley" , Subject: Re: ifpi2 problems Date: Fri, 28 Dec 2001 22:30:20 +0100 X-Mailer: KMail [version 1.3.2] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Sender: 520017439985-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Friday 28 December 2001 12:35, David Hedley wrote: > Hmm, well this probably doesn't help, but we've been testing > the v2 Fritz card using Gary's drivers for a while now and > haven't hit any major problems like this (this is with 4.4 and > i4b from -stable). The only problem we've seen is when we plug > both a v1 fritz and a v2 fritz into the same box, where you > get an instant kernel panic when the v2 fritz card tries to > dial out. (panics in avma1pp_set_linktab, so may not be > specific to v2 fritz). > Yeah, the panic is in the v. 1 driver. Really weird. I've never seen this with the v.1 controller alone in a box. Why doesn't anyone tell me about these things ? I just replaced my old v. 1 card with the v. 2 card. I guess I could also plug in the v.1 card and try them out together. > > PS. are you sure that having a device name ending in a digit > > is a good idea? It gives very confusing effects if you > > forget the quotes around the device "ifpi2" > > line in the kernel config file, as well as the rather odd > > ifpi20: blah > > messages on the console. > > I second this. I actually ended up renaming the driver > entirely - I didn't realise you could put quotes around it to > get it to work! > Well, I _did_ mention in a mail that this is necessary. Unfortunately, I've already committed the driver in -current as ifpi2 and don't think it'd be a good idea to import it under a different name into -stable. The "ifpi20" problem is easily fixed: in i4b_ifpi2_pci.c replace the string "ifpi2" in the ``driver_t avma1pp2_pci_driver'' with "ifpi2-". Yes, it's ugly, but what-the-hey. -- Gary Jennejohn garyj@jennejohn.org gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message