pci 驱动程序函数是否表示为 PCI 的 driver_data 对象中的函数编号

问题描述

是否将每个 PCI 外围功能(来自 Linux 设备驱动程序 -- Book get_positions)指定为 pci 驱动程序数据? (问题:net_device 是 pci_dev 中的驱动函数作为网络函数)作为分配在

Each PCI periphel is identified by a bus number,a device number,and a function number.

以上代码存在于 Linux 的 RealTek 以太网驱动程序的 pci 中 来自 https://github.com/torvalds/linux/blob/3516bd729358a2a9b090c1905bd2a3fa926e24c6/drivers/net/ethernet/realtek/8139too.c

的设备驱动程序的探测函数

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)