From owner-freebsd-current@FreeBSD.ORG Thu Nov 27 01:59:15 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 C05F61065670 for ; Thu, 27 Nov 2008 01:59:15 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by mx1.freebsd.org (Postfix) with ESMTP id 5696A8FC1A for ; Thu, 27 Nov 2008 01:59:15 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so455845tib.3 for ; Wed, 26 Nov 2008 17:59:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=UweIYzPVDyfhjSQeI7aTDEC9gNm8s1odfeQivsBvrXo=; b=uAWWgk52SoJrEWbm4iHyel7a2X6sNtlFNZ87/WNnyYP+xpgZKgHbA9hXfOxsVXRT+/ Xl7agEHG6zg9hbutq3AiH2wXYMzaXb6eQVlbJPoclpzKuvoQz3fxhDlDe3fQUJwb3DVK G+Dg2yZbSojC2lSYlI/9SO4ZR396a3kJ4iPAg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=MOhX11T7QAd/ZVUm0d5INntptD3WSklju6QEGkzKzZoXhf6FjdfkR9fE7CiOW25g3K gzfe6HHx5GNpTofvX3yjZAb2lbNwq+GgxHblvshhEB+tIIm9OAebqI2pljrxrVe2LV1u NflxHE0BV7+iwTfH2NY2y3qbcWUWlNqOEst2E= Received: by 10.110.15.9 with SMTP id 9mr9327414tio.27.1227751154014; Wed, 26 Nov 2008 17:59:14 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id a14sm2854965tia.12.2008.11.26.17.59.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Nov 2008 17:59:12 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id mAR1v8lW091693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 27 Nov 2008 10:57:08 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mAR1v7LS091691 for freebsd-current@FreeBSD.org; Thu, 27 Nov 2008 10:57:07 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 27 Nov 2008 10:57:07 +0900 From: Pyun YongHyeon To: freebsd-current@FreeBSD.org Message-ID: <20081127015707.GB91274@cdnetworks.co.kr> References: <20081015003745.GG14769@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081015003745.GG14769@cdnetworks.co.kr> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Call for testers: fxp(4) WOL X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 01:59:15 -0000 On Wed, Oct 15, 2008 at 09:37:45AM +0900, To freebsd-current@FreeBSD.org wrote: > I've implemented WOL for fxp(4) and it works ok to me. Because > there too many variants of fxp(4) hardwares I'd like to hear > success/failure report before committing attached patch to tree. > It seems that the following Intel 8255x supports WOL. Apparently > 82557 lacks WOL capabillity. > > 82558 > 82559 > 82550 > 82551 > > If your suspend/resume works on your system you can also wake up > your system in suspend by WOL. > Slightly modified version committed to HEAD(r185354). -- Regards, Pyun YongHyeon