From owner-freebsd-mips@freebsd.org Tue Jul 31 16:11:47 2018 Return-Path: Delivered-To: freebsd-mips@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 097DA105DC6D for ; Tue, 31 Jul 2018 16:11:47 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2AF37080C for ; Tue, 31 Jul 2018 16:11:46 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 5204B14C4E for ; Tue, 31 Jul 2018 16:11:46 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f54.google.com with SMTP id l16-v6so11153005lfc.13 for ; Tue, 31 Jul 2018 09:11:46 -0700 (PDT) X-Gm-Message-State: AOUpUlHIeQKsuujJpWF6SrqdZ5ueAGDVpY+a01y+VpLU9yxx63Qcem+B LTa3zLsS/2aW8wmQsyV7RpQC4OIR0PaEKz5WoGk= X-Google-Smtp-Source: AAOMgpcyXqMZ4QjqNYOSWElRpz9s/2eGIQkIMSERQcG/7Tx0NkpiexP1g0RSEuhABaRqFPJaShR8xxgp6ZjIAaldVKw= X-Received: by 2002:a19:138b:: with SMTP id 11-v6mr13913706lft.74.1533053504821; Tue, 31 Jul 2018 09:11:44 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Tue, 31 Jul 2018 09:11:24 -0700 (PDT) In-Reply-To: References: <655985.32208.qm@web103907.mail.ssk.yahoo.co.jp> From: Kyle Evans Date: Tue, 31 Jul 2018 11:11:24 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: hints bug or new feature ? To: Mori Hiroki Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 16:11:47 -0000 On Tue, Jul 31, 2018 at 8:45 AM, Kyle Evans wrote: > On Tue, Jul 31, 2018 at 5:06 AM, Mori Hiroki wrote: >> Hi >> >> I seem 12CURRENT hints system is change. > > Hi, > > I've rototilled a lot of this. > >> Then invalid setting by line end comment. >> >> For example like this. >> >> hint.arge.1.phymask=0x0 # no directly mapped PHYs >> >> hint.arge.1.phymask is not set in kernel now. >> > > Where are you setting this at? GENERIC.hints, loader.conf(5), or > directly in your KERNCONF (via 'hints' file)? > I dug into it a little bit more afterwards, and tracked it down. >= r336975 should fix, you'll need to either make buildworld or make kernel-toolchain since it's a config(8) bug. Thanks, Kyle Evans