From owner-freebsd-current@FreeBSD.ORG Fri Feb 15 14:09:42 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF9C16A41B for ; Fri, 15 Feb 2008 14:09:42 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6025B13C448 for ; Fri, 15 Feb 2008 14:09:41 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 15 Feb 2008 14:09:39 -0000 Received: from 85-127-17-94.dynamic.xdsl-line.inode.at (EHLO [192.168.0.10]) [85.127.17.94] by mail.gmx.net (mp020) with SMTP; 15 Feb 2008 15:09:39 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX1/oG2AknvXo83OP+VKSiYeMzmKb2q/nfaMIOiMILn 3Bt4Ib5jonHBBt From: Stefan Ehmann To: pyunyh@gmail.com Date: Fri, 15 Feb 2008 15:09:38 +0100 User-Agent: KMail/1.9.7 References: <20080204022334.GC27999@cdnetworks.co.kr> <200802051117.16262.shoesoft@gmx.net> <20080211053632.GF2317@cdnetworks.co.kr> In-Reply-To: <20080211053632.GF2317@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802151509.38442.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: Marcin Wisnicki , freebsd-current@freebsd.org Subject: Re: CFT: vr(4) 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: Fri, 15 Feb 2008 14:09:42 -0000 On Monday 11 February 2008 06:36:32 Pyun YongHyeon wrote: > On Tue, Feb 05, 2008 at 11:17:15AM +0100, Stefan Ehmann wrote: > > On Monday 04 February 2008 20:56:54 Stefan Ehmann wrote: > > > On Monday 04 February 2008 18:47:44 Marcin Wisnicki wrote: > > > > On Mon, 04 Feb 2008 10:48:02 -0500, Mike Tancsa wrote: > > > > > At 09:23 PM 2/3/2008, Pyun YongHyeon wrote: > > > > >>Dear all, > > > > >> > > > > >>Here is overhauled vr(4) that shall address all known issues. PR > > > > >>database showed vr(4) is not stable enough under high load and > > > > > > > > > > Hi, > > > > > Is there a RELENG_7 or 6 version of the driver to test ? > > > > > Using RELENG_7 from this morning, I get > > > > > > > > Try this: > > > > > > > > http://wisnia21.freeshell.org/f/freebsd/if_vr-pyunyh-to-releng6.diff > > > > > > > > On RELENG7 there could be a conflict in second change that should be > > > > safe to ignore. > > > > > > Using it with the second chunk ignored. > > > > ... > > > > > vr0: port 0xa000-0xa0ff mem > > > 0xf0000000-0xf00000ff at device 18.0 on pci0 > > > vr0: Quirks: 0x0 > > > vr0: Revision: 0x74 > > > miibus0: on vr0 > > > vr0: Ethernet address: 00:0e:a6:40:3f:d0 > > > vr0: [ITHREAD] > > > > (replying to myself) > > wake-on-LAN doesn't work for me any longer. > > Show me the output of 'ifconfig vr0'. $ ifconfig vr0 vr0: flags=8843 metric 0 mtu 1500 options=8 ether 00:0e:a6:40:3f:d0 inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 media: Ethernet autoselect (100baseTX ) status: active -- Stefan