From owner-freebsd-current@FreeBSD.ORG Tue Sep 22 18:53:21 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 3D66F1065695 for ; Tue, 22 Sep 2009 18:53:21 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-iw0-f175.google.com (mail-iw0-f175.google.com [209.85.223.175]) by mx1.freebsd.org (Postfix) with ESMTP id EF67B8FC20 for ; Tue, 22 Sep 2009 18:53:20 +0000 (UTC) Received: by iwn5 with SMTP id 5so13555iwn.15 for ; Tue, 22 Sep 2009 11:53:20 -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=IMvZPMPyvEpCYiAtgXytBb4g/hhALpJEGzHkZy36SKs=; b=ewKWFFsnHFMw6+CISGe8qzdMqUtCt3Qts3IOBP+8xKEwmLyvL9TEr5SijcXg2OzDFq fLNR9ZuUNGYmLklSD9TA0oSSBaGv2MNZyf0nBSnKOjkJwu5xIkzQGU7/sLhSAdJ6MZ9X CkcIKLnVIKhkhDF6VF4QuxTSeb7aZljYwuWYg= 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=msRpSGq0JWZhMb9Q4t+WRw6fkFPT+gkyPSBjIC325yNZqu+T103uCWhMbEMWA1P8ZW K8ZkuelTsSthMLoMai+HkbXANN5o6iiElWAYPzkDfrCnoWQi2LTEg+3QHNeT36UPr5zE jiKwCcoRdCUH24AfuUF1EddQT0a+6nrVbfc+s= MIME-Version: 1.0 Received: by 10.231.26.131 with SMTP id e3mr2580607ibc.0.1253644310522; Tue, 22 Sep 2009 11:31:50 -0700 (PDT) In-Reply-To: <4AB913B3.1050709@borderworlds.dk> References: <4AB913B3.1050709@borderworlds.dk> Date: Tue, 22 Sep 2009 15:31:50 -0300 Message-ID: <68c3445d0909221131x35e843a1n2b72eaf9234e7d55@mail.gmail.com> From: Raphael Kubo da Costa 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: Tue, 22 Sep 2009 18:53:21 -0000 2009/9/22 Christian Laursen : > 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. > > When I kldload the module (rt2860_sys.ko) the NIC is detected and I can see > it with ifconfig. But a few seconds after I do "ifconfig ndis0" up I get a > panic. > > There is a screenshot of the panic here (Sorry about the image quality): > http://borderworlds.dk/~xi/ndis_panic/screenshot.jpg > > I have also placed the dmesg output from a boot followed by the kldload, my > kernel configuration as well as the output from "pciconf -lv" in this > directory: > http://borderworlds.dk/~xi/ndis_panic/ > > The warnings in the dmesg output was there under 7.x too and didn't prevent > the NIC from functioning. > > What is the best way to debug this problem? Any pointers would be welcome. Could this be related to http://lists.freebsd.org/pipermail/freebsd-current/2009-September/011832.html ?