Difference between revisions of "Pci.sys"

From ReactOS Wiki
Jump to: navigation, search
m
(Replaced content with "{{DISPLAYTITLE:pci.sys}} {{Stub}} {{Code history|drivers/bus/pci}} Category:Development Category:Drivers")
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/pci/?view=log
+
{{DISPLAYTITLE:pci.sys}}
 +
{{Stub}}
 +
{{Code history|drivers/bus/pci}}
  
[[ChangeLog-0.2.0]]
 
  
* Use HAL PCI bus routines in order avoid race conditions ([[Eric Kohl]])
+
[[Category:Development]]
* Use slot number to distinguish multiple device of the same kind ([[Eric Kohl]])
+
[[Category:Drivers]]
 
 
[[ChangeLog-0.2.2]]
 
 
 
*Support for IRP_MN_QUERY_BUS_INFORMATION and devices on multiple PCI buses ([[Filip Navara]])
 
*Fixed handling of IRP_MN_QUERY_BUS_INFORMATION ([[Filip Navara]])
 

Latest revision as of 07:38, 15 May 2014

The page Pci.sys is a short article on something that should have a lot more information written on it.
If you know anything else about it, you are STRONGLY encouraged to add the information in. If you are unsure of proper formatting or style, add it to the talk page or this page itself as you think best and others will help.


Commit history (Source code can be found in: /reactos/drivers/bus/pci)