注意:
引用:/* perform hardware autodetection */
int skull_probe_hw(unsigned int port, unsigned int range) //I/O端口对应的硬件方面检测,测试时可以return -1;也可以
//return 0,得出两种不同的结果。
{
/* do smart probing here */
return -1; /* not found :-) */
}
如果把-1改为0则表示硬件探测成功,运行程序时,将呈现相应的效果。
forch 于 2011-05-26 16:18:45发表:
hello.o: kernel-module version mismatch
hello.o was compiled for kernel version 2.4.20
while this kernel is version 2.4.20-8.
forch 于 2011-05-26 15:57:52发表:
楼主还在?具体怎么改?我编译提示版本不兼容