Re: PCI programming woes.

1999-08-19 Thread Mike Smith
> 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

Re: PCI programming woes.

1999-08-19 Thread Mike Smith
> 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

Re: PCI programming woes.

1999-08-19 Thread Peter Edwards
"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

Re: PCI programming woes.

1999-08-19 Thread Peter Edwards
"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