阅读:1684回复:4
有谁知道 pcibios_read_config_word 是怎么用的 我就是找不到原代码
有谁知道 pcibios_read_config_word 是怎么用的 我就是找不到原代码 不知道 他在哪个文件里
|
|
沙发#
发布于:2002-05-30 11:51
ldd2中有例子的,int pci_read_config_word(struct pci_dev *dev, int where, u16 *val);
|
|
板凳#
发布于:2002-05-30 13:07
对不起,ldd2 是什么
|
|
地板#
发布于:2002-05-30 20:06
就是linux device driver 第二版
去网上搜索一下,可以下到这本书及例子程序的 |
|
地下室#
发布于:2002-06-03 11:22
pci_read_config_word()的源码是汇编的, 如果是老版本的linux, 可能就是调用bios调用, 如果是2.2.x以后的, 就是直接写 0xCFC 和 0xCF8 端口
|
|