From owner-freebsd-ppc@freebsd.org Tue Jul 10 13:49:49 2018 Return-Path: Delivered-To: freebsd-ppc@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 079AA10284F1 for ; Tue, 10 Jul 2018 13:49:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B099877888; Tue, 10 Jul 2018 13:49:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A94E01475A; Tue, 10 Jul 2018 13:49:48 +0000 (UTC) Date: Tue, 10 Jul 2018 13:49:48 +0000 From: Alexey Dokuchaev To: Michael Tuexen Cc: FreeBSD PowerPC ML Subject: Re: Loading modules from /boot/loader.conf Message-ID: <20180710134948.GA2655@FreeBSD.org> References: <6DB7ABD4-8C04-46B3-8C07-FC591FC16F71@freebsd.org> <20180626053314.GA30244@FreeBSD.org> <20180710123325.GA34541@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2018 13:49:49 -0000 On Tue, Jul 10, 2018 at 03:11:37PM +0200, Michael Tuexen wrote: > > On 10. Jul 2018, at 14:33, Alexey Dokuchaev wrote: > > > > On Tue, Jul 10, 2018 at 01:12:35PM +0200, Michael Tuexen wrote: > >> can you run on your G4: > >> > >> readelf -x set_modmetadata_set /boot/kernel/kernel > >> > >> This should provide a list of non-NULL pointers. However, on my G4 system > >> this section only contains NULL pointers. > > > > Mine is also all NULLs. > > OK. You said that you can't reproduce the problem. I meant that I didn't try yet because the box is used as a database server for our pet project at $work, and I didn't want to reboot it. I'll try to find a chance to do this though. > So you are able to load a kernel module via /boot/loader.conf? > If yes, which one? I've put xhci_load="YES" there and report upon the next reboot. ./danfe