From owner-freebsd-current@FreeBSD.ORG Tue Sep 22 18:25:16 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 96486106568D for ; Tue, 22 Sep 2009 18:25:16 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from kazon.borderworlds.dk (kazon.borderworlds.dk [213.239.213.48]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD618FC0A for ; Tue, 22 Sep 2009 18:25:16 +0000 (UTC) Received: from andorian.borderworlds.dk (localhost [127.0.0.1]) by kazon.borderworlds.dk (Postfix) with ESMTP id C913817089 for ; Tue, 22 Sep 2009 20:13:07 +0200 (CEST) Message-ID: <4AB913B3.1050709@borderworlds.dk> Date: Tue, 22 Sep 2009 20:13:07 +0200 From: Christian Laursen User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 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:25:16 -0000 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. -- Christian Laursen