Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 10 Dec 2001 08:27:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 10 Dec 2001 08:27:34 -0500 Received: from ns.ithnet.com ([217.64.64.10]:52231 "HELO heather.ithnet.com") by vger.kernel.org with SMTP id ; Mon, 10 Dec 2001 08:27:24 -0500 Date: Mon, 10 Dec 2001 14:27:07 +0100 From: Stephan von Krawczynski To: Burton W Cc: tulip-users@lists.sourceforge.net, jgarzik@mandrakesoft.com, linux-kernel@vger.kernel.org Subject: Re: 2.4.17-pre7: Oops with Tulip Message-Id: <20011210142707.6210b33b.skraw@ithnet.com> In-Reply-To: In-Reply-To: Organization: ith Kommunikationstechnik GmbH X-Mailer: Sylpheed version 0.6.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 Dec 2001 01:08:28 -0500 (EST) Burton W wrote: Just to test a theory: please try attached patch. Regards, Stephan --- eeprom.c-orig Mon Dec 10 14:24:35 2001 +++ eeprom.c Mon Dec 10 14:25:41 2001 @@ -130,9 +130,9 @@ } controller_index = 0; - if (ee_data[19] > 1) { /* Multiport board. */ - last_ee_data = ee_data; - } + + last_ee_data = ee_data; + subsequent_board: if (ee_data[27] == 0) { /* No valid media table. */ - 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/