From owner-freebsd-current Sun Oct 31 10:52:47 1999 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 8FBDB14CAC; Sun, 31 Oct 1999 10:52:41 -0800 (PST) From: "Jonathan M. Bresler" To: freebsd-current@FreeBSD.ORG Cc: kjetil@poltergeist.net, rb@gid.co.uk, leifn@neland.dk, adams@digitalspark.net Subject: Linksys conflicts with NE2000 Message-Id: <19991031185241.8FBDB14CAC@hub.freebsd.org> Date: Sun, 31 Oct 1999 10:52:41 -0800 (PST) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message