Hi! Today I tried DragonFly BSD 2.6.3 to get a working cxm driver.
I installed from the x86_64 iso, checked out the source from git, and copied the GENERIC kernel config, adding the four lines cited in the cxm(4) man page. A 'make buildworld' later, 'make buildkernel KERNCONF=MYCONFIG' first failed to compile because it couldn't find machine/iic.h; so I ctrl-z the build and copied the pc32 version into the kernel build directory. Then the build finishes, but after installing the kernel, there is no cxm kernel module in /boot/modules. The build itself didn't even fail; I read the cxm man page again and used cxm_extract_fw to convert the .sys file to two c files, which I copied to /usr/src/sys/dev/video/cxm, which didn't change anything in the result after another kernel build though. Am I missing something or is it just not supported on x86_64? Thomas
