Re: Updated fxp VLAN patch for 4.2-RELEASE

2001-01-23 Thread Pedro J. Lobo
On Fri, 5 Jan 2001, Garrett Wollman wrote: > > - It doesn't modify if_vlan.c anymore. Instead, it uses ifi_hdrlen to tell > > if_vlan.c that it supports long frames. > > This looks good -- but I'm a bit confused by this segment of code: > > + #if NVLAN > 0 > + ifp->if_data.ifi_hdrlen = size

Updated fxp VLAN patch for 4.2-RELEASE

2001-01-05 Thread Garrett Wollman
< said: > - It doesn't modify if_vlan.c anymore. Instead, it uses ifi_hdrlen to tell > if_vlan.c that it supports long frames. This looks good -- but I'm a bit confused by this segment of code: + #if NVLAN > 0 + ifp->if_data.ifi_hdrlen = sizeof(struct ether_vlan_header); + #else + i

Updated fxp VLAN patch for 4.2-RELEASE

2001-01-05 Thread Pedro J. Lobo
Hello, all. I've put in my web page (http://www.euitt.upm.es/~pjlobo/fbsdvlan.html) an updated version of the patch to add vlan support to the fxp driver. This patch differs from the previous releases in two major aspects: - It doesn't modify if_vlan.c anymore. Instead, it uses ifi_hdrlen to tel