atom feed4 messages in org.freebsd.freebsd-currentLinksys conflicts with NE2000
FromSent OnAttachments
Jonathan M. BreslerOct 31, 1999 10:52 am 
Leif NelandOct 31, 1999 1:11 pm 
Bob BishopOct 31, 1999 3:56 pm 
jackOct 31, 1999 4:47 pm 
Subject:Linksys conflicts with NE2000
From:Jonathan M. Bresler (jm@hub.freebsd.org)
Date:Oct 31, 1999 10:52:19 am
List:org.freebsd.freebsd-current

okay i have changed the order in which we test for NE1000, NE2000, and the Linksys (dl10016c ? ethernet controller).

pleazse test and let me know how this patch does. hopefully the problem will be solved.

does *ANYONE* have an NE1000, the can test?

before adding in teh Linksys we tested: NE1000 then NE2000. NE1000 worked NE2000 worked Linksys we mistaken for an NE1000

after adding the Linksys we tested: Linksys, NE1000, NE2000. NE1000 worked (?? no reports for failure ??) NE2000 failed Linksys worked

try the patch in http://www.freebsd.org/~jmb/if_ed.c.patch the order there is: if (NE1000-like) test Linksys, test NE1000 else test for NE2000 else unknown return ENXIO

jmb

ps. not crazy about the form of the code if () { } else { if () { } else { } }

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message