Date: Wed, 28 Jul 1999 22:42:43 -0700 From: David Greenman <dg@root.com> To: "Tim Sammut" <tim@extrateam.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: recognizing different ne2000 derivatives Message-ID: <199907290542.WAA04922@implode.root.com> In-Reply-To: Your message of "Wed, 28 Jul 1999 09:43:48 PDT." <NDBBJFAGEKELMHKBINLKOEABCAAA.tim@extrateam.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>I have the eventual goal of coding a network driver, just as a learning >exercise, and have the following question. > >Does the following code snippet from if_ed.c mean that we cannot mix ne2000 >derivatives, if they each happen to require a different ed_probe_*() to be >recognized? No, the probe happens independantly with each interface in the machine and is not affected by any other interfaces. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907290542.WAA04922>