Solved module /boot/modules/nvidia.ko has no .SUNW_ctf section

HI

Im getting this messages multiple times at a verbose BOOT,
when loading all parts of the graphics drivers.

link_elf_ctf_get(175): module /boot/modules/nvidia.ko has no .SUNW_ctf section
failed to load CTF for nvidia.ko: 79


Is the Nvidia freeBSD driver a copy of the Solaris driver with a few changes
as kernel complains about missing SUNW code.
SUNW was the initial four characters of every SOLARIS 8 /9 /10 package and the SUN Microsystems
stock exchange share trading label.
 
Last edited:
Is the Nvidia freeBSD driver a copy of the Solaris driver with a few changes
as kernel complains about missing SUNW code.
No. It complains about CTF (which was invented by Sun indeed and, thus, its ELF section carries the prefix).
 
Back
Top