> I am trying to write a very kludgey/monolithic driver for a CardBus ethernet
> adapter. I have run into a bit of a stumbling block on some issues. One such
> issue is the attach (I need to map some registers of the adapter into memory
> space so I can read/write values.). Anyway if someone cou
> I am trying to write a very kludgey/monolithic driver for a CardBus ethernet
> adapter. I have run into a bit of a stumbling block on some issues. One such
> issue is the attach (I need to map some registers of the adapter into memory
> space so I can read/write values.). Anyway if someone co
"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
"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
4 matches
Mail list logo