From owner-freebsd-net@FreeBSD.ORG Thu Mar 19 01:24:35 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B82F8106566B; Thu, 19 Mar 2009 01:24:35 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-gx0-f176.google.com (mail-gx0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id 459708FC1B; Thu, 19 Mar 2009 01:24:35 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by gxk24 with SMTP id 24so2137718gxk.19 for ; Wed, 18 Mar 2009 18:24:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=Lu/wah4MiuRvM4FeE5cil9qLmApXFDGeMkLFxo+loi8=; b=n6C1nMAvdbAH4ozyplPrwXJNUVf1v3OFXbSWpAYeO3lSKPuuo92hAB9jMN15nVolYm lR22qZ4RaufOwg/lZkegCBgeQKID7LbVeNvhihjLKimdNPTC1S86cjSu6RnQySCjEo5j Q2bGRq1c51IcOB/nY2x2K5x+o6SP43PH/B9mE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=OM6DgLV1dqujkEy5AJBWgVX47w6dP/vXxs/VtpvkwhN9hXhN9AsJeGgIvJxGEHTtdL cdYZ+jfEkIiFrQFVCX+K+he9grCyT8C1JXJsDokJsG2vlKWz/bak/m9Jng8WBdCuU7xI sW56PySum1DUGMv76F+oZipC98T0f2hrLeCfI= Received: by 10.101.71.3 with SMTP id y3mr1149757ank.158.1237425874553; Wed, 18 Mar 2009 18:24:34 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id d21sm1449154and.26.2009.03.18.18.24.31 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Mar 2009 18:24:33 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Thu, 19 Mar 2009 10:24:49 +0900 From: Pyun YongHyeon Date: Thu, 19 Mar 2009 10:24:49 +0900 To: Bruce Simpson Message-ID: <20090319012449.GJ41410@michelle.cdnetworks.co.kr> References: <49BF54EB.3070800@incunabulum.net> <20090318003944.GA41410@michelle.cdnetworks.co.kr> <49C12C19.7060404@incunabulum.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49C12C19.7060404@incunabulum.net> User-Agent: Mutt/1.4.2.3i Cc: stas@freebsd.org, FreeBSD Net , imp@freebsd.org Subject: Re: ae(4) Wake-on-Lan MFC X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Mar 2009 01:24:36 -0000 On Wed, Mar 18, 2009 at 05:15:05PM +0000, Bruce Simpson wrote: > Pyun YongHyeon wrote: > >Do you have ae(4) hardware? I'm not sure why stas@ removed WOL part > >in the MFC but it could be lack of testing(CCed to stas@). I've > >attached diff that includes WOL support from HEAD. > > > > > > Thanks. I tested this OK on the EeePC 701 so I've committed it! > Great! Thanks.