Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 23 Feb 2002 16:41:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 23 Feb 2002 16:41:42 -0500 Received: from mail.interware.hu ([195.70.32.130]:34771 "EHLO mail.interware.hu") by vger.kernel.org with ESMTP id ; Sat, 23 Feb 2002 16:41:31 -0500 Date: Sat, 23 Feb 2002 22:41:20 +0100 (CET) From: endre@interware.hu To: "Teodor.Iacob@astral.kappa.ro" cc: "linux-kernel@vger.kernel.org" Subject: Re: Problem? 802.1q kernel 2.4.18-rc1-rmap12f In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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/