Location:
Search - pci list
Search list
Description: 1. Introduction ............................................................................................................... 1
1.1. Purpose ....................................................................................................... 1
1.2. Scope .......................................................................................................... 1
1.3. Related Documents..................................................................................... 1
1.4. Terms and Abbreviations ........................................................................... 1
2. Functional Description .............................................................................................. 2
3. Assumptions and Constraints .................................................................................... 3
3.1. ROM BIOS Location.................................................................................. 3
3.2. Calling Conventions................................................................................... 3
3.3. BIOS32 Service Directory.......................................................................... 4
3.3.1. Determining the existence of BIOS32 Service Directory............ 4
3.3.2. Calling Interface for BIOS32 Service Directory ......................... 5
3.4. PCI BIOS 32-bit service............................................................................. 6
4. Host Interface ............................................................................................................ 7
4.1. Identifying PCI Resources.......................................................................... 7
4.1.1. PCI BIOS Present ........................................................................ 7
4.1.2. Find PCI Device .......................................................................... 9
4.1.3. Find PCI Class Code ................................................................... 10
4.2. PCI Support Functions ............................................................................... 11
4.2.1. Generate Special Cycle................................................................ 11
4.2.2. Get PCI Interrupt Routing Options.............................................. 12
4.2.3. Set PCI Hardware Interrupt ......................................................... 15
4.3. Accessing Configuration Space.................................................................. 17
4.3.1. Read Configuration Byte ............................................................. 17
4.3.2. Read Configuration Word ........................................................... 18
4.3.3. Read Configuration Dword ......................................................... 19
4.3.4. Write Configuration Byte ............................................................ 20
4.3.5. Write Configuration Word .......................................................... 21
4.3.6. Write Configuration Dword ........................................................ 22
APPENDIX A: Function List......................................................................................... 23
APPENDIX B: Return Code List ................................................................................... 24
Platform: |
Size: 55157 |
Author: zoufei_008@163.com |
Hits:
Description: dos下检测pci设备列表的PASCAL代码-dos detect pci device list PASCAL code
Platform: |
Size: 12288 |
Author: 李政 |
Hits:
Description: 主要的功能是在LINUX下枚举所有PCI的信息-List all pci information under linux
Platform: |
Size: 1024 |
Author: daniel |
Hits:
Description: DOS下,访问PCI设备的代码,使用ASM写成,编译可生成EXE,非常好用-acess pci device list,i had test pass under dos .
Platform: |
Size: 1024 |
Author: dd |
Hits:
Description: 在dos下搜索所有的pci 设备, 并且列出这些设备的信息。 -Search all of the dos of the pci device and the information listed in the equipment.
Platform: |
Size: 8192 |
Author: fisher pan |
Hits:
Description: PCI device ID list Actualized 08/2010
Platform: |
Size: 364544 |
Author: alejandro |
Hits:
Description: 在DOS的系統下讀取PCI Bus 下之裝置清單的源程式代碼!-The system in DOS to read the list of devices under the PCI Bus source program code!
Platform: |
Size: 1024 |
Author: cj |
Hits:
Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第2章、驱动设计的硬件基础。本章讲解底层驱动工程师必备的硬件基础,给出了嵌入式系统硬件原理及分析方法的全景视图。2.1节讲解微控制器、微处理器、数字信号处理器以及应用于特定领域的处理器各自的特点。2.2节对嵌入式系统中所使用的各类存储器与CPU的接口、应用领域及特点进行了详细讲解。2.3节讲解常见的外设接口与总线的工作方式,包括串口、I2C、USB、以太网接口、ISA、PCI和cPCI等。嵌入式系统硬件电路中经常会使用CPLD和FPGA,2.4节讲解了CPLD和FPGA在电路中的作用。2.5~2.7节讲解实际项目开发过程中硬件分析的方法,包括如何进行原理图分析、时序分析以及如何快速地从芯片手册获取有效信息。2.8节讲解了调试过程中常用仪器、仪表的使用方法,涉及万用表、示波器和逻辑分析仪。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 2, drive design hardware foundation. This chapter explaining the bottom drive engineers must hardware foundation, gives the embedded system hardware principle and analysis methods of the panoramic views. Section 2.1 explain micro controller, microprocessor, digital signal processor and the application in particular areas of the processor respective characteristics. Section 2.2 of embedded system used in all kinds of memory and CPU interface, application field and features detailed explanation. Section 2.3 interpretation of common interface and peripherals, including bus way of working serial port, the I2C, USB, the Ethernet interface, ISA, PCI and cPCI, etc. The embedded system hardware circuit we often use CPLD and FPGA, section 2.4 explained CPLD and FPGA in a circuit ?
Platform: |
Size: 866304 |
Author: 华清远见 |
Hits:
Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第21章、PCI设备驱动。PCI(及cPCI)总线在一般的小型手持设备中不太可能用到,但是在工控和通信设备及其PC中却引领着潮流。在Linux系统中,PCI设备驱动和USB设备驱动有共性,那就是其驱动都由总线相关部分和自身设备类型驱动两部分组成。21.1节讲解了PCI总线及其配置空间,给出了PCI总线在Linux内核中的数据结构。PCI设备驱动的PCI相关部分围绕着pci_driver结构体的成员函数展开,21.2节讲解了pci_driver结构体及其成员函数的含义,并分析了PCI设备驱动的框架结构。21.3节以Intel 810主板集成声卡为实例进一步讲解PCI设备驱动的编写方法。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 21, PCI device drivers. PCI cPCI (and in general) bus small hand-held devices not too, but may be used in industrial control and communication equipment and PC is leading the trend. In Linux system, PCI device drivers and USB device drivers have common, and that is the driving all relevant parts by bus and their own equipment type drive two parts. Section 21.1 explained PCI bus and the configuration space is given, and the PCI bus in the Linux kernel of data structure. PCI device driver PCI relevant parts around the pci_driver structure members of the body function expansion, section 21.2 explained pci_driver structures and its member function meaning, and analysis the PCI device driver frame structure. Section 21.3 to 810 motherboard integration intel-based ? sound card
Platform: |
Size: 550912 |
Author: 华清远见 |
Hits:
Description: List PCI Source codes
Platform: |
Size: 31744 |
Author: GlebLar |
Hits:
Description: PCI操作规范手册. 给出了pci总线上各个信号 列表,并给出了如何使用这些信号完成各种操作。-PCI practices manual gives a list of pci bus on each signal, and shows how to use these signals to complete various operations.
Platform: |
Size: 20480 |
Author: zhaoyanbin |
Hits:
Description: 在DOS的系統下讀取PCI Bus 下之裝置清單的源程式代碼!-The system in DOS to read the list of devices under the PCI Bus source program code!
Platform: |
Size: 1024 |
Author: tocont |
Hits:
Description: 在DOS下编程序 列举出系统中的全部PCI设备,显示出厂商ID和设备ID-List all the PCI devices in the system and display the vendor id and device id.
Platform: |
Size: 57344 |
Author: Celia |
Hits:
Description: 可以列出所有PCI装置的code
用Turbo C++编译-List all PCI devices in DOS
Platform: |
Size: 1024 |
Author: JashHo |
Hits:
Description: [ 5577.057130] usb 1-2.2: new full-speed USB device number 4 using ehci-pci
[ 5577.133868] usb 1-2.2: New USB device found, idVendor=03eb, idProduct=2ff1
[ 5577.133876] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5577.133882] usb 1-2.2: Product: AT32UC3A DFU
[ 5577.133888] usb 1-2.2: Manufacturer: ATMEL
[ 5577.133893] usb 1-2.2: SerialNumber: 1.0.3(Firmware upgrade
Most of important information for running of module is available in this original document: AW_readme.txt. I describe only shortly how I made firmware upgrade under Linux:
I downloaded modified dfu-programmer from this page: https://code.google.com/p/sdr-widget/downloads/list
I installed package avr-binutils or binutils-avr according to Linux distribution.
I created this script according to manual: program-widget.
In /etc/udev/rules.d/ I created file 99-avrtools.rules according to manual. In my case was important this section:)
Platform: |
Size: 2048 |
Author: kiss83610
|
Hits: