Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2004 01:00:23 -0500
From:      "Matt Emmerton" <matt@gsicomp.on.ca>
To:        "Gert Cuykens" <gert.cuykens@gmail.com>, <freebsd-questions@freebsd.org>
Subject:   Re: kernel compile error
Message-ID:  <001101c4d37d$38b3d9a0$1200a8c0@gsicomp.on.ca>
References:  <ef60af09041125215877bb0fbb@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


> /usr/src/sys/dev/usb/if_rue.c:104:23: miibus_if.h: No such file or
directory
> /usr/src/sys/pci/if_rl.c:122:23: miibus_if.h: No such file or directory
> mkdep: compile failed

You need "device miibus" in your kernel config if you want to use "device
rl".

<quoted from /usr/src/sys/i386/conf/GENERIC>

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device          miibus          # MII bus support
device          dc              # DEC/Intel 21143 and various workalikes
device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
device          pcn             # AMD Am79C97x PCI 10/100 NICs
device          rl              # RealTek 8129/8139


<end quote>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001101c4d37d$38b3d9a0$1200a8c0>