From linux-kernel-owner+willy=40w.ods.org-S262845AbUKXUtt@vger.kernel.org Wed Nov 24 21:48:51 2004 Return-Path: Received: from vger.kernel.org (vger.kernel.org [12.107.209.244]) by mail.w.ods.org (8.12.9/8.12.1) with ESMTP id iAOKsmac018989 for ; Wed, 24 Nov 2004 21:54:49 +0100 (CET) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262845AbUKXUtt (ORCPT ); Wed, 24 Nov 2004 15:49:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262681AbUKXUrt (ORCPT ); Wed, 24 Nov 2004 15:47:49 -0500 Received: from ra.tuxdriver.com ([24.172.12.4]:37895 "EHLO ra.tuxdriver.com") by vger.kernel.org with ESMTP id S262845AbUKXUoc (ORCPT ); Wed, 24 Nov 2004 15:44:32 -0500 Received: (from linville@localhost) by ra.tuxdriver.com (8.11.6/8.11.6) id iAOJfUV29839; Wed, 24 Nov 2004 14:41:30 -0500 Date: Wed, 24 Nov 2004 14:41:29 -0500 From: "John W. Linville" To: linux-kernel@vger.kernel.org Cc: netdev@oss.sgi.com, akpm@osdl.org, jgarzik@pobox.com Subject: [patch netdev-2.4] 3c59x: Add EEPROM_RESET for 3c900 Boomerang Message-ID: <20041124144129.B24342@tuxdriver.com> Mail-Followup-To: linux-kernel@vger.kernel.org, netdev@oss.sgi.com, akpm@osdl.org, jgarzik@pobox.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org Status: RO Content-Length: 1177 Lines: 28 Add 3c900 Boomerang to list of devices needing EEPROM_RESET Signed-off-by: John W. Linville --- drivers/net/3c59x.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ===== drivers/net/3c59x.c 1.25 vs edited ===== --- 1.25/drivers/net/3c59x.c 2004-10-14 20:00:00 -04:00 +++ edited/drivers/net/3c59x.c 2004-11-24 14:34:12 -05:00 @@ -489,9 +489,9 @@ {"3c595 Vortex 100base-MII", PCI_USES_IO|PCI_USES_MASTER, IS_VORTEX, 32, }, {"3c900 Boomerang 10baseT", - PCI_USES_IO|PCI_USES_MASTER, IS_BOOMERANG, 64, }, + PCI_USES_IO|PCI_USES_MASTER, IS_BOOMERANG|EEPROM_RESET, 64, }, {"3c900 Boomerang 10Mbps Combo", - PCI_USES_IO|PCI_USES_MASTER, IS_BOOMERANG, 64, }, + PCI_USES_IO|PCI_USES_MASTER, IS_BOOMERANG|EEPROM_RESET, 64, }, {"3c900 Cyclone 10Mbps TPO", /* AKPM: from Don's 0.99M */ PCI_USES_IO|PCI_USES_MASTER, IS_CYCLONE|HAS_HWCKSM, 128, }, {"3c900 Cyclone 10Mbps Combo", - 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/