Re: [linux-usb-devel] Usb Driver: problem with pci_pool_alloc.

2001-04-24 Thread Orazio Privitera
"david-b/OU=internet/DD.RFC-822=david-b"@[EMAIL PROTECTED] wrote: > > The transfer/setup problem probably indicates that your pci_map_single > code (which you had to write for the SH processor, as I recall) is not > behaving correctly. > I want to clarify better the problem that I have with tra

[linux-usb-devel] Usb Driver: problem with pci_pool_alloc.

2001-04-23 Thread Orazio Privitera
Hallo, I have tried to use the pcipool patch (and the usb-ohci0323 and 0324 patchs ) for my architecture, but I have a problem with pci_pool_alloc call inside td_alloc function: I get always the same address for my td. I haven't yet investigate about this problem, and now I use pci_alloc_consis

[linux-usb-devel] Re: usb driver timeout problem.

2001-04-10 Thread Orazio Privitera
[EMAIL PROTECTED] wrote: > > > I solved a problem with the pci_alloc_consistent function for my > > architecture. Now the pci_alloc_consistent function allocates uncachable > > memory (from a region starting from b700 address as you can see from > > the following debug messages pci_alloc_con

[linux-usb-devel] usb driver timeout problem.

2001-04-09 Thread Orazio Privitera
Hello, I have applied the pcipool-0323 and ohci-0323 + 0324 patches to my Linux kernel 2.4.1(using usb-ohci from 2.4.3 that integrates the HCCA patch)to support non-cache coherent PCI reads/writes. I solved a problem with the pci_alloc_consistent function for my architecture. Now the pci_alloc_

Re: [linux-usb-devel] linux version for patch

2001-04-06 Thread Orazio Privitera
[EMAIL PROTECTED] wrote: > > > I have to use Linux kernel version 2.4.1 for my sh architecture. > > OK; the patch adding the hcca support was posted pretty > recently, you presumably found it in the archives. Or just > use the latest OHCI driver (from 2.4.3). > > > But for my architecture ther

[linux-usb-devel] linux version for patch

2001-04-05 Thread Orazio Privitera
Hello David, I have to use Linux kernel version 2.4.1 for my sh architecture. So I have tried to apply your patchs to it. First I have added to usb-ohci.c file hcca allocation with pci_alloc_consistent (I don't know if this is a correct procedure but ,in this way, patchs application doesn'give

[linux-usb-devel] linux version for patch

2001-04-05 Thread Orazio Privitera
Hello David, I have to use Linux kernel version 2.4.1 for my sh architecture. So I have tried to apply your patchs to it. First I have added to usb-ohci.c file hcca allocation with pci_alloc_consistent (I don't know if this is a correct procedure but ,in this way, patchs application doesn'give

[linux-usb-devel] ohci-0323 patch application

2001-04-04 Thread Orazio Privitera
pup (ed_p))) == ed) { *ed_p = ed->hwNextED; break; } } Thanks for your help. Best regards Orazio Privitera. ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

[linux-usb-devel] ohci-0323 patch application

2001-04-03 Thread Orazio Privitera
of 24 hunks FAILED -- saving rejects to file drivers/usb/usb-ohci.c.rej Is it correct? Why do I get Hunk #.. FAILED at ...? Best regards Orazio Privitera. ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.sourceforge.net

[linux-usb-devel] PCI/CPU cache coherency

2001-04-01 Thread Orazio Privitera
escriptors. How can I support the driver's ability to allocate these lists on memory behind PCI bus (PCI DRAM non cacheable). Best regards Orazio Privitera. ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: http://lists.source

[linux-usb-devel] ED and TD allocation.

2001-03-22 Thread Orazio Privitera
I'm interesting in the pci_alloc_consistent() support into OHCI. In particular, is anybody working on a memory allocator for OHCI to make the ED, TD allocation be pci_consistent? Are there other memory bugs related to this problem? Best regards Orazio Priv