Re: [Etherboot-developers] Question about ioremap
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-05-10 00:16:43
|
>I am working on the sundance driver. It seems that the Linux driver is >written to use PCI memory space. Does any one know whether it is possible >to use the ioaddr passed to the probe function? Do I need to do an ioremap? >Is that even supported in the Etherboot code? Any answers would help. I think Eric Biederman fixed that aspect of Etherboot. Unless I'm mistaken, the address obtained from the PCI probe is just an address and doesn't necessarily mean I/O address anymore, despite the name. Ditto for membase. The e1000 driver also uses memory space I think. |