From owner-freebsd-drivers@FreeBSD.ORG Fri Sep 13 15:26:17 2013 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99F12A29; Fri, 13 Sep 2013 15:26:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 729292937; Fri, 13 Sep 2013 15:26:17 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 7FA92B982; Fri, 13 Sep 2013 11:26:16 -0400 (EDT) From: John Baldwin To: freebsd-drivers@freebsd.org Subject: Re: WOL with msk(4) driver Date: Fri, 13 Sep 2013 10:56:54 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201309131056.54507.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 13 Sep 2013 11:26:16 -0400 (EDT) Cc: Zucchetti , yongari@freebsd.org X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 15:26:17 -0000 On Thursday, September 05, 2013 5:44:20 pm Zucchetti wrote: > Hello Everybody, > > The FreeBSD Forum Administrator > *DutchDaemon*told me today > I should send an email here regarding this: > > http://forums.freebsd.org/showpost.php?p=231918&postcount=6 > > hope you will enjoy it. yongari@FreeBSD.org maintains the msk(4) driver (or has done the most work on it recently at least). I'm not sure he is on this list, but I do think he is on net@ where most network driver questions are asked. I've cc'd him in case he is interested in your patches. I believe he has worked on WOL for other NICs. -- John Baldwin