Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 1999 10:46:42 -0400 (EDT)
From:      Bill Paul <wpaul@skynet.ctr.columbia.edu>
To:        freebsd@mrynet.com (FreeBSD mailing list)
Cc:        current@freebsd.org
Subject:   Re: kernel build fail- /pci/if_xl.c:133: miibus_if.h: No such file or directory
Message-ID:  <199908301446.KAA20178@skynet.ctr.columbia.edu>
In-Reply-To: <199908300632.XAA47993@mrynet.com> from "FreeBSD mailing list" at Aug 29, 99 11:32:44 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Of all the gin joints in all the towns in all the world, FreeBSD mailing 
list had to walk into mine and say:

> Subject says it all.

No, the subject does not say it all: the subject says nothing about how
you forgot to update your kernel config file to include:

controller miibus0

The subject also fails to mention that you didn't go back and read
previous postings on this list, especially the one where I said that I
had converted the xl driver to use miibus.

Of course, nowdays you don't even need to include the xl driver in your
kernel. You can just do:

kldload mii
kldload xl

Or you can include the following in /boot/loader.conf and reboot:

mii_load="YES"
xl_load="YES"

-Bill

-- 
=============================================================================
-Bill Paul            (212) 854-6020 | System Manager, Master of Unix-Fu
Work:         wpaul@ctr.columbia.edu | Center for Telecommunications Research
Home:  wpaul@skynet.ctr.columbia.edu | Columbia University, New York City
=============================================================================
 "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness"
=============================================================================


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908301446.KAA20178>