From owner-freebsd-questions@FreeBSD.ORG Tue Apr 11 05:37:53 2006 Return-Path: X-Original-To: freebsd-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 256B616A401 for ; Tue, 11 Apr 2006 05:37:53 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.19.101.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id C43A243D45 for ; Tue, 11 Apr 2006 05:37:52 +0000 (GMT) (envelope-from hugo@barafranca.com) Received: from localhost (localhost [127.0.0.1]) by mail.barafranca.com (Postfix) with ESMTP id 86B2FC38EE for ; Tue, 11 Apr 2006 05:43:08 +0000 (UTC) Received: from mail.barafranca.com ([67.19.101.164]) by localhost (mail.barafranca.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60100-08 for ; Tue, 11 Apr 2006 05:43:07 +0000 (UTC) Received: from [192.168.0.1] (unknown [81.84.174.230]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTP id 6D871C38FF for ; Tue, 11 Apr 2006 05:43:07 +0000 (UTC) Message-ID: <443B40B8.9070503@barafranca.com> Date: Tue, 11 Apr 2006 06:38:00 +0100 From: Hugo Silva User-Agent: Thunderbird 1.5 (X11/20060318) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060410204905.36238.qmail@web53105.mail.yahoo.com> In-Reply-To: <20060410204905.36238.qmail@web53105.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at barafranca.com Subject: Re: Marvell Yukon chip in FreeBSD 5.4 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: Tue, 11 Apr 2006 05:37:53 -0000 Leonid Baryudin wrote: > I'm trying to load Marvell if_myk.ko kernel module. In FreeBSD 5.4 vanilla > it works fine, creates device node, etc... > > In my distribution (based on the same 5.4, but with some changes) driver > gets loaded (kldstat shows that), but device node is not created. > > What should I look for? Some kernel option, disabling/enabling node creation? > > Thanks, > > Leonid. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I had a similar problem (altough on 6.0), which was solved by building the module libmpool: 6 1 0xc0ccf000 3211c if_myk.ko 7 2 0xc0d02000 2518 libmbpool.ko myk0: flags=8843 mtu 1500 options=2b Again, this was on 6.0. I'd suggest you upgrade to 6.X if you still have troubles. I have been running this driver for about 20 days now, without any problem whatsoever.