On Wed, Oct 02, 2002 at 08:07:25PM +0300, Boris A. Grebenyuk wrote:
> 
> Hi! I'm trying to build kernel for i486 PC. But get an error:
> 
> Press any key to continue...bash-2.04# bash-2.04# make kernel
> linking kernel
> if_ed.o: In function `ed_tick':
> if_ed.o(.text+0x26d9): undefined reference to `mii_tick'
> if_ed.o: In function `ed_init':
> if_ed.o(.text+0x2aca): undefined reference to `mii_mediachg'
> if_ed.o: In function `ed_ifmedia_upd':
> if_ed.o(.text+0x4d8d): undefined reference to `mii_mediachg'
> if_ed.o: In function `ed_ifmedia_sts':
> if_ed.o(.text+0x4dc2): undefined reference to `mii_pollstat'
> *** Error code 1
> 
> Stop in /usr/src/sys/compile/DISKLESS_486.
> 
> How can I solve a problem? I think there is some unchecked options or devices in
> my kernel config. Need you help.

You're missing the miibus device.

> # ISA Ethernet NICs.
> # 'device ed' requires 'device miibus'
> device                ed0     at isa? port 0x280 irq 10 iomem 0xd8000

Kris

Attachment: msg03706/pgp00000.pgp
Description: PGP signature

Reply via email to