From owner-freebsd-current@freebsd.org Wed Aug 30 01:35:46 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA406DEB332 for ; Wed, 30 Aug 2017 01:35:46 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from bat.oak.relay.mailchannels.net (bat.oak.relay.mailchannels.net [23.83.215.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 620697D908 for ; Wed, 30 Aug 2017 01:35:45 +0000 (UTC) (envelope-from ian@freebsd.org) X-Sender-Id: _forwarded-from|73.78.92.27 Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id D765D10784D for ; Wed, 30 Aug 2017 01:26:44 +0000 (UTC) Received: from outbound1a.eu.mailhop.org (unknown [100.96.129.223]) (Authenticated sender: duocircle) by relay.mailchannels.net (Postfix) with ESMTPA id 3B6F9107178 for ; Wed, 30 Aug 2017 01:26:44 +0000 (UTC) X-Sender-Id: _forwarded-from|73.78.92.27 Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [172.20.104.49]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.9.14); Wed, 30 Aug 2017 01:26:44 +0000 X-MC-Relay: Junk X-MailChannels-SenderId: _forwarded-from|73.78.92.27 X-MailChannels-Auth-Id: duocircle X-Industry-Cooperative: 713c77105639642a_1504056404718_851894284 X-MC-Loop-Signature: 1504056404718:4096257281 X-MC-Ingress-Time: 1504056404718 X-MHO-User: 45f5665e-8d22-11e7-83af-a91f44540cb3 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 45f5665e-8d22-11e7-83af-a91f44540cb3; Wed, 30 Aug 2017 01:26:41 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v7U1Qc5n002390; Tue, 29 Aug 2017 19:26:38 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1504056398.56799.76.camel@freebsd.org> Subject: Re: Custom Kernel Fail From: Ian Lepore To: Monty Chaney-Geib , freebsd-current@freebsd.org Date: Tue, 29 Aug 2017 19:26:38 -0600 In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2017 01:35:46 -0000 On Tue, 2017-08-29 at 19:54 -0400, Monty Chaney-Geib wrote: > I'm getting a failure building a custom kernel on arm64. > > "/usr/src/sys/dev/mii/smcphy.c:49:10: fatal error: 'miidevs.h' file > not > found" > > Let me know what you guys recommend. > -Monty Add "device mii" to your config. -- Ian