CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - PCI总线

搜索资源列表

  1. pci_can.tar

    0下载:
  2. linux下PCI_CAN 的驱动程序,对挂载在PCI总线上的CAN总线的驱动的开发很有借鉴作用。可以看出它明显有别于其他总线下CAN的驱动开发。-PCI_CAN under linux drivers, to mount the PCI bus on the CAN bus driven by the development of a very useful reference. It can be seen clearly from other CAN Bus driver developm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17750
    • 提供者:周建政
  1. pci 局部总线

    0下载:
  2. pci local bus specification
  3. 所属分类:系统编程

  1. pcidriver

    0下载:
  2. linux系统中PCI总线的驱动,对驱动感兴趣的可以看看!-linux system PCI bus driver, the driver can look at interesting!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1199
    • 提供者:吕明洲
  1. pmac_driver_2.6.18

    0下载:
  2. linux 内核版本2.6.18下的pmac运动控制卡驱动源程序,包括isa总线和pci总线-linux kernel version 2.6.18 of PMAC motion control card driver source code, including isa bus and pci bus
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:260382
    • 提供者:ejang
  1. pmac_driver-2.6.15

    0下载:
  2. Linux 内核版本2.6.15下的pmac运动控制卡驱动源程序,包括isa总线和pci总线-Linux kernel version 2.6.15 of PMAC motion control card driver source code, including isa bus and pci bus
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:248860
    • 提供者:ejang
  1. SD-info

    0下载:
  2. 这是一个关于linux下基于PCI总线的SD卡驱动方面的好资料,对驱动开发很有用。-This is a linux based on the PCI bus driver SD card good information, very useful for driver development.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1307349
    • 提供者:李峰
  1. vme_univ_3.3

    0下载:
  2. universeII驱动,用做vme总线和pci总线的桥接-universeII driver,used as the bridge of vme bus to pci bus
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:302527
    • 提供者:davidwx
  1. ScanPCIBus

    0下载:
  2. 扫描本机PCI设备,并显示所有设备总线号,设备号,和功能号。可以读所有的寄存器值,如果存在的话。-This project is designed for scanning all the PCI devices in the system. The software can get all the devices’ Bus Numbers, Device Numbers and Function Numbers. It also can read all of the register val
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:3704791
    • 提供者:charles
  1. if_ath_pci

    0下载:
  2. Unix下FreeBSD的AtherosPCI总线无线局域网控制驱动-PCI/Cardbus front-end for the Atheros Wireless LAN controller driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2690
    • 提供者:liu jiani
  1. Linux-I-am-PCI.pdf

    0下载:
  2. linux那些事之我是PCI,讲述PCI总线,浅显易懂-linux PCI bus
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:642969
    • 提供者:王小波
  1. unknowndeviceidentifier

    0下载:
  2. 硬件精灵是一款专业级的计算机硬件辨识软件,可以辨识上万种USB 1.1/2.0设备、IEEE1394设备、ISA总线的即插即用型设备,辨识几乎所有的PCI和AGP总线的板卡(包括主版集成)设备。-Hardware Wizard is a professional computer hardware identification software, you can identify ten thousand devices USB 1.1/2.0, IEEE1394 devices, ISA bu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:953069
    • 提供者:xiang
  1. Linux-driver-development2

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:866709
    • 提供者:华清远见
  1. Linux-driver-development21

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第21章、PCI设备驱动。PCI(及cPCI)总线在一般的小型手持设备中不太可能用到,但是在工控和通信设备及其PC中却引领着潮流。在Linux系统中,PCI设备驱动和USB设备驱动有共性,那就是其驱动都由总线相关部分和自身设备类型驱动两部分组成。21.1节讲解了PCI总线及其配置空间,给出了PCI总线在Linux内核中的数据结构。PCI设备驱动的PCI相关部分围绕着pci_driver结构体的成员函数展开,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:550787
    • 提供者:华清远见
  1. winpci

    0下载:
  2. 2012-03-05 windows vc2008 利用winio直接读取pci总线上的设备信息 -direct to read device information on pci via winio.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:202292
    • 提供者:sby
  1. bus

    0下载:
  2. pci总线驱动,关于总线类型,注册等驱动-pci bus driver
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2621
    • 提供者:徐昊
搜珍网 www.dssz.com