From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 22:31:53 2010 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 334761065677 for ; Wed, 11 Aug 2010 22:31:53 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0584F8FC0C for ; Wed, 11 Aug 2010 22:31:52 +0000 (UTC) Received: by pxi17 with SMTP id 17so269593pxi.13 for ; Wed, 11 Aug 2010 15:31:52 -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:subject :message-id:reply-to:mime-version:content-type:content-disposition :user-agent; bh=b02gmj7kxFLz66ZI5gaBipk0kw8TLvJb7zbqHXBI518=; b=kvHZdQ8u8xDYRHGC9hrXUpQhOdgJQTCSVYVxcgZa7EOYL+BwADrot/GiXioZPMuW0U vwOlB1Ay37Fhl6vklqqH8FS7tClhN8MhWAAe1sVFxKT2RiBAf9+a8HWaXSlgzmHn3gRF wJyVEbRXxkUL5UL78dYHDQQMFBwL8Z3gfLVUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:reply-to:mime-version:content-type :content-disposition:user-agent; b=SKUTdoRzMXJ/qtJ6dkAYZST1DxGw5JSE1P0ckjoenXO7Skj9AgphI2f5TyE38S8KRm IfaXps0ycq2TQNt+ylI64KPL0uL1eJbWLRbRyK4QJguqSmG4G07zu2n2VbDC3ZZDWlSc yfE8axOaFcAwZaOxAGQhq1VSI2O/UdsZjhuT0= Received: by 10.142.216.17 with SMTP id o17mr9804008wfg.253.1281565912379; Wed, 11 Aug 2010 15:31:52 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id w27sm674759wfd.17.2010.08.11.15.31.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Aug 2010 15:31:51 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 11 Aug 2010 15:31:50 -0700 From: Pyun YongHyeon Date: Wed, 11 Aug 2010 15:31:50 -0700 To: freebsd-current@freebsd.org Message-ID: <20100811223150.GH15858@michelle.cdnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: CFT: xl(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: Wed, 11 Aug 2010 22:31:53 -0000 Hi, Here is patch that adds support WOL for xl(4). Note, not all xl(4) controllers support WOL. Some controllers require additional 3-wire auxiliary remote wakeup connector to draw power. I don't have the connector so I don't know whether WOL really works or not but I did not see any regressions. If you're user of xl(4) please give it try and let me know whether I introduced regressions. You can find latest WOL patch at the following URL. http://people.freebsd.org/~yongari/xl/xl.wol.patch Thanks.