搜索资源列表
p76931311
- 要写出Scan pci bus的程式首先必须先参考PCI的spec里面的Configuration SpaceHeader的图,而Class code有24个bit(3byte),组要由三个部份组成,Base Class、Sub Class、 programming Interface 将的PCI BUS上的Base Class、Sub Class、programming Interface用原本的范例程式加上回圈去侦测。基本上只要了解pci的架构,再用范例程式就可以找出有在使用的pci dev
PCI_Genius20872310152007
- usb pci detection to usb port device
pci
- DOS下,访问PCI设备的代码,使用ASM写成,编译可生成EXE,非常好用-acess pci device list,i had test pass under dos .
PCI.RAR
- 80X86汇编写的枚举PC机PCI设备的小工具-emum pc pci device tool writed by masm
PCICOD7
- 汇编 PCI 扫瞄 有DOS下搜索PCI设备的编程-Index Bus. Dev. func. Vendor Device Device Type
5-22
- 在dos下编程,列举出系统中的全部PCI设备,显示出厂商和设备号-Under the dos program to enumerate all the PCI devices in the system, indicating that manufacturers and device number
PCICOD8c
- 显示 PCI device listing 设备Vendor device 列表. Bus Device func vendor : device 等代码- PCI device listing Bus Device func vendor : device
PCIspec
- 制作PCI设备驱动的经典,最权威的资料。适用于各种阶段的电子工程师。-PCI device drivers making the classic, most authoritative information. Applicable to various stages of electronic engineers.
enumPCI
- 最近有好多网友来邮件索取我以前发的DOS下枚举主板上PCI设备小程序的源代码,这里,就将其源代码免费贴出,供大家下载,希望对大家有所帮助.-Recently, a lot of friends I used to send e-mail request under DOS on the motherboard PCI device enumeration applet source code, where it will put its source code free for all to d
PCI_1_1
- 对于主板架构中PCI总线的访问,只要知道该pci的Bus、device、function就行了-For the motherboard architecture PCI bus access, as long as we know the pci Bus, device, function on the line
LinuxKernel-core-Chinese-manual
- LinuxKernel核心中文手册,总共十五章的讲解,包括Hardware Basic,Software Basic,Memory Management ,Processes,Interprocess Communication Mechanisms ,PCI ,Interrupts and Interrupt Handling,Device Drivers, The File System ,Networks,Kernel Mechanisms ,Modules,The Linux Kerne
QXP
- 一个读取pci的256个配置空间值的程序,可以手动输入bus,dev,func 号然后显示不同device的256个空间的值-Read a 256 pci configuration space value of the procedure, you can manually enter the bus, dev, func number and then displays the value of the 256 different device space
pciz
- 扫描整个PCI总线并同时根据PCI设备类型不同(分别对应两类PCI配置空间)显示PCI设备配置空间。-to scan the whole PCI bus and display the PCI configuration space of the PCI device found according to the corresponding PCI device type.
code
- vxworks一些程序 Char.c和Char.h是字符型设备驱动模板 Blk.c是块设备驱动模板 PCI.c是PCI设备映射内存空间模板-vxworks some programs Char.c and Char.ch is a character device driver template Blk.c is a block device driver template PCI.c are PCI devices mapped memory space templat
P2
- 在 DOS 下编程序列举出系统中的全部 PCI 设备,显示出厂商 ID 和设备 ID。-In the DOS under the code program lists all PCI devices in the system and show the vendor ID and device ID.