From owner-freebsd-mips@freebsd.org Tue Jul 31 13:45:27 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 9FC1F105AB6A for ; Tue, 31 Jul 2018 13:45:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 537438B854 for ; Tue, 31 Jul 2018 13:45:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf1-f45.google.com (mail-lf1-f45.google.com [209.85.167.45]) (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 E36D313E29 for ; Tue, 31 Jul 2018 13:45:26 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf1-f45.google.com with SMTP id y200-v6so10782932lfd.7 for ; Tue, 31 Jul 2018 06:45:26 -0700 (PDT) X-Gm-Message-State: AOUpUlEo1IWn8L8PSMiqlfhw8NjkHhUbg9F83edxy17K0B35lqFiFhVr /GXj+mbygUhcGVE+42fdu+MauRM9GTVaiFW1w/U= X-Google-Smtp-Source: AAOMgpfnf95TD2LLrpoDunSNH6uGp3WVijO8ljEJ8AmIJAVPAfnZx26b+vs/m8wNd9R9pxoi5e4eoF3d92Tt+JTHkJY= X-Received: by 2002:a19:7b08:: with SMTP id w8-v6mr12865118lfc.22.1533044725341; Tue, 31 Jul 2018 06:45:25 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Tue, 31 Jul 2018 06:45:04 -0700 (PDT) In-Reply-To: <655985.32208.qm@web103907.mail.ssk.yahoo.co.jp> References: <655985.32208.qm@web103907.mail.ssk.yahoo.co.jp> From: Kyle Evans Date: Tue, 31 Jul 2018 08:45:04 -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 13:45:27 -0000 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)? > This is bug or new feature ? I'd call it a bug. =) > Thanks > > Hiroki Mori Kyle Evans