PCIe规范各版本合集,包括PCI_Express_Base 1.0a、2.0、2.1、3.0、4.0、5.0 六个版本 PCIE接口开发调试必备资料: PCI_Express_Base_4.0r1.0.pdf PCI_Express_Base_5.0r1.0.pdf PCI_Express_Base_Specification_Revision1.0a.pdf PCI_Express_Base_Specification_Revision2.0.pdf PCI_Express_Base_Specification_Revision2.1.pdf PCI_Express_Base_Specification_Revision3.0.pdf
作者:曹忠明,华清远见嵌入式学院讲师。   PCI是外围设备互联的简称(Peripheral Component Interconnect)的简称,作为一种通用的总线接口标准,他在计算机系统中得到了广泛的使用。PCI的速度能够达到132M/s。在这里简单的介绍一下 linux 下PCI驱动的实现。   在编写一个PCI驱动的时候我们先得确定系统中是否有我们的设备。我们可以通过lspci查看PCI设备。   [root@localhost ~]# lspci   00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX
1
Linux 内核PCI设备 linux 2.6.23-PCI总线枚举源代码分析 linux设备驱动之pci设备的中断请求 linux设备驱动之pci设备的驱动架构
1
Linux下 PCI设备驱动程序开发,详解和示例
2021-08-11 22:32:51 243KB PCI驱动
1
凌华PCI-7442说明书 函数 凌华PCI-7442说明书 函数
2021-08-11 14:25:44 3.58MB PCI-7442
1
pcie 调试工具,替代32位pci tree,可查看pcie配置空间,附带使用方法,解决pcie ip核调试问题
2021-08-11 09:36:58 4.54MB 64位 pcie pci tree
1
这个是黑苹果的网卡驱动包,我在网上找了好久才找到的希望对你有帮助
2021-08-11 01:46:57 44KB 网卡驱动包
1
PCI 设备 驱动 源码 This package contains the PCI Utilities, version 3.1.7. The PCI Utilities package contains a library for portable access to PCI bus configuration registers and several utilities based on this library. In runs on the following systems: Linux (via /sys/bus/pci, /proc/bus/pci or i386 ports) FreeBSD (via /dev/pci) NetBSD (via libpci) OpenBSD (via /dev/pci) GNU/kFreeBSD (via /dev/pci) Solaris/i386 (direct port access) Aix (via /dev/pci and odmget) GNU Hurd (direct port access) Windows (direct port access) CYGWIN (direct port access) It should be very easy to add support for other systems as well (volunteers wanted; if you want to try that, I'll be very glad to see the patches and include them in the next version).
2021-08-10 18:06:24 865KB PCI 设备 驱动 源码
1
Multi-Functions Data Acquisition Card User’s Guide
2021-08-10 14:04:43 719KB 凌华数据采集卡英文说明书
1
PCI配置空间的详细解释,PCI设备枚举示例,PCI菜鸟必备
2021-08-10 10:34:44 540KB 文章/文档 WINDOWS