Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 1998 21:10:11 -0800
From:      Mike Smith <mike@smith.net.au>
To:        Kaleb Keithley <kaleb@ics.com>
Cc:        hackers@FreeBSD.ORG, questions@FreeBSD.ORG
Subject:   Re: Linksys NIC, was: Re: de ethernet driver -- another puzzle 
Message-ID:  <199811210510.VAA00363@dingo.cdrom.com>
In-Reply-To: Your message of "Wed, 18 Nov 1998 20:51:08 EST." <199811190151.UAA29625@sunoco> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Thanks to hints from Wilco Bulte, Scott Gasch, and Martin ???, plus a few
> printfs sprinkled liberally about .../pci/if_de.c, I've determined that
> this particular Linksys EtherPCI LAN Card II that I have wants the ed0
> driver, not the de0 driver as the Handbook and FAQ suggest.
> 
> I also now know why the de probe doesn't print out a message when the
> probe fails. Which is not to say that I think that's good. On the
> contrary, I think it's bad. C'est la vie.

Printing out an error message when a PCI match fails would be stupid; 
every PCI device is (currently) presented to every PCI driver until one 
claims it.  Printing a message when the match failed ("no, not for me")
would produce a useless spew of garbage.

-- 
\\  Sometimes you're ahead,       \\  Mike Smith
\\  sometimes you're behind.      \\  mike@smith.net.au
\\  The race is long, and in the  \\  msmith@freebsd.org
\\  end it's only with yourself.  \\  msmith@cdrom.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?199811210510.VAA00363>