From owner-freebsd-questions@FreeBSD.ORG Sat Jul 15 16:38:36 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C5C16A4DA for ; Sat, 15 Jul 2006 16:38:36 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (wcborstel.xs4all.nl [82.93.93.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A9043D46 for ; Sat, 15 Jul 2006 16:38:35 +0000 (GMT) (envelope-from jorn@wcborstel.com) Received: from localhost (mail.wcborstel.com [10.0.0.2]) by mail.wcborstel.com (Postfix) with ESMTP id 278B8284CE0; Sat, 15 Jul 2006 18:38:34 +0200 (CEST) Received: from mail.wcborstel.com ([10.0.0.2]) by localhost (mail.wcborstel.com [10.0.0.2]) (amavisd-new, port 10024) with ESMTP id 46712-05; Sat, 15 Jul 2006 18:38:33 +0200 (CEST) Received: from [192.168.0.2] (unknown [192.168.1.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.wcborstel.com (Postfix) with ESMTP id 08FD1284CB4; Sat, 15 Jul 2006 18:38:33 +0200 (CEST) Message-ID: <44B919E4.9010605@wcborstel.com> Date: Sat, 15 Jul 2006 18:37:56 +0200 From: Jorn Argelo User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: mr thooL , questions@freebsd.org References: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> In-Reply-To: <7fd86a350607150922n35ea6248of61c3750a0f5f1c3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at wcborstel.com Cc: Subject: Re: building new kernel failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 16:38:36 -0000 mr thooL wrote: > Hi, > > here is my conf file: [snip] > # 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 Read the note :-) You have to keep miibus. Cheers, Jorn