From owner-freebsd-current@FreeBSD.ORG Wed Sep 23 22:00:15 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D8921065679 for ; Wed, 23 Sep 2009 22:00:15 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 03D558FC1B for ; Wed, 23 Sep 2009 22:00:14 +0000 (UTC) Received: by fxm22 with SMTP id 22so1048885fxm.36 for ; Wed, 23 Sep 2009 15:00:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=IMXE5Ah2FhKB+l5qvfr/eczxDULmieoWQiFjjOCmZAg=; b=W81mTB7zp9oDc5kM8oPSJeykovpFjHOrQX56q2VeHGfLUaVBi0h4c2eWccjO0UCD4v fnb1TE6KDiR/0cupGLIVx2MzNbxV/ihSnseJuqQrv4O23c0DEn4Rpnu9l0azqSCiMSMo FbuQd66E7MH6BdTu95fyCn920pXJbmYTGoHPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=woQRg1nRXXqaQOgW/NfZnj3cWYqtEP5iiICjKnc10uyZdY6+6/LeXEbxiZCgEK6MRu +9x9h5OdOtqnK1ZzZH8UFlkdqXFIGz9fYKIMgAHsUp0pxVjRc1NbSfzwYCQNrerm5Ida YFL0CgffElaL5rYcj4AZ2H9fL9kUqs4GsmS58= MIME-Version: 1.0 Received: by 10.102.149.9 with SMTP id w9mr1174506mud.77.1253743214101; Wed, 23 Sep 2009 15:00:14 -0700 (PDT) In-Reply-To: <3a142e750909230102tfee2bact6c165ee97da0c7eb@mail.gmail.com> References: <4AB913B3.1050709@borderworlds.dk> <3a142e750909230102tfee2bact6c165ee97da0c7eb@mail.gmail.com> Date: Thu, 24 Sep 2009 00:00:14 +0200 Message-ID: <3a142e750909231500o6d875b1dj3b6cba12483a84b3@mail.gmail.com> From: "Paul B. Mahol" To: Christian Laursen Content-Type: text/plain; charset=ISO-8859-1 Cc: current@freebsd.org Subject: Re: Regression with ndis and rt2860 on 8.0-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2009 22:00:15 -0000 On 9/23/09, Paul B. Mahol wrote: > On 9/22/09, Christian Laursen wrote: >> Hi, >> >> Some days ago I upgraded my Asus Eee 1000H from 7.2-RELEASE to 8.0-BETA4 >> and then to 8.0-RC1 as of this morning. >> >> Since the Ralink Wireless NIC is not supported with a native driver I >> have been using ndis for a long time on 7.x without any issues. >> >> After upgrading to 8.0 I regenerated the module from the sys and inf >> files. > > What version of kernel files was used? I will reapeat this again. Is module regenerated using 8.0 kernel source? I asking this because that step is not mentioned in your original report. Could you also post output of following commands from gdb(1) prompt: [I prefer textdump(4) instead of pictures] cd /boot/your_kernel && gdb and now type: (gdb) file kernel (gdb) file if_ndis.ko press y (gdb) l *ieee80211_new_state+0xb (gdb) l *ndis_ticktask+0x184 -- Paul