Re: Problem? 802.1q kernel 2.4.18-rc1-rmap12f

endre@interware.hu
Sat, 23 Feb 2002 22:41:20 +0100 (CET)


On Sat, 23 Feb 2002, Teodor Iacob wrote:

> > Did you patch the ethernet driver so that it supports the bigger
> > MTUs needed for VLAN support ? It's all described in the VLAN patch docs.
>
> Is there any drawback to use this patch? :
> In const char i82557_config_cmd[22] = {
> - 0x68, 0, 0x40, 0xf2, 0xBD, /* 0xBD->0xFD=Force
> full-duplex */
> + 0x68, 0, 0x40, 0xfa, 0xBD, /* 0xBD->0xFD=Force
> full-duplex */
>

AFAIK you have to change 2 values in this section: the second and third
occurences of 0xf2 to 0xfa.

endre

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/