Re: [Linux-usb-users] general question on usb stack

2002-10-15 Thread Patrick Zou
solved, thanks --- Patrick Zou <[EMAIL PROTECTED]> wrote: > hi, > > for the readl(&ohci->regs->ed_controled), the value > returned the the physical address of the control > head > wirte, I need to translte this physical address to > virtual address to use, right? how come the value is > being

[Linux-usb-users] general question on usb stack

2002-10-15 Thread Patrick Zou
hi, for the readl(&ohci->regs->ed_controled), the value returned the the physical address of the control head wirte, I need to translte this physical address to virtual address to use, right? how come the value is being used directly? thanks P/