only an simple undefined symbol with kernel 2.6.11.
'remap_page_range' -> 'io_remap_page_range'
patch for kernel 2.6.11
Logged In: NO
I think it's better to use remap_pfn_range() instead. I'm testing a fix, should be soon in CVS. -tuukkat
Logged In: YES user_id=1243121
yes sure, that's better than io_remap_page_range! that patch are only 'quick and dirty' ;o)
I use qc-usb driver with 2.6.11.2 kernel.
I only change "remap_page_range(vma, start, addr, size, prot)" for "remap_pfn_range(vma, start, addr >> PAGE_SHIFT, size, prot)" in qc-memory.c file.
You can download the diff file form http://www.mallorcaweb.net/friki/descarregues/altres/qc-memory.diff
Antoni Villalonga (frikimaster * gmail)
hello?
Log in to post a comment.
patch for kernel 2.6.11
Logged In: NO
I think it's better to use remap_pfn_range() instead.
I'm testing a fix, should be soon in CVS.
-tuukkat
Logged In: YES
user_id=1243121
yes sure, that's better than io_remap_page_range! that patch
are only 'quick and dirty' ;o)
Logged In: NO
I use qc-usb driver with 2.6.11.2 kernel.
I only change "remap_page_range(vma, start, addr, size,
prot)" for "remap_pfn_range(vma, start, addr >> PAGE_SHIFT,
size, prot)" in qc-memory.c file.
You can download the diff file form
http://www.mallorcaweb.net/friki/descarregues/altres/qc-memory.diff
Antoni Villalonga (frikimaster * gmail)
Logged In: NO
hello?