From owner-freebsd-current@freebsd.org Tue Dec 6 11:51:13 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF8A5C69BFA for ; Tue, 6 Dec 2016 11:51:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BC0A1F7B for ; Tue, 6 Dec 2016 11:51:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 4F0431FE158; Tue, 6 Dec 2016 12:51:05 +0100 (CET) Subject: Re: How to load kernel module automatic? To: Slawa Olhovchenkov , freebsd-current@freebsd.org References: <20161206114715.GP57876@zxy.spb.ru> From: Hans Petter Selasky Message-ID: Date: Tue, 6 Dec 2016 12:50:40 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161206114715.GP57876@zxy.spb.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 06 Dec 2016 11:51:13 -0000 On 12/06/16 12:47, Slawa Olhovchenkov wrote: > Now I am try to update fw in chelsio card. > Firmware can't be updated if card was running (interface go to UP). > I am try to unload if_cxgbe module, check module unloaded... and after > short time see module loaded again! > How is this possible? Hi, devd is likely re-loading the .ko for you. --HPS