DF 2.6.3/x86_64 and cxm(4): doesn't build

Thomas Klausner tk at giga.or.at
Thu May 13 17:16:39 PDT 2010


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





More information about the Bugs mailing list