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
> >> # diff -u2 /usr/src/Makefile.inc1.orig /usr/src/Makefile.inc1
> >> --- /usr/src/Makefile.inc1.origMon Apr 29 20:42:50 2002
> >> +++ /usr/src/Makefile.inc1 Tue Jun 25 20:05:28 2002
> >> @@ -402,9 +402,10 @@
> >> KRNLCONFDIR= ${KRNLSRCDIR}/${TARGET}/conf
> >> KRNLOBJDIR=${O
On Tue, Jun 25, 2002 at 08:14:30PM +0200, Riccardo Torrini wrote:
> # diff -u2 /usr/src/Makefile.inc1.orig /usr/src/Makefile.inc1
> --- /usr/src/Makefile.inc1.origMon Apr 29 20:42:50 2002
> +++ /usr/src/Makefile.inc1 Tue Jun 25 20:05:28 2002
> @@ -402,9 +402,10 @@
> KRNLCONFDIR= ${K
On 24-Jun-2002 (11:36:34/GMT) Makoto Matsushita wrote:
>> The only (I think) user configurable file under /usr/src tree is
>> the custom kernel file, pointed by KERNCONF in /etc/make.conf.
> "cd /usr/src; make {build,install}kernel" with
> KERNCONF=YOUR_KERNEL_CFG
> KERNCONFDIR=/path/to/dir/of/Y
On Mon, Jun 24, 2002 at 10:29:14PM -0700 I heard the voice of
Doug Barton, and lo! it spake thus:
> >
> > Well, what I do is place symlinks in /usr/src/sys/i386/conf, pointing to
> > the "real" kernel config file(s), which are in a different hierarchy,
> > and in the "local" part of my CVS reposi
David Wolfskill wrote:
>
> >Date: Mon, 24 Jun 2002 10:33:23 +0200 (CEST)
> >From: Riccardo Torrini <[EMAIL PROTECTED]>
>
> >To avoid unwanted removal can we locate that file under any other
> >place and point it (also by KERNCONF or some new black magic) with
> >full path? Is this possible (or
>Date: Mon, 24 Jun 2002 10:33:23 +0200 (CEST)
>From: Riccardo Torrini <[EMAIL PROTECTED]>
>To avoid unwanted removal can we locate that file under any other
>place and point it (also by KERNCONF or some new black magic) with
>full path? Is this possible (or already done) ?
Well, what I do is pl