Subject: Re: USB CF reader problems with 2.0beta
To: Matthias Scheler <tron@zhadum.de>
From: Lennart Augustsson <lennart@augustsson.net>
List: port-i386
Date: 05/12/2004 10:50:54
Matthias Scheler wrote:
> In article <409526B0.1000906@augustsson.net>,
> 	Lennart Augustsson <lennart@augustsson.net> writes:
> 
>>Yes, it's a 64K buffer.  The controller can deal with non-contigous
>>pages and it's just laziness on my part that it doesn't.
> 
> 
> Can you provide a pointer to that code?
It's partly the usb_alloc_mem() function, and then it's in
each host controller when it build a chain of transfer descriptors.

	-- Lennart