From owner-freebsd-drivers@FreeBSD.ORG Fri Jan 5 22:13:26 2007 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C99EF16A407; Fri, 5 Jan 2007 22:13:26 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 808F413C458; Fri, 5 Jan 2007 22:13:26 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id E3C349C0942; Fri, 5 Jan 2007 22:48:31 +0100 (CET) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xMmOt37F1-QS; Fri, 5 Jan 2007 22:48:26 +0100 (CET) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 4571C9C0950; Fri, 5 Jan 2007 22:48:26 +0100 (CET) Message-ID: <459EC79F.8070106@FreeBSD.org> Date: Fri, 05 Jan 2007 22:48:15 +0100 From: Gabor Kovesdan User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Rene Ladan References: <459E6477.2010508@clearchain.com> <200701051634.00293.max@love2party.net> <459E75A5.7000309@FreeBSD.org> <200701051732.27176.max@love2party.net> <459E7FBD.4050707@gmail.com> In-Reply-To: <459E7FBD.4050707@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Benjamin Close , Gavin Atkinson , Florent Thoumie , freebsd-hackers@freebsd.org, freebsd-drivers@freebsd.org, Attilio Rao , damien.bergamini@free.fr, Max Laier Subject: Re: Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 22:13:26 -0000 Rene Ladan schrieb: > [...] > > Added Gavin Atkinson to the CC list, he is working on a wpi(4) clone > which I'm using at the moment. It has some memory corruption error, but > is otherwise behaving quite good. > > Regards, > Rene > I did a quick try with this driver and unfortunately it suffers from the same allocation issue as the old one. I talked to Gavin about this issue and I promised I'll provide him the pieces of information he asked when I have a bit more time, but I have a very busy period now due to the uni exams. The problem seems to be the same for both version. Regards, Gabor