From owner-freebsd-atm Mon Dec 16 4:28:13 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF3C37B401 for ; Mon, 16 Dec 2002 04:28:12 -0800 (PST) Received: from scsx01.sc.ehu.es (scsx01.sc.ehu.es [158.227.150.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B8A43E4A for ; Mon, 16 Dec 2002 04:28:08 -0800 (PST) (envelope-from acbgocaa@scsx03.sc.ehu.es) Received: from scsx03.sc.ehu.es (scsx03.sc.ehu.es [158.227.150.13]) by scsx01.sc.ehu.es (8.9.3/8.9.1) with ESMTP id NAA11359 for ; Mon, 16 Dec 2002 13:27:50 +0100 (MET) Received: from localhost (acbgocaa@localhost) by scsx03.sc.ehu.es (8.10.0/8.10.0) with ESMTP id gBGCRVv01580 for ; Mon, 16 Dec 2002 13:27:31 +0100 (MET) Date: Mon, 16 Dec 2002 13:27:31 +0100 (MET) From: Antonio Gonzalez Castro To: freebsd-atm@freebsd.org Subject: idt driver? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I have a ForeRunner LE155 switch and a box with an LE155 adapter, and I want to probe it under FreeBSD. 2 months ago, and idt driver was added to the current kernel, but nowhere says how to enable it. I manually patched de conf/files file of the kernel, and things seemed to work, but when it was compiling the Idt driver, It gave me errors about non existant structure members and so... CC me at the reply, as I am not suscribed to the list... Any ideas? P.D: Sorry about my english, I am not a native speaker. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Mon Dec 16 14:47:58 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F35E37B401 for ; Mon, 16 Dec 2002 14:47:57 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D0943EC5 for ; Mon, 16 Dec 2002 14:47:56 -0800 (PST) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.6/8.12.5) with ESMTP id gBGMlo6D047059; Mon, 16 Dec 2002 17:47:55 -0500 (EST) (envelope-from winter@jurai.net) Date: Mon, 16 Dec 2002 17:47:50 -0500 (EST) From: "Matthew N. Dodd" To: Antonio Gonzalez Castro Cc: freebsd-atm@FreeBSD.ORG Subject: Re: idt driver? In-Reply-To: Message-ID: <20021216174055.W71891-100000@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 16 Dec 2002, Antonio Gonzalez Castro wrote: > Hi, I have a ForeRunner LE155 switch and a box with an LE155 adapter, > and I want to probe it under FreeBSD. 2 months ago, and idt driver was > added to the current kernel, but nowhere says how to enable it. I suggest compiling it as a module. I'll add it to sys/conf once I've gotten enough positive reports of it working. It looks like the recent changes to the 'aux' field of the mbuf structure broke the driver. Grr... Removing the offending block of code should fix it; I'll commit something later. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Tue Dec 17 1:11:29 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FF837B401 for ; Tue, 17 Dec 2002 01:11:28 -0800 (PST) Received: from scsx01.sc.ehu.es (scsx01.sc.ehu.es [158.227.150.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92E6143EC2 for ; Tue, 17 Dec 2002 01:11:23 -0800 (PST) (envelope-from acbgocaa@scsx03.sc.ehu.es) Received: from scsx03.sc.ehu.es (scsx03.sc.ehu.es [158.227.150.13]) by scsx01.sc.ehu.es (8.9.3/8.9.1) with ESMTP id KAA29103; Tue, 17 Dec 2002 10:11:14 +0100 (MET) Received: from localhost (acbgocaa@localhost) by scsx03.sc.ehu.es (8.10.0/8.10.0) with ESMTP id gBH9Am926418; Tue, 17 Dec 2002 10:10:51 +0100 (MET) Date: Tue, 17 Dec 2002 10:10:48 +0100 (MET) From: Antonio Gonzalez Castro To: "Matthew N. Dodd" Cc: freebsd-atm@FreeBSD.ORG Subject: Re: idt driver? In-Reply-To: <20021216174055.W71891-100000@sasami.jurai.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I'll add it to sys/conf once I've gotten enough positive reports of it > working. > Ok. I manually patched it already... > It looks like the recent changes to the 'aux' field of the mbuf structure > broke the driver. Grr... > > Removing the offending block of code should fix it; I'll commit something > later. Not only the aux field of the mbuf structure broke the driver... I commented the offending block and discovered that there was other missing field... Sorry, I don't remember the field name... I would cooperate in the driver testing, if I can. Thanks!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Tue Dec 17 11:17:31 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B141137B401 for ; Tue, 17 Dec 2002 11:17:30 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1669243E4A for ; Tue, 17 Dec 2002 11:17:30 -0800 (PST) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.6/8.12.5) with ESMTP id gBHJHO6D078547; Tue, 17 Dec 2002 14:17:29 -0500 (EST) (envelope-from winter@jurai.net) Date: Tue, 17 Dec 2002 14:17:24 -0500 (EST) From: "Matthew N. Dodd" To: Antonio Gonzalez Castro Cc: freebsd-atm@FreeBSD.ORG Subject: Re: idt driver? In-Reply-To: Message-ID: <20021217141639.A71891-100000@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 17 Dec 2002, Antonio Gonzalez Castro wrote: > Not only the aux field of the mbuf structure broke the driver... I > commented the offending block and discovered that there was other missing > field... Sorry, I don't remember the field name... The module compiled just fine for me when I removed the block of code that tested to see if the 'aux' field was empty. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message From owner-freebsd-atm Wed Dec 18 3: 7:46 2002 Delivered-To: freebsd-atm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F3D37B401 for ; Wed, 18 Dec 2002 03:07:45 -0800 (PST) Received: from scsx01.sc.ehu.es (scsx01.sc.ehu.es [158.227.150.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBD043E4A for ; Wed, 18 Dec 2002 03:07:42 -0800 (PST) (envelope-from acbgocaa@scsx03.sc.ehu.es) Received: from scsx03.sc.ehu.es (scsx03.sc.ehu.es [158.227.150.13]) by scsx01.sc.ehu.es (8.9.3/8.9.1) with ESMTP id MAA23910; Wed, 18 Dec 2002 12:07:23 +0100 (MET) Received: from localhost (acbgocaa@localhost) by scsx03.sc.ehu.es (8.10.0/8.10.0) with ESMTP id gBIB6nd08408; Wed, 18 Dec 2002 12:06:58 +0100 (MET) Date: Wed, 18 Dec 2002 12:06:49 +0100 (MET) From: Antonio Gonzalez Castro To: "Matthew N. Dodd" Cc: freebsd-atm@FreeBSD.ORG Subject: Re: idt driver? In-Reply-To: <20021217141639.A71891-100000@sasami.jurai.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Yep, You was right. After recovering the sys/conf/files backup I made before modify it, and I eliminated the artificial option of the kernel config file that I invented, the driver compiled as a module perfectly. Thanks again and sorry for the worries... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message