From owner-freebsd-ppc@freebsd.org Tue Jul 10 14:37:29 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 4266E102C84B for ; Tue, 10 Jul 2018 14:37:29 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D190A79C82; Tue, 10 Jul 2018 14:37:28 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [192.168.1.133] (p57BB4637.dip0.t-ipconnect.de [87.187.70.55]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 665A0721E280C; Tue, 10 Jul 2018 16:37:26 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: Loading modules from /boot/loader.conf From: Michael Tuexen In-Reply-To: <20180710134948.GA2655@FreeBSD.org> Date: Tue, 10 Jul 2018 16:37:25 +0200 Cc: FreeBSD PowerPC ML Content-Transfer-Encoding: quoted-printable Message-Id: References: <6DB7ABD4-8C04-46B3-8C07-FC591FC16F71@freebsd.org> <20180626053314.GA30244@FreeBSD.org> <20180710123325.GA34541@FreeBSD.org> <20180710134948.GA2655@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3445.9.1) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de 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 14:37:29 -0000 > On 10. Jul 2018, at 15:49, Alexey Dokuchaev wrote: >=20 > On Tue, Jul 10, 2018 at 03:11:37PM +0200, Michael Tuexen wrote: >>> On 10. Jul 2018, at 14:33, Alexey Dokuchaev = wrote: >>>=20 >>> On Tue, Jul 10, 2018 at 01:12:35PM +0200, Michael Tuexen wrote: >>>> can you run on your G4: >>>>=20 >>>> readelf -x set_modmetadata_set /boot/kernel/kernel >>>>=20 >>>> This should provide a list of non-NULL pointers. However, on my G4 = system >>>> this section only contains NULL pointers. >>>=20 >>> Mine is also all NULLs. >>=20 >> OK. You said that you can't reproduce the problem. >=20 > 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. >=20 >> So you are able to load a kernel module via /boot/loader.conf? >> If yes, which one? >=20 > I've put xhci_load=3D"YES" there and report upon the next reboot. Great! I tested it with my machine and it shows the problem: * xhci will not be loaded via /boot/loader.conf * xhci can be loaded via kldload after the system is up. Best regards Michael >=20 > ./danfe