On Fri, 2004-09-10 at 16:56, Lothar Wassmann wrote:
> > And a few more questions to be able to understand what is left to be
> > done to port the ISP1160 to your driver style:
> > 1) your SL811 is memory-mapped? This is my main problem in immitating
> >
> No. The SL811 has the same interface as the ISP1160 with an
> address/data register pair through which all internal registers are
> accessed.
> 
Yes, but from what I've seen in your code, there is a Memory I/O region
that you ioremap to dev->data_reg and dev->addr_reg. In my case, there
is an I/O port (let's say for example address 0x200) and I must do:
data_reg=0x200, addr_reg=data_reg + 2. Is there a way I can map them too
to a memory region? 
There exist 2 memory i/o regions on the pci board, but I don't know
their purpose. Propably one of them is to program an Altera FPGA that
lies on the board...

Thanks
Dimitris




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to