搜索资源列表
pci_can.tar
- 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
Linux_pragram
- 《linux编程白皮书》—本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。
pci-sample.rar
- 这是一个关于pci设备的驱动源码,非常适合linux下pci设备驱动的开发,This is a pci device driver on the source, very suitable for pci under linux device driver development
SdkUser
- plx pci 9054开发用户手册翻译版-plx pci 9054 skd user
Hi3516PCIdevelopment-of-reference
- Hi3511,Hi3512 PCI开发参考,对应用海思的朋友开发有很大的帮助。-Hi3511-Hi3512 PCI development of reference on the application of Hass s friends developed a great help.
PCILVDSdatasheet
- 这是PCI&LVDS接口开发板用户手册,里面有详细的说明-This is a development board PCI & LVDS interface, user manual, which are described in detail
PCI
- Linux设备驱动开发详解_PCI驱动范例.rar-Linux device driver development of detailed examples _PCI drive. Rar
SD-info
- 这是一个关于linux下基于PCI总线的SD卡驱动方面的好资料,对驱动开发很有用。-This is a linux based on the PCI bus driver SD card good information, very useful for driver development.
plx9052-0.1.5.tar
- 关于linux中pci驱动的一些代码,实现了一些功能,可以在上面开发-this is a driver about linux pci
demo1
- Linux 2.6内核版本下的PCI字符驱动开发练习参考代码。-Linux 2.6 kernel version of PCI-driven development practice character reference code.
Linux
- 本书对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
pci-skeleton
- 这是一个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
LinuxdevicedriverdevelopmentXiangjie
- 本书全面而详细地讲Linux设备驱动开发中涉及的理论毛*多种设备驱动的框架,本书 是基于2.6内核进行讲解,将字符设备、块设备、TTY设备、IIC设备、LCD设备、Flash设备、网络 设备、音频设备、PCI设备等复杂设备驱动的框架作为核心内容。完全从工程实际出发,具有很台 盟的可操作性
Linux-PCI-Driver
- Linux下无配置信息PCI设备的驱动开发,是基于LInux下开发无配置信息的PIC设备驱动的研究论文。-No configuration information under Linux PCI device driver development, is based on the LInux no configuration information developed under the PIC device driver of the research paper.
Linux-driver-development2
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路
Linux-driver-development21
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第21章、PCI设备驱动。PCI(及cPCI)总线在一般的小型手持设备中不太可能用到,但是在工控和通信设备及其PC中却引领着潮流。在Linux系统中,PCI设备驱动和USB设备驱动有共性,那就是其驱动都由总线相关部分和自身设备类型驱动两部分组成。21.1节讲解了PCI总线及其配置空间,给出了PCI总线在Linux内核中的数据结构。PCI设备驱动的PCI相关部分围绕着pci_driver结构体的成员函数展开,
Linux-Programming-White-Papers
- < Linux编程白皮书> : 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。-< <Linux编程白皮书> > : This book and its programming on the Linux operating system, the overall presentati
PCI_demo
- 这是一个在linux下PCI设备的驱动程序,自己已经试验过,在驱动程序中将连接设备的ID号修改后就能正确的map到基地址,从而进行对PCI设备地址的读写操作。其中还要用到mmap函数,这属于上层软件开发的内容,就不多说了-This is a PCI device in linux drivers, they have tested, connect the device in the driver' s ID number will be modified to be able to co
LINUX_programe
- 本书对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
Linux-PCI
- Linux PCI ,适合于底层开发人员 -Linux as PCI, suitable for low-level development staff