From owner-freebsd-current@FreeBSD.ORG Sat Feb 16 09:24:22 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 BB33216A417 for ; Sat, 16 Feb 2008 09:24:22 +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 3118613C461 for ; Sat, 16 Feb 2008 09:24:21 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 16 Feb 2008 09:24:20 -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 (mp005) with SMTP; 16 Feb 2008 10:24:20 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX18DkFxrc4kDYAJTxTpUPgs6GigcgcwJOd1ONKd4My w8sQWHggLw2BY2 From: Stefan Ehmann To: pyunyh@gmail.com Date: Sat, 16 Feb 2008 10:24:18 +0100 User-Agent: KMail/1.9.7 References: <20080204022334.GC27999@cdnetworks.co.kr> <200802151509.38442.shoesoft@gmx.net> <20080216041704.GA7417@cdnetworks.co.kr> In-Reply-To: <20080216041704.GA7417@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802161024.19175.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: 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: Sat, 16 Feb 2008 09:24:22 -0000 On Saturday 16 February 2008 05:17:04 Pyun YongHyeon wrote: > On Fri, Feb 15, 2008 at 03:09:38PM +0100, Stefan Ehmann wrote: > > On Monday 11 February 2008 06:36:32 Pyun YongHyeon wrote: > > > On Tue, Feb 05, 2008 at 11:17:15AM +0100, Stefan Ehmann wrote: > > > > (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 > > ^^^^^^^^ > Either you don't run CURRENT or your hardware does not support PCI > power management. Since WOL framework was not MFCed to > RELENG_7/RELENG_6 you wouldn't see WOL_UCAST and WOL_MAGIC > capability flags from ifconfig(8). Overhauled vr(4) disables WOL to > save power if WOL_UCAST/WOL_MCAST was disabled which is always > true on RELENG_7/RELENG_6. Sorry if I haven't been clear about this: I am testing on RELENG_7. Thanks for the clarification. -- Stefan