Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 11 Nov 2002 15:13:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 11 Nov 2002 15:13:16 -0500 Received: from mg03.austin.ibm.com ([192.35.232.20]:17363 "EHLO mg03.austin.ibm.com") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Mon, 11 Nov 2002 15:13:15 -0500 Content-Type: text/plain; charset="us-ascii" From: Andrew Theurer To: linux-kernel@vger.kernel.org Subject: acenic problems on 2.5.47 Date: Mon, 11 Nov 2002 14:16:56 -0600 User-Agent: KMail/1.4.3 Cc: linux-acenic@SunSITE.dk MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Message-Id: <200211111416.56167.habanero@us.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3544 Lines: 79 I seem to be having a driver issue with acenic Gb adapters on 2.5.47. Out of four adapters, usually one, but sometimes two of the four adapters are initialized upon 'insmod acenic': acenic.c: v0.92 08/05/2002 Jes Sorensen, linux-acenic@SunSITE.dk http://home.cern.ch/~jes/gige/acenic.html eth1: Alteon AceNIC Gigabit Ethernet at 0xfba00000, irq 3 Tigon II (Rev. 6), Firmware: 12.4.11, MAC: 00:60:cf:21:2a:78 PCI cache line size set incorrectly (64 bytes) by BIOS/FW, correcting to 128 PCI bus width: 64 bits, speed: 66MHz, latency: 240 clks Disabling PCI memory write and invalidate eth1: Firmware NOT running! eth1: Alteon AceNIC Gigabit Ethernet at 0xfbb00000, irq 4 Tigon II (Rev. 6), Firmware: 12.4.11, MAC: 00:60:cf:21:2a:7c PCI cache line size set incorrectly (64 bytes) by BIOS/FW, correcting to 128 PCI bus width: 64 bits, speed: 66MHz, latency: 240 clks Disabling PCI memory write and invalidate eth1: Firmware NOT running! eth1: Alteon AceNIC Gigabit Ethernet at 0xfbc00000, irq 10 Tigon II (Rev. 6), Firmware: 12.4.11, MAC: 00:60:cf:21:27:df PCI cache line size set incorrectly (64 bytes) by BIOS/FW, correcting to 128 PCI bus width: 64 bits, speed: 66MHz, latency: 240 clks Disabling PCI memory write and invalidate eth1: Firmware NOT running! eth1: Alteon AceNIC Gigabit Ethernet at 0xfbc04000, irq 11 Tigon II (Rev. 6), Firmware: 12.4.11, MAC: 00:60:cf:21:27:e5 PCI cache line size set incorrectly (64 bytes) by BIOS/FW, correcting to 128 PCI bus width: 64 bits, speed: 66MHz, latency: 240 clks Disabling PCI memory write and invalidate eth1: Firmware up and running It appears the first three cards do not get the firmware up and running, while the fourth one does, and is assigned eth1. I swear I have seen this before, but can't remember what the problem was. Anybody know? Also, an oops on rmmod: Unable to handle kernel paging request at virtual address f8956140 f891b562 *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0060:[] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010286 eax: f7c72000 ebx: 000003fc ecx: 37d4a200 edx: f8956000 esi: f7c72160 edi: 00000100 ebp: f7c72000 esp: f6821f84 ds: 0068 es: 0068 ss: 0068 Stack: f891b000 fffffff0 f891b000 bfffe6fc c0116e53 f891b000 fffffff0 f6845000 bfffe6fc c011639f f891b000 00000000 f6820000 0805fbf4 bfffe6dc c010874f bffff8f2 08067008 00000100 0805fbf4 bfffe6dc bfffe6fc 00000081 0000002b Call Trace: [] [] [] Code: 8b 82 40 01 00 00 0d 00 00 01 00 89 82 40 01 00 00 83 7e 14 >>EIP; f891b562 <===== Trace; c0116e52 Trace; c011639e Trace; c010874e Code; f891b562 00000000 <_EIP>: Code; f891b562 <===== 0: 8b 82 40 01 00 00 mov 0x140(%edx),%eax <===== Code; f891b568 6: 0d 00 00 01 00 or $0x10000,%eax Code; f891b56c b: 89 82 40 01 00 00 mov %eax,0x140(%edx) Code; f891b572 11: 83 7e 14 00 cmpl $0x0,0x14(%esi) Thanks, Andrew Theurer - 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/