From owner-freebsd-current@FreeBSD.ORG Fri Jun 20 07:51:44 2014 Return-Path: Delivered-To: freebsd-current@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 2176E527 for ; Fri, 20 Jun 2014 07:51:44 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8F0720D0 for ; Fri, 20 Jun 2014 07:51:43 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 261331FE026; Fri, 20 Jun 2014 09:51:34 +0200 (CEST) Message-ID: <53A3E81B.5050805@selasky.org> Date: Fri, 20 Jun 2014 09:51:55 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Lundberg, Johannes" , FreeBSD Current Subject: Re: ucom_free Fatal trap on shutdown / module unload References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 20 Jun 2014 07:51:44 -0000 On 06/20/14 04:25, Lundberg, Johannes wrote: > Hi > > I'm getting this error on 11-CURRENT amd64 (snapshot from June). (see > attached image) > Worked fine with 10 I think.. > > The ucom module is loaded as a dependency by the uhso module. > > Any clues? > -- > Johannes Lundberg > > > [image: Inline image 1] > Hi, Possibly something similar to what was done in USB audio that DRIVER_MODULE_ORDERED() needs to be used instead of DRIVER_MODULE(). --HPS