Re: Linksys conflicts with NE2000

1999-10-31 Thread jack

Today Jonathan M. Bresler wrote:

> 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.

Works with my NE2000 clone.  Thanks Jonathan.

--
Jack O'NeillSystems Administrator / Systems Analyst
[EMAIL PROTECTED] Crystal Wind Communications, Inc.
  Finger [EMAIL PROTECTED] for my PGP key.
   PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67   FD 09 E9 3C 5F CC EB CD
   enriched, vcard, HTML messages > /dev/null
--




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Linksys conflicts with NE2000

1999-10-31 Thread Bob Bishop

Hi,

At 10:52 am -0800 31/10/99, Jonathan M. Bresler wrote:
>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.[etc]

OK the patch fixes the problem here. [Thanks for the context diff]


--
Bob Bishop  (0118) 977 4017  international code +44 118
[EMAIL PROTECTED]fax (0118) 989 4254  between 0800 and 1800 UK




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Linksys conflicts with NE2000

1999-10-31 Thread Leif Neland



On Sun, 31 Oct 1999, Jonathan M. Bresler wrote:

> 
> 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.
> 
I tried it, I could boot, and I'm doing a installworld over nfs as I write
this.

Thanks, now I can continue my plans for letting the isdncard reject calls
from callers hiding their CLID...

Leif




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Linksys conflicts with NE2000

1999-10-31 Thread Jonathan M. Bresler


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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message