QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1771|回复: 2

cs8900驱动的问题

[复制链接]
发表于 2006-6-28 19:47:41 | 显示全部楼层 |阅读模式
我在pxa270板子上扩展了cs8900的网卡,把cs89x0.c的驱动编译进内核了,其中修改了网卡的虚拟地址为:0xf0000300,中断为IRQ_GPIO(9),内核启动打印信息如下:

cs89x0:cs89x0_probe(0x0)
PP_addr=0xa031
cs89x0.c: v2.4.3-pre1 Russell Nelson <[email protected]>, Andrew Morton <[email protected]>
eth0: cs8920 rev D found at 0xf0000300

cs89x0: EEPROM read failed, relying on command line.
cs89x0 media RJ-45, IRQ 14, programmed I/O, MAC 00:00:c0:ff:ee:08
cs89x0_probe1() successful
cs89x0:cs89x0_probe(0x0)
cs89x0: request_region(0xf0000300, 0x10) failed
cs89x0: no cs8900 or cs8920 detected.  Be sure to disable PnP with SETUP
我的网卡是挂在片选2上,物理地址为0x80000000,虚拟地址为0xf0000000,在mainstone.c里面定义如下:
static struct map_desc mainstone_io_desc[] __initdata = {
#ifdef CONFIG_MACH_MAINSTONE//add by zjx
  { 0xf0000000, 0x08000000, 0x00100000, MT_DEVICE }, /* CS2 */
#else
  { MST_FPGA_VIRT, MST_FPGA_PHYS, 0x00100000, MT_DEVICE }, /* CPLD */
#endif
};

请教问题出在那呢?
发表于 2006-6-29 08:58:58 | 显示全部楼层
物理地址试试0x80000300

另外你写的是0x08000000,非0x80000000
回复

使用道具 举报

 楼主| 发表于 2006-6-29 13:48:23 | 显示全部楼层
因cs8900接在片选2上,pxa270的片选2基地址为0x08000000。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 14:25 , Processed in 0.053281 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表