"David E. Cross" wrote:
> 
[snip]
> Take your average run-to-the mill PCI network driver... like FPA or FXP.  Now
> look for the attach routines... there are *2* of them, with the exact same
> function name, and different arguments?!?!
> 
> Huh, what is going on here?  Help?

In if_fxp.c, goto the first definition of fxp_attach, search backwards
for '#if defined(__NetBSD__)', note the matching '#else /* __FreeBSD__
*/', then get some sleep :-)


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to