Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

amd64 - Kernel build failure for radeondrm



I added the following line to my config file

        radeondrm0       at vga0

From reading the drm(4) man page, there doesn't seem to be anything else required.

However, compiling the resulting kernel gives the following errors. I'm particularly curious about the apparent references to *_agp_* routines, since my only vga? is PCI-Express... :)


#      link  QUICKY/netbsd
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-ld -Map netbsd.map 
--cref -T /build/netbsd-local/src/sys/arch/amd64/conf/kern.ldscript -Ttext 
0xffffffff80100000 -e start -X -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
ati_pcigart.o: In function `drm_ati_pcigart_init':
/build/netbsd-local/src/sys/dev/pci/drm/ati_pcigart.c:102: undefined reference 
to `agp_flush_cache'
drm_agpsupport.o: In function `drm_agp_unbind_memory':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:444: undefined reference 
to `agp_find_device'
drm_agpsupport.o: In function `drm_agp_bind_memory':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:429: undefined reference 
to `agp_find_device'
drm_agpsupport.o: In function `drm_agp_free_memory':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:416: undefined reference 
to `agp_find_device'
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:420: undefined reference 
to `agp_free_memory'
drm_agpsupport.o: In function `drm_agp_allocate_memory':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:405: undefined reference 
to `agp_find_device'
drm_agpsupport.o: In function `drm_agp_info':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:82: undefined reference to 
`agp_get_info'
drm_agpsupport.o: In function `drm_agp_init':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:379: undefined reference 
to `agp_find_device'
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:391: undefined reference 
to `agp_get_info'
drm_agpsupport.o: In function `drm_agp_alloc':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:214: undefined reference 
to `agp_memory_info'
drm_agpsupport.o: In function `drm_agp_enable':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:161: undefined reference 
to `agp_enable'
drm_agpsupport.o: In function `drm_agp_release':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:147: undefined reference 
to `agp_release'
drm_agpsupport.o: In function `drm_agp_acquire':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:126: undefined reference 
to `agp_acquire'
drm_agpsupport.o: In function `drm_agp_unbind_memory':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:448: undefined reference 
to `agp_unbind_memory'
drm_agpsupport.o: In function `drm_agp_bind_memory':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:433: undefined reference 
to `agp_bind_memory'
drm_agpsupport.o: In function `drm_agp_allocate_memory':
/build/netbsd-local/src/sys/dev/drm/drm_agpsupport.c:409: undefined reference 
to `agp_alloc_memory'
drm_memory.o: In function `drm_ioremap':
/build/netbsd-local/src/sys/dev/drm/drm_memory.c:136: undefined reference to 
`agp_i810_borrow'
*** [netbsd] Error code 1
1 error
nbmake: stopped in /build/netbsd-local/obj/amd64/sys/arch/amd64/compile/QUICKY

-------------------------------------------------------------------------
|   Paul Goyette   | PGP DSS Key fingerprint: |  E-mail addresses:      |
| Customer Service | FA29 0E3B 35AF E8AE 6651 |  paul at whooppee.com   |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index