Kim Hyun wrote:
> help me~~~~~my configuration kernel file is failed.....
>
> my os is FreeBSD 7.2 Release
> my notebook's model is "Compaq Evo N150"
> memory ram is 311M
> cpu is "Intel pentium III (800.04-MHz 686-class CPU)"
>
>
> executig command ....
> ===================================
> make buildkernal KERNEL=KIMHYUN_KERNEL
>
> ...............
> ...............
> /usr/src/sys/dev/fxp/if_fxp.c:87:23: error: miibus_if.h: No such file or
> directory
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/KIMHYUN_KERNEL.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
>   

You need 'device miibus' for fxp.
Uncomment this line in  your configuration file.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to