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
Linux内核和驱动程序开发,编写和运行模块,字符设备驱动程序,等等
2021-08-10 15:45:10 422KB LINUX 设备驱动程序
1
Windows设备驱动程序设计教程
LINUX设备驱动程序(第3版).pdf 高清下载
2021-08-04 13:21:41 48.22MB Linux
1
Linux驱动基础知识,强烈推荐阅读Linux Device Driver / Linux 设备驱动程序(第三版),附件含中英文版本。
2021-08-02 10:13:01 6.32MB Linux Androi 驱动学习
1
傲盾硬盘还原源代码 傲盾,硬盘还原,源代码,C,C++,VC++,设备驱动,磁盘过滤驱动
1
inux设备驱动开发详解:基于最新的Linux4.0内核配套光盘
2021-07-28 17:36:22 73B 宋保华 linux 4.0 光盘
1
这份文档详细的叙述了linux中断上半部跟下半部的原理,很容易理解。
2021-07-28 15:28:39 1.97MB linux 中断 中断上半部 中断下半部
1
什么是VoodooI2C? VoodooI2C是一个由macOS内核扩展组成的项目,这些扩展添加了对I2C总线设备的支持。 该项目分为两个主要部分:核心扩展和各种其他卫星扩展。 核心 核心是VoodooI2C.kext内核扩展。 该kext打算由计算机需要某种形式的I2C支持的任何人安装。 它由I2C控制器驱动程序组成,负责将设备块发布到IOService平面。 卫星 这些附属程序是各种内核扩展的集合,这些扩展实现了对特定类型的I2C设备的支持。 卫星kext的一个示例是VoodooI2CHID.kext ,它增加了对I2C-HID设备的支持。 通常,用户将为每类I2C设备安装一个人造卫星。 当前状态 完全支持以下Intel I2C控制器: INT33C2和INT33C3 -Haswell时代 INT3432和INT3433 -Broadwell时代 pci8086,9d60 , pc
2021-07-27 13:43:29 746KB C++
1