From owner-freebsd-usb@FreeBSD.ORG Tue May 20 22:16:03 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FCDBC87; Tue, 20 May 2014 22:16:03 +0000 (UTC) Received: from mail-yk0-x230.google.com (mail-yk0-x230.google.com [IPv6:2607:f8b0:4002:c07::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0387B298F; Tue, 20 May 2014 22:16:02 +0000 (UTC) Received: by mail-yk0-f176.google.com with SMTP id q9so921809ykb.35 for ; Tue, 20 May 2014 15:16:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mbNOHnCMO8R+23tuBi3p0dZAwuOQkHlPuNgUAio/hDI=; b=LAK/CZpXMCSB3DfvbA+3RhxD8K41/Ln5t+nywreHZ7EoG63j6oZIyINLq8IvAiGm3t vTjty/CeeaG/rGLnnBA2RWacQkqCcVEhJyptHk1Xn8ZkGwXbC9SlIWyoEwE8oMLxZlbB ZbKrH/a+sueekmefIpJm5crwnkAK9vWHw+JWCQd3ZzON8bLU+VLzEp40PNdlWyB7Yp9c PgaMxcH64NI1CUdJ3P9HjZS8f0ER/SUlQVxTsMCbUyY2XHtD8TsKzHwLZpTxO3vcnEhb IEE3C29W1FLtaC6Sg4P40x6x+7hL1Vdw5J3LdCns8zh6Wd/Mo1/dFne13E6Wd/e5m2vR 1F9A== MIME-Version: 1.0 X-Received: by 10.236.172.170 with SMTP id t30mr19158918yhl.136.1400624162152; Tue, 20 May 2014 15:16:02 -0700 (PDT) Received: by 10.170.89.65 with HTTP; Tue, 20 May 2014 15:16:02 -0700 (PDT) In-Reply-To: <537B9D78.3030103@selasky.org> References: <537AEC79.6080406@selasky.org> <537B497E.8070701@selasky.org> <537B6F44.6070905@selasky.org> <537B9D78.3030103@selasky.org> Date: Wed, 21 May 2014 00:16:02 +0200 Message-ID: Subject: Re: if_rsu hardware causes a kernel panic on removal.. From: Idwer Vollering To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-wireless@freebsd.org, freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 22:16:03 -0000 2014-05-20 20:22 GMT+02:00 Hans Petter Selasky : >> Hi, >> >> Certainly, here it is: >> >> http://ra.openbios.org/~idwer/freebsd/core.txt.9_fbsd_10-stable_rsu-panic-on-insertion >> >> Idwer >> > > Does the attached patch make any difference? > > --HPS Yes, it seems to improve the situation. Apparently putting "wlandebug_wlan2=0x40000000" in /etc/rc.conf and compiling+booting with rsu_debug=5 triggers the panic. A verbose boot, so that debug.boothowto=2048 and debug.bootverbose=1, doesn't seem to influence behaviour.