From owner-freebsd-current@FreeBSD.ORG Mon Oct 30 07:50:33 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3486516A407; Mon, 30 Oct 2006 07:50:33 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A67343D49; Mon, 30 Oct 2006 07:50:32 +0000 (GMT) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.62) with esmtp (envelope-from ) id <1GeRuh-000492-6o>; Mon, 30 Oct 2006 08:50:31 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.62) with esmtpsa (envelope-from ) id <1GeRuh-0003nM-5p>; Mon, 30 Oct 2006 08:50:31 +0100 Message-ID: <4545AEC7.2080205@zedat.fu-berlin.de> Date: Mon, 30 Oct 2006 08:50:31 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 1.5.0.7 (X11/20061015) MIME-Version: 1.0 To: pyunyh@gmail.com References: <20060926002916.GA5975@cdnetworks.co.kr> <4833C999-9C20-4C40-814F-214BCE90494E@tamu.edu> <20061029213433.GB1106@fasolt.home.paeps.cx> <20061030044121.GB51632@cdnetworks.co.kr> In-Reply-To: <20061030044121.GB51632@cdnetworks.co.kr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-current@FreeBSD.org, Philip Paeps Subject: Re: Call for Marvell/SysKonnect Yukon II Gigabit Ethernet testers. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 07:50:33 -0000 Pyun YongHyeon wrote: > On Sun, Oct 29, 2006 at 10:34:33PM +0100, Philip Paeps wrote: > > The driver seems to work for me, but only when I put it in the kernel proper. > > If I try to load it as a module, it gives ENOMEM when trying bus_dmamem_alloc() > > for the jumbo buf (line 2177 of if_msk.c). > > > > If there is no cotiguous DMA memory requried by the driver you have > to reboot to get it. Alternatively, you can put the driver in the > kernel instead of using kernel module as you mentioned. > > > Two things I'm curious about: > > > > msk0: flags=8843 mtu 1500 > > options=9a > > inet6 fe80::211:11ff:fe59:1333%msk0 prefixlen 64 scopeid 0x1 > > inet 172.16.1.2 netmask 0xffffff00 broadcast 172.16.1.255 > > inet6 2001:6f8:32f:10:211:11ff:fe59:1333 prefixlen 64 autoconf > > ether 00:11:11:59:13:33 > > media: Ethernet autoselect (100baseTX ) > > status: active > > > > What are flag0 and flag1 in the media: line? > > > > AFAIK there is no official way to indicate negotiated Rx/Tx > flow-control status in ifconfig(8). So I used flag0 to indicate > Rx flow-control and flag1 to denote Tx flow-control. It just means > the driver will flow-control(Rx, Tx) with its link-partner(usually > switch). > > > The kernel also prints "mskc0: Uncorrectable PCI Express error" after bringing > > the interface up. It doesn't seem to cause any harm, but it feels fishy. I > > haven't looked at the source for this. > > > > You can safely ignore the error message unless the error shows > endlessly. > Is this driver also gonna be used in STABLE/6.2? Regards, Oliver