Re: Custom Kernel Fail

2017-08-29 Thread Ian Lepore
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
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Custom Kernel Fail

2017-08-29 Thread Monty Chaney-Geib
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
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


questions re updating to -CURRENT

2017-08-29 Thread owner-freebsd-current

Hello:
I finally get to update a system from:

FreeBSD 11.0-RC2 #0 r304729: Wed Aug 24 06:59:03 UTC 2016 amd64

to -CURRENT.
After reading src/UPDATING, I understand everything (I think)
_except_:

20170311:
The old drm (sys/dev/drm/) drivers for i915 and radeon have been
removed as the userland we provide cannot use them. The KMS version
(sys/dev/drm2) supports the same hardware.

I assume the new kernel bits will be automatically built and
installed.  Are there any changes I need to make elsewhere,
e.g. loader,conf or ports?

Also:  as part of the "safest in-place upgrade" ... how do

rm -rf /usr/obj/*

and

make cleanworld

differ?



Respectfully,


Robert Huff

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"