How about you guys (Lee)? Is there a way to get the ati kernel driver to
work with the spinlock RT kernel?
Thanks!
-thewade
attached mail follows:
Am Samstag, den 27.08.2005, 15:59 -0700 schrieb Wade McDaniel:
> I checked out the .spec file and got past the kernel-devel-tools
> problem... perhaps.
> Can you tell me how I get the firegl_public.c do deal with the SPINLOCK
> changes in my RT kernel?
Sorry, no idea. I'm not much of a programmer myself.
> command:
> rpmbuild -ba rpmbuild/SPECS/ati-fglrx.spec --without userland --target
> "$(uname -m)" --define "ksrc /lib/modules/$(uname -r)/build"
> [...]
> make -C /lib/modules/2.6.13-rc4-RT-V0.7.53-02/build
> SUBDIRS=/home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x
> modules
> make[1]: Entering directory `/usr/src/linux-2.6.13rc4RTV0.7.5302'
> CC [M]
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/agp3.o
> CC [M]
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/nvidia-agp.o
> CC [M]
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/agpgart_be.o
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/agpgart_be.c:
> In function `__fgl_agp_init':
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/agpgart_be.c:8182:
> warning: `pm_register' is deprecated (declared at include/linux/pm.h:107)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/agpgart_be.c:
> In function `__fgl_agp_cleanup':
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/agpgart_be.c:8192:
> warning: `pm_unregister_all' is deprecated (declared at
> include/linux/pm.h:117)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/agpgart_be.c:
> At top level:
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/agpgart_be.c:6070:
> warning: 'ati_gart_base' defined but not used
> CC [M]
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/i7505-agp.o
> CC [M]
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:
> In function `firegl_stub_putminor':
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:498:
> warning: `inter_module_put' is deprecated (declared at
> include/linux/module.h:573)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:500:
> warning: `inter_module_unregister' is deprecated (declared at
> include/linux/module.h:570)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:
> In function `firegl_stub_register':
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:520:
> warning: `inter_module_register' is deprecated (declared at
> include/linux/module.h:569)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:551:
> warning: `inter_module_put' is deprecated (declared at
> include/linux/module.h:573)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:
> In function `firegl_init_module':
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:611:
> error: `SPIN_LOCK_UNLOCKED' undeclared (first use in this function)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:611:
> error: (Each undeclared identifier is reported only once
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:611:
> error: for each function it appears in.)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:
> In function `__ke_verify_area':
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1428:
> warning: `verify_area' is deprecated (declared at include/asm/uaccess.h:105)
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:
> At top level:
> /home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1921:
> warning: 'deferred_flush' defined but not used
> make[2]: ***
> [/home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o]
> Error 1
> make[1]: ***
> [_module_/home/wade/rpmbuild/BUILD/ati-fglrx-8.16.20.1/fglrx/lib/modules/fglrx/build_mod/2.6.x]
> Error 2
>
-- Thorsten Leemhuis <fedora@email-addr-hidden>Received on Thu Sep 1 08:15:04 2005
This archive was generated by hypermail 2.1.8 : Thu Sep 01 2005 - 08:15:05 EEST