当前位置: 技术问答>linux和unix
求助:如何移植DM9000网卡驱动到linux2.6内核?
来源: 互联网 发布时间:2016-03-07
本文导语: 按照google搜到的初始化代码编译出错,不知道什么原因.说这个函数 static struct dm9000_plat_data s3c_device_dm9000_platdata = { .flags= DM9000_PLATF_16BITONLY };找不到DM9000_PLATF_16BITONLY. | 内核什...
按照google搜到的初始化代码编译出错,不知道什么原因.说这个函数
static struct dm9000_plat_data s3c_device_dm9000_platdata = {
.flags= DM9000_PLATF_16BITONLY
};找不到DM9000_PLATF_16BITONLY.
static struct dm9000_plat_data s3c_device_dm9000_platdata = {
.flags= DM9000_PLATF_16BITONLY
};找不到DM9000_PLATF_16BITONLY.
|
内核什么版本的?
2.6.19里的 include/linux/dm9000.h 有定义。
驱动在driver/net/dm9000.[ch]
2.6.19里的 include/linux/dm9000.h 有定义。
驱动在driver/net/dm9000.[ch]