From owner-freebsd-stable@FreeBSD.ORG Wed Oct 15 00:42:55 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD64E1065694 for ; Wed, 15 Oct 2008 00:42:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id 24F0E8FC24 for ; Wed, 15 Oct 2008 00:42:54 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1327187tid.3 for ; Tue, 14 Oct 2008 17:42:53 -0700 (PDT) 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:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=D+g4fgHE0rJKs+7inX+f/KkC4z8fzSX+1tKRnsnFZzc=; b=C7yWkonxEqbrahhX+Lw0CCb1JplkHDkkEXSaLLza4BzXxM5rk5dVduv3+h0VZyYJZd lP33Mvt4IfogqNMVL8Wc5CFuwvdQUq0GdFF5vOhHQFiiw2qthUONz8y8LHkd6P40RcP5 GMLWT7WURoqdznoXSuzOWDZtOCgkenxj4Npiw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=lcNNvpG0ZGYN/Dw7MHQGTIvZQRVsfHUSIuXUmNhddUTcloOsO2K52g4+bygUqaRkeD nE7Viw/EIBkhqTF5JQwmcyOlu6/hvEiVe6/Xk9+Ida4J1f8/GzJfq6S/CqGy9bxgEyI9 T+i9W+SVE0g9Y16tS4dcUoj9YCRBmcQlpg6l0= Received: by 10.110.63.6 with SMTP id l6mr201832tia.4.1224031373786; Tue, 14 Oct 2008 17:42:53 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id u12sm2228161tia.3.2008.10.14.17.42.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 14 Oct 2008 17:42:52 -0700 (PDT) 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 m9F0erZ4019134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Oct 2008 09:40:53 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m9F0eqpZ019133; Wed, 15 Oct 2008 09:40:52 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 15 Oct 2008 09:40:51 +0900 From: Pyun YongHyeon To: David Adam Message-ID: <20081015004051.GH14769@cdnetworks.co.kr> References: <596673353.20081006181334@pulsar.bg> <20081010060013.GB99376@cdnetworks.co.kr> <20081014065633.GF14769@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081014065633.GF14769@cdnetworks.co.kr> User-Agent: Mutt/1.4.2.1i Cc: Georgi Iovchev , freebsd-stable@freebsd.org Subject: Re: can not wake on lan after halt -p (or shutdown -p now) on releng_7 and releng_7_0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 00:42:55 -0000 On Tue, Oct 14, 2008 at 03:56:33PM +0900, To David Adam wrote: [...] > > Both of the fxp(4) interfaces on my development system certainly support > > WOL, so although I'm no kernel programmer I'd be more than happy to test > > patches or provide developer access. > > > > I have a bunch of fxp cards donated by andre@ so I guess I'm one of > the best one that can experiment WOL capability on fxp(4). Before > that expeimentation I guess I have to read documentation of E100 to > write a WOL patch. > These days I'm somewaht overloaded for paid work and other network > drivers so I can't promise but I'll try if I manage to find spare > time. > See http://lists.freebsd.org/pipermail/freebsd-current/2008-October/089295.html and let me know how it goes on your fxp(4). -- Regards, Pyun YongHyeon