Date: Fri, 23 May 2003 21:19:16 +0300 (EEST) From: Anatoly Zaharov <zah@relc.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/52623: Error in driver for the Intel EtherExpress Pro/10 Message-ID: <200305231819.h4NIJGjv069333@relc.com> Resent-Message-ID: <200305231820.h4NIK4uD021991@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52623 >Category: kern >Synopsis: Error in driver for the Intel EtherExpress Pro/10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 23 11:20:03 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Anatoly Zaharov >Release: FreeBSD 4.8-RELEASE i386 >Organization: Relcom-Ukraine ltd. >Environment: System: FreeBSD scelto.relc.com 4.8-RELEASE FreeBSD 4.8-RELEASE #3: Fri May 23 10:06:57 EEST 2003 zah@variag.relc.com:/usr/src/sys/compile/NIK i386 >Description: Intel EtherExpress Pro/10 configured to use IRQ 3,5 or 9 not working. >How-To-Repeat: >Fix: fix maping irq number to internal table. Patch : --- if_ex.c.4.8 Fri May 23 14:36:23 2003 +++ sys/dev/ex/if_ex.c Fri May 23 16:20:43 2003 @@ -81,9 +81,9 @@ #endif char irq2eemap[] = - { -1, -1, 0, 1, -1, 2, -1, -1, -1, 0, 3, 4, -1, -1, -1, -1 }; + { -1, -1, 2, 0, -1, 1, -1, -1, -1, 2, 3, 4, -1, -1, -1, -1 }; u_char ee2irqmap[] = - { 9, 3, 5, 10, 11, 0, 0, 0 }; + { 3, 5, 9, 10, 11, 0, 0, 0 }; char plus_irq2eemap[] = { -1, -1, -1, 0, 1, 2, -1, 3, -1, 4, 5, 6, 7, -1, -1, -1 }; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305231819.h4NIJGjv069333>