PLX9x5x

所属分类:驱动编程
开发工具:WINDOWS
文件大小:45KB
下载次数:10
上传日期:2017-11-22 17:56:17
上 传 者犀利的平哥
说明:  plx9054经典驱动实例,包含DMA读写,bar读写
(9054 driver demo include dma read and write)

文件列表:
PLX9x5x\PLX9x5x.sln (2523, 2017-11-01)
PLX9x5x\sys\Control.c (3104, 2017-11-01)
PLX9x5x\sys\Init.c (27850, 2017-11-01)
PLX9x5x\sys\IsrDpc.c (12162, 2017-11-01)
PLX9x5x\sys\Pci9656.c (18830, 2017-11-01)
PLX9x5x\sys\Pci9656.h (360, 2017-11-01)
PLX9x5x\sys\Pci9656.rc (360, 2017-11-01)
PLX9x5x\sys\pci9x5x.inx (5044, 2017-11-01)
PLX9x5x\sys\Pci9x5x.vcxproj (11768, 2017-11-01)
PLX9x5x\sys\Pci9x5x.vcxproj.Filters (1698, 2017-11-01)
PLX9x5x\sys\Precomp.h (391, 2017-11-01)
PLX9x5x\sys\precompsrc.c (20, 2017-11-01)
PLX9x5x\sys\Private.h (6449, 2017-11-01)
PLX9x5x\sys\Public.h (1146, 2017-11-01)
PLX9x5x\sys\Read.c (16630, 2017-11-01)
PLX9x5x\sys\Reg9656.h (12481, 2017-11-01)
PLX9x5x\sys\trace.h (2792, 2017-11-01)
PLX9x5x\sys\Write.c (17589, 2017-11-01)
PLX9x5x\test\plx.cpp (30911, 2017-11-01)
PLX9x5x\test\plx.hpp (2253, 2017-11-01)
PLX9x5x\test\plx.vcxproj (9845, 2017-11-01)
PLX9x5x\test\plx.vcxproj.Filters (941, 2017-11-01)
PLX9x5x\test\test.cmd (45, 2017-11-01)
PLX9x5x\sys (0, 2017-11-17)
PLX9x5x\test (0, 2017-11-17)
PLX9x5x (0, 2017-11-17)

PLX9x5x PCI Driver ================== This sample demonstrates how to write driver for a generic PCI device using Windows Driver Framework. The target hardware for this driver is PLX9656/9653RDK-LITE board. The product kit and the hardware specification are available at . For more information, see [Peripheral Component Interconnect (PCI) Bus Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff537451). The device is a PCI device with port, memory, interrupt and DMA resources. Device can be stopped and started at run-time and also supports low power states. The driver is capable of doing concurrent read and write operations to the device but it can handle only one read or write request at any time. The following lists the driver framework interfaces demonstrated in this sample: - Handling PnP & Power Events - Registering a Device Interface - Hardware resource mapping: Port, Memory & Interrupt - DMA Interfaces - Serialized Default Queue for Write requests - Serialized custom Queue for Read requests - Handling Interrupt & DPC To test the driver, run the PLX.EXE test application. This sample driver is a minimal driver meant to demonstrate the usage of the Windows Driver Framework. It is not intended for use in a production environment.

近期下载者

相关文件


收藏者