Received: with ECARTIS (v1.0.0; list netdev); Mon, 01 Mar 2004 02:26:01 -0800 (PST) Received: from young-lust.wild-wind.fr.eu.org (lopsy-lu.misterjones.org [62.4.18.26]) by oss.sgi.com (8.12.10/8.12.9) with SMTP id i21APaKO031009 for ; Mon, 1 Mar 2004 02:25:37 -0800 Received: from hina.wild-wind.fr.eu.org ([192.168.70.139]) by young-lust.wild-wind.fr.eu.org with esmtp (Exim 3.35 #1 (Debian)) id 1Axkc1-0002T1-00; Mon, 01 Mar 2004 11:25:25 +0100 Received: from maz by hina.wild-wind.fr.eu.org with local (Exim 3.36 #1 (Debian)) id 1Axkc1-0002rb-00; Mon, 01 Mar 2004 11:25:25 +0100 To: pawel.sokolowski@muflon.linux.pl Cc: netdev@oss.sgi.com, jgarzik@pobox.com Subject: Re: 2.6.4-rc1 + hp100 EISA, not working Organization: Metropolis -- Nowhere X-Attribution: maz Reply-to: mzyngier@freesurf.fr References: From: Marc Zyngier Date: Mon, 01 Mar 2004 11:25:25 +0100 Message-ID: In-Reply-To: (Pawe's message of "Sun, 29 Feb 2004 22:06:16 +0100 (CET)") Lines: 26 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-archive-position: 3681 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: mzyngier@freesurf.fr Precedence: bulk X-list: netdev >>>>> "Pawel" == Pawe writes: Pawel> On 2.6.3 it just Oopsed and didn't work. On 2.6.4-rc1 it does Pawel> not oops but it doesn't work (neither as module nor as build in kernel). Note that hp100 in 2.6.4-rc1 is still broken wrt EISA probing, since it lacks the terminating entry in the EISA ID list. This one-liner should take care of random crashes that are often reported to LKML : ===== drivers/net/hp100.c 1.24 vs edited ===== --- 1.24/drivers/net/hp100.c Wed Feb 18 13:39:41 2004 +++ edited/drivers/net/hp100.c Mon Mar 1 11:18:00 2004 @@ -201,6 +201,7 @@ { "HWP1990" }, /* HP J2577 */ { "CPX0301" }, /* ReadyLink ENET100-VG4 */ { "CPX0401" }, /* FreedomLine 100/VG */ + { "" } /* Mandatory final entry ! */ }; MODULE_DEVICE_TABLE(eisa, hp100_eisa_tbl); #endif Jeff, would you please push this to Linus ? M. -- Places change, faces change. Life is so very strange.