kern/52623: Error in driver for the Intel EtherExpress Pro/10

Anatoly Zaharov zah at relc.com
Fri May 23 11:20:06 PDT 2003


>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 at 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:


More information about the freebsd-bugs mailing list