Difference between revisions of "PCIDEV"

From KolibriOS wiki
Jump to navigation Jump to search
(PCIDEV page)
 
m
Line 6: Line 6:
 
The program uses a simple text database of about 1,000 well-known PCI manufacturers: '''vendors.inc''' that takes over 95% of its code. Some size-critical distrubutives may use a  reduced version of the database.
 
The program uses a simple text database of about 1,000 well-known PCI manufacturers: '''vendors.inc''' that takes over 95% of its code. Some size-critical distrubutives may use a  reduced version of the database.
  
Version 2.3 also checks available memory-mapped I/O chanels granted to user applications. If such a channel exists, PCIDEV makes a short (64-byte) text dump of each memory-mapped area.
+
Version 2.3 also checks available memory-mapped I/O chanels granted to user applications. If such a channel exists, '''PCIDEV''' makes a short (64-byte) text dump of each memory-mapped area.
  
PCIDEV is a good and self-explaining demonstration of KolibriOS' PCI/MMIO system functions.
+
'''PCIDEV''' code is a simple and self-explaining demonstration how to use KolibriOS' PCI & MMIO system functions.
  
 
== Authors ==
 
== Authors ==
Line 22: Line 22:
  
 
== Screenshot ==
 
== Screenshot ==
[[Image:Example.jpg]]
+
[[Image:CAP1.gif]]
  
 
[[Category:Applications]]
 
[[Category:Applications]]

Revision as of 12:07, 21 March 2010

Short Description

A simple but useful listing of PCI devices.

The program counts over PCI address space and if the address corresponds to an actual device - stores some device-relative information in a text table.

The program uses a simple text database of about 1,000 well-known PCI manufacturers: vendors.inc that takes over 95% of its code. Some size-critical distrubutives may use a reduced version of the database.

Version 2.3 also checks available memory-mapped I/O chanels granted to user applications. If such a channel exists, PCIDEV makes a short (64-byte) text dump of each memory-mapped area.

PCIDEV code is a simple and self-explaining demonstration how to use KolibriOS' PCI & MMIO system functions.

Authors

  • Jason Delozier <cordata51@hotmail.com>
  • Sergey Kuzmin aka Wildwest <mario79@bk.ru>
  • Victor Alberto Gil Hanla aka vhanla <vhanla@gmail.com>
  • Mihailov Ilia aka Ghost <ghost.nsk@gmail.com>
  • Marat Zakiyanov aka Mario79 <mario79@bk.ru>
  • Artem Jerdev aka art_zh <art_zh@yahoo.com>

Project site

http://www.coolthemes.narod.ru/pcidev.html

Screenshot

CAP1.gif