CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - pci system

搜索资源列表

  1. 复件 modp-driver-0.09

    0下载:
  2. linux核C语言写的MODBUS通讯 This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scr ipts for administration, and an example client program. Development Status: 4 - Beta Intende
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:19973
    • 提供者:李瑶
  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. pcidevice

    0下载:
  2. 将pci设备模拟成字符设备的模板程序。目前主要实现了ioctl系统调用。-Pci device simulation into the characters of the template process equipment. At present, the main achievement of the ioctl system call.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-26
    • 文件大小:3441
    • 提供者:xiaoqing
  1. Linux

    0下载:
  2. 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。 -The book and its programming on the Linux operating system, the overall presentation was made to support the development of software f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:14466211
    • 提供者:Miao
  1. Check_System_Info_Linux

    0下载:
  2. 可以讀取(儲存)、檢查(Bus, Dev, Func, VenID, DevID, RevID, CCode, IRQ, INT)系統PCI Bus下的裝置-Can read the (storage), check (Bus, Dev, Func, VenID, DevID, RevID, CCode, IRQ, INT) system under the PCI Bus device
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:250220
    • 提供者:謝育霖
  1. Linux--DMA-

    0下载:
  2. Linux 系统下基于PCI 控制器(PLX9054)的DMA 编程.pdf-Linux System Based on PCI controller (PLX9054) of the DMA programming. Pdf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:119020
    • 提供者:heanyu
  1. pci-skeleton

    0下载:
  2. 这是一个PCI驱动的骨架,结合实际的项目添加一些东西就可以完成驱动的开发。同时可以参考国外的那本《《linux设备驱动》-This driver is for boards based on the RTL8129 and RTL8139 PCI ethernet chips.This file is not a complete program and may only be used when the entire operating system is licensed under the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:15723
    • 提供者:校尉
  1. pci

    0下载:
  2. With two tier client/server architectures, the user system interface is usually located in the user s desktop environment and the database management services are usually in a server that is a more powerful machine that services many clients.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:17663
    • 提供者:sundher
  1. Linux-DEVICE-DRIVER-BOOK

    0下载:
  2. 本电子书详细介绍了Linux2.4版本的 系统结构,及其操作系统下下驱动程序设计,尤其是PCI和USB的驱动程序设计介绍的异常详细,对于初学者来说非常的好用,本人用过深感好用才推荐给大家,希望能帮助到你!-This book details the Linux2.4 version of the system structure, and its operating system to drive program design, especially the PCI and USB driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:749961
    • 提供者:hexiaoya
  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. Linux-Programming-White-Papers

    0下载:
  2. < Linux编程白皮书> : 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。-< <Linux编程白皮书> > : This book and its programming on the Linux operating system, the overall presentati
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-29
    • 文件大小:12528264
    • 提供者:刘绍海
  1. pci_linux

    0下载:
  2. pci 在linux系统下的驱动程序:支持PCI子系统初始化例程-In linux system pci driver: support for PCI subsystem initialization routine
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:79115
    • 提供者:金霖
  1. LINUX_programe

    0下载:
  2. 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。 -Book on the Linux operating system and its programming were introduced a whole to support the development of software for the open sou
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-09
    • 文件大小:16955826
    • 提供者:cai
  1. solos-pci

    0下载:
  2. Linux系统下PCI ADSL2+卡的驱动程序,支持Linux nicstar.c,支持CBR IDT7720177211的“NICStAR”的基础卡。-The foundation of the Linux system PCI ADSL2+ card driver support for Linux nicstar.c, support CBR IDT7720177211 "NICStAR" card.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:8220
    • 提供者:dhidahi
  1. platform-pci

    0下载:
  2. linux系统上关于Xen平台的PCI设备驱动程序代码,喜欢的朋友请下载-linux system on the Xen platform PCI device driver code, like a friend, please download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:1644
    • 提供者:jessicady818
  1. xhci-pci.zip

    0下载:
  2. linux系统上,xHCI PCI总线型USB主机控制器驱动程序,欢迎使用。 ,linux system, the xHCI PCI bus type USB host controller drivers are welcome to use.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:3929
    • 提供者:xingkong38
  1. ohci-pci.zip

    0下载:
  2. linux系统上, PCI Bus Glue OHCI的USB主机控制器驱动程序(HCD)。,linux system on PCI Bus Glue OHCI USB host controller driver (HCD).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:3822
    • 提供者:huangsi3438r
  1. ehci-pci

    0下载:
  2. linux系统上,EHCI主控制器USB驱动程序。-linux system, EHCI Host Controller USB driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:5777
    • 提供者:magnoliar
  1. pci-lantiq

    0下载:
  2. BAR11MASK value depends on available memory on system.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2885
    • 提供者:zwctlm
« 12 »
搜珍网 www.dssz.com