5067|5

65

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

Do_card_lock: failed - item 3 already in use, type 0 Windriver [复制链接]

我在用Windriver9.21 试图用向导来写一个PCI 的memory空间读写程序,出现Do_card_lock: failed - item 3 already in use, type 0 的问题,请问这是什么回事?

还有我是在WINDOWS XP,没有装DDK,如果不装DDK的话会有什么影响?

device_tree::init: entered

device_tree_windows::build: root node found
device_tree_windows::build: node created
device_tree_windows::build: branch built

win_dev_manager_scan::get: PCMCIA devices not found (0xd)
device_tree_windows::build: scanned
WDC_PciScanDevices entered
Do_pci_scan: entered, search VID 0, search DID 0, options 0
Do_pci_scan: found 17 cards
PciScanDevices: PCI bus scanned successfully.
Found 17 matching cards (vendor ID 0x0, device ID 0x0)
device_tree::init: done

device_tree::uninit: entered
device_tree::uninit: done

WDC_PciScanDevices entered
Do_pci_scan: entered, search VID 8086, search DID 27da, options 0

Do_pci_scan: found 1 cards
PciScanDevices: PCI bus scanned successfully.
Found 1 matching cards (vendor ID 0x8086, device ID 0x27da)
Do_pci_card: entered 0.31.3
pci_get_supported_interrupt_types: Line based interrupts found
pci_read_resources: hdr type 0
Do_pci_card: found 2 items
Do_pci_scan: entered, search VID 0, search DID 0, options 0
Do_pci_scan: found 17 cards
Do_card_lock: entered
Do_card_lock: target bus [5] specified
Table_add (card): new handle 1
pci_register_card: registering PCI on 0.31.3
Do_card_lock: item 1, interrupt 10
Do_install_irq: entered, hCard=1
Table_add (irq): new handle 2
Do_install_irq: level 0xa, vector 0x0, affinity 0x0
Do_install_irq: success, hInterrupt 2
Do_card_lock: item 2, bar 4, io range 18e0-18ff
Do_card_lock: success, hCard=1
KP_Open: entered
Table_add (kerplug): new handle 1
KP_OpenDriver: entered, name KP_PCI
KP_OpenDriver: cannot get device handle, status 0xc0000034
KP_Open: failed opening kernel plugin driver
Table_remove_general (kerplug): removed handle 1
Do_card_unlock: entered, hCard 1, last 1
Card_close_handle: hCard 1
Card_close_handle: un-registering item 1 interrupt 10
Irq_close_handle: entered, hInterrupt 2
Irq_disable: received 0 interrupts called 0 dpc Lost count 0
Table_remove_general (irq): removed handle 2
Card_close_handle: success
Table_remove_general (card): removed handle 1
Do_pci_scan: entered, search VID 0, search DID 0, options 0
Do_pci_scan: found 17 cards
Do_card_lock: entered
Do_card_lock: target bus [5] specified
Table_add (card): new handle 1
pci_register_card: registering PCI on 0.31.3
Do_card_lock: item 1, interrupt 10
Do_install_irq: entered, hCard=1
Table_add (irq): new handle 2
Do_install_irq: level 0xa, vector 0x0, affinity 0x0
Do_install_irq: success, hInterrupt 2
Do_card_lock: item 2, bar 4, io range 18e0-18ff
Do_card_lock: success, hCard=1

WDC_DriverOpen: user mode version - WinDriver v9.21 Jungo (c) 1997 - 2008 Build Date: Jul  3 2008 X86 32bit
New license options 0x0_0x40000000
WDC_PciScanDevices entered
Do_pci_scan: entered, search VID 8086, search DID 27da, options 0
Do_pci_scan: found 1 cards
PciScanDevices: PCI bus scanned successfully.
Found 1 matching cards (vendor ID 0x8086, device ID 0x27da)
Do_pci_card: entered 0.31.3
pci_get_supported_interrupt_types: Line based interrupts found
pci_read_resources: hdr type 0

Do_pci_card: found 2 items
Do_pci_card: entered 0.31.3
pci_get_supported_interrupt_types: Line based interrupts found
pci_read_resources: hdr type 0

Do_pci_card: found 2 items
Do_pci_scan: entered, search VID 0, search DID 0, options 0

Do_pci_scan: found 17 cards
Do_card_lock: entered
Do_card_lock: target bus [5] specified
Is_res_lockable: overlap with 1 (18e0, 20, 18e0, 20)
Do_card_lock: failed - item 3 already in use, type 0
WDC_PciDeviceOpen failed: Failed registering the device. Error 0x2000000e - Resource overlap

最新回复

牛逼啊!!!!太感谢你了!!!!虽然还不知道为什么会出现这种错误,但是确实关掉就可以了!!!!   详情 回复 发表于 2014-6-2 15:15
点赞 关注

回复
举报

76

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
不懂,up
 
 

回复

95

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
不懂,up
 
 
 

回复

54

帖子

0

TA的资源

一粒金砂(初级)

4
 
Do_card_lock: failed - item 3 already in use, type 0 的问题,请问这是什么回事?
d\的问题解决了,关掉WINDRIVER就可以了.
现在的问题是怎么发布我的驱动程序呢
 
 
 

回复

76

帖子

0

TA的资源

一粒金砂(初级)

5
 
ba 把WINDRIVER关掉就可以了!

点评

牛逼啊!!!!太感谢你了!!!!虽然还不知道为什么会出现这种错误,但是确实关掉就可以了!!!!  详情 回复 发表于 2014-6-2 15:15
 
 
 

回复

3

帖子

0

TA的资源

一粒金砂(初级)

6
 
wanghong 发表于 2009-2-22 14:40
ba 把WINDRIVER关掉就可以了!

牛逼啊!!!!太感谢你了!!!!虽然还不知道为什么会出现这种错误,但是确实关掉就可以了!!!!
 
 
 

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

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/6 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表