From owner-freebsd-arm@freebsd.org Tue Apr 10 09:41:05 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D1FDF8D199 for ; Tue, 10 Apr 2018 09:41:05 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9911C76030 for ; Tue, 10 Apr 2018 09:41:04 +0000 (UTC) (envelope-from freebsd-arm@dino.sk) Received: from zeta.dino.sk (fw3.dino.sk [84.245.95.254]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Tue, 10 Apr 2018 11:40:56 +0200 id 00DD6048.5ACC86A8.00017EB7 Date: Tue, 10 Apr 2018 11:40:55 +0200 From: Milan Obuch To: freebsd-arm@freebsd.org Subject: Re: Problem with regulator_shutdown() introduced in r331989 Message-ID: <20180410114055.06691613@zeta.dino.sk> In-Reply-To: <57F00591-C95A-46FE-B618-1BE2ABEC2216@cs.huji.ac.il> References: <20180407213413.0103754b@zeta.dino.sk> <57F00591-C95A-46FE-B618-1BE2ABEC2216@cs.huji.ac.il> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; i386-portbld-freebsd10.4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 09:41:05 -0000 On Mon, 9 Apr 2018 15:44:18 +0300 Daniel Braniss wrote: > i just compiled r332317 and all seems ok! >=20 > danny >=20 Hi, I just compiled kernel using r332349, but still the same. Workarou=C3=A1nd still needed. > > I can override it with either manually entering > >=20 > > set hw.regulator.disable_unused=3D0 > >=20 > > on loader prompt, or putting line > >=20 > > hw.regulator.disable_unused=3D0 > >=20 > > into /boot/loader.conf file. > > Regards, Milan