Eric, Le 28.12.2005 01:36:53, Eric Dorland a écrit :
* Jean-Luc Coulon (f5ibh) ([EMAIL PROTECTED]) wrote: > Package: qc-usb-source > Version: 0.8-1 > Severity: normal > > Hi, > > qc-memory.c makes call to io_remap_page_range(). > With kernel 2.6.14, it has been replaced with io_remap_pfn_range.Your version here doesn't make sense, and grepping the source I can't find a reference to io_remap_page_range.
I've version 0.8.1.
I use amd64 architecture, I got it there:
[EMAIL PROTECTED] % apt-cache policy qc-usb-source
qc-usb-source:
Installé : 0.8-1
Candidat : 0.8-1
Table de version :
*** 0.8-1 0
100 /var/lib/dpkg/status
0.6.3-1 0
900 ftp://ftp.fr.debian.org sid/main Packages
It installs qc-usm-modules.tar.gz in /usr/src and after untaring, I get
usr/src/modules/qc-usb-source/
Then: [EMAIL PROTECTED] % rgrep 'io_remap_page' ../qc-usb-source/qc-memory.c:static inline int qc_io_remap_page_range(unsigned long from, unsigned long addr, unsigned long size, pgprot_t prot) { return io_remap_page_range(from, addr, size, prot); }
./qc-usb-source/qc-memory.c:#undef io_remap_page_range./qc-usb-source/qc-memory.c:#define io_remap_page_range(vma, start, addr, size, prot) qc_io_remap_page_range((start),(addr),(size),(prot)) ./qc-usb-source/qc-memory.c: if (io_remap_page_range(vma, start, physaddr, PAGE_SIZE, PAGE_SHARED))
But maybe this is related to the amd64 (X86_64) architecture?
-- Eric Dorland <[EMAIL PROTECTED]>
Best regards Jean-Luc
pgpln0Gow01wF.pgp
Description: PGP signature

