|
Bugzilla – Full Text Bug Listing |
| Summary: | Enhancement: NVidia's latest x86-64 bit driver (1.0-8178) no longer works with Beta1 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Chad Groneman <cgroneman> |
| Component: | Other | Assignee: | Stefan Dirsch <sndirsch> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | markus.kossmann |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Chad Groneman
2006-01-20 21:36:32 UTC
I've noticed that problem too. The change seems to be introduced with 2.6.15-git and still exists with the current KOTD. Just for information the error message: /root/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c: In function ‘nv_kern_vma_nopage’: /root/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:1636: error: ‘mem_map’ undeclared (first use in this function) /root/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:1636: error: (Each undeclared identifier is rep orted only once /root/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:1636: error: for each function it appears in.) /root/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c: In function ‘nv_kern_mmap’: /root/NVIDIA-Linux-x86_64-1.0-8178-pkg2/usr/src/nv/nv.c:1979: error: implicit declaration of function ‘ remap_page_range’ And the vmware driver modules are also bugged by that change: /tmp/vmware-config6/vmmon-only/linux/driver_compat.h: In function ‘LinuxDriverDestructorOld4Gb’: /tmp/vmware-config6/vmmon-only/linux/driver_compat.h:30: error: ‘mem_map’ undeclared (first use in this function) /tmp/vmware-config6/vmmon-only/linux/driver_compat.h:30: error: (Each undeclared identifier is reported only once /tmp/vmware-config6/vmmon-only/linux/driver_compat.h:30: error: for each function it appears in.) /tmp/vmware-config6/vmmon-only/linux/driver_compat.h: In function ‘LinuxDriverIoctlAlloc4Gb’: /tmp/vmware-config6/vmmon-only/linux/driver_compat.h:136: error: ‘mem_map’ undeclared (first use in thi s function) /tmp/vmware-config6/vmmon-only/linux/driver.c: In function ‘LinuxDriverLockedNoPage’: /tmp/vmware-config6/vmmon-only/linux/driver.c:1174: error: ‘mem_map’ undeclared (first use in this func tion) |