From owner-freebsd-wireless@FreeBSD.ORG Thu Mar 22 07:57:34 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 112121065674 for ; Thu, 22 Mar 2012 07:57:34 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6CA738FC16 for ; Thu, 22 Mar 2012 07:57:33 +0000 (UTC) Received: by lboi15 with SMTP id i15so1893292lbo.13 for ; Thu, 22 Mar 2012 00:57:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=sbGdirOQImSb2pFX/IYAWKbZ0TK3ONw/Br+/+0xZHbw=; b=XSiZnnUev1cDCILSRy8j5Nura3ijyKh0H9KQ4WFtjbzOaJk8jutmCOc8DGvss2Vb4k Ow3rXFOzl/jfJ1tX+ud2Zc/gdOY/K6/fJLph45UW6OCd6MY30gD/0EdjuzXfuB91Qfkh CYqrCysjBcu+OcwQfhCBGZQ00JyQLDPJmcMGLzTK9Q+o/pifNbaBd/Oh3ZCWLCoRzHX7 +8HTwQN+Yl1MzRT+qbUHcf/cJsqbuQG+O5wWNSeiY0hiwpNStYpVfdftGa3TFhac8TFs JRd89GpwCJ9IuGbODabuT6vmXcLzzbMEezwi/rkIntAI5H0Od4FMSQaS9JrGKysJKu1J Fhag== MIME-Version: 1.0 Received: by 10.152.103.12 with SMTP id fs12mr4842012lab.47.1332403046410; Thu, 22 Mar 2012 00:57:26 -0700 (PDT) Received: by 10.152.112.234 with HTTP; Thu, 22 Mar 2012 00:57:26 -0700 (PDT) X-Originating-IP: [79.140.39.245] In-Reply-To: <4F6A48E7.1010006@gmail.com> References: <4F5A8023.1090705@gmail.com> <4F5AC7CF.3090409@gmail.com> <4F5C0C86.7040503@gmail.com> <4F5C24ED.3090601@gmail.com> <4F5CD920.2000905@gmail.com> <4F5D0876.5040409@gmail.com> <4F5D14E0.3050301@gmail.com> <20120312001625.4d9b3b52.ray@ddteam.net> <4F5E7D17.7000102@gmail.com> <4F5E9814.7010803@gmail.com> <4F5E9BA3.2000401@gmail.com> <20120313131415.36ecd761.ray@dlink.ua> <4F5FE891.7050306@gmail.com> <20120314200718.b6b51452.ray@ddteam.net> <4F651853.2050409@gmail.com> <4F6A48E7.1010006@gmail.com> Date: Thu, 22 Mar 2012 08:57:26 +0100 Message-ID: From: Bernhard Schmidt To: matt Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkxBAmMuo/XvB+R7+BcSd2XhoZrV4nPW/+yr+8fu5MELe+cPOg3FPvPebmxpmOAjXllvxyq Cc: Aleksandr Rybalko , freebsd-wireless@freebsd.org Subject: Re: Please Test: Updated Ral Driver Patch for rt2860/rt3090 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2012 07:57:34 -0000 On Wed, Mar 21, 2012 at 22:32, matt wrote: > On 03/21/12 00:54, Bernhard Schmidt wrote: >> On Wed, Mar 21, 2012 at 06:04, Adrian Chadd wrote: >>> Hi, >>> >>> How's the ralink driver tinkering going? >>> >>> How far out are we from committing something partially working to >>> -HEAD? What are the showstoppers? >> Lots of stuff, please let me go over at least the reg.h and var.h >> first. I'm only half way through the reg file yet. >> > Agreed...google code version needs some looking at before anything is > committed...There are/were some rough edges last chance I > got...unitialized warning for "val" in io_eeeprom_read and of course a > fine panic after attach. At least this time there was a debugger...I > can't find my firewire bracket. Yeah, guess I've broken that while changing some of the EEPROM related stuff. Afaik Aleksandr already fixed it though. > I'll hopefully get some time to keep messing around with it this weekend > and see if either Bernhard's work or careful line-by-line comparison > with mine can make it happy again. There were quite a few changes to the > eeprom side of things I saw (eeprom_ctl), which I think is bringing us > closer to OpenBSD compatibility, ie. same eeprom defines? Or just newer > code? Same define names, same functions and same semantic. It's just the beginning though, I'm not even half way through the reg file yet and there are still 2 others ;) -- Bernhard