Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2009 22:38:11 +0000
From:      Volker <volker@vwsoft.com>
To:        Bruce Simpson <bms@incunabulum.net>
Cc:        pyunyh@gmail.com, FreeBSD Net <freebsd-net@freebsd.org>, imp@FreeBSD.org
Subject:   Re: ae(4) Wake-on-Lan MFC
Message-ID:  <49C02653.9040100@vwsoft.com>
In-Reply-To: <49BF54EB.3070800@incunabulum.net>
References:  <49BF54EB.3070800@incunabulum.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/17/09 07:44, Bruce Simpson wrote:
> Hi,
> 
> I noticed that ae(4) got MFC'ed to RELENG_7 before Wake-on-Lan support did.
> 
> However, WOL support is now there, and it looks like the change can just
> go in:
>   
> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ae/if_ae.c.diff?r1=1.1.2%3ARELENG_7&tr1=1.1&r2=1.3%3AHEAD&tr2=1.3
> 
> 
> I am tied up looking at other stuff at the moment, it would be nice to
> merge the change, but low priority for me right now.
> 
> BTW, it still seems easier to use cvsweb to pull a diff between FreeBSD
> branches since the SVN change,
> does anyone know an easier way?
> 
> thanks
> BMS

The following can be used:

svn diff svn://svn.freebsd.org/base/stable/7/sys/dev/ae/if_ae.c \
  svn://svn.freebsd.org/base/head/sys/dev/ae/if_ae.c

For exact revisions, append @{rev} to URLs (consult ``svn diff --help``).

It also works for directories and trees but you need to be play with
that a bit.

Volker



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49C02653.9040100>