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")
 
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]])
 
* Use slot number to distinguish multiple device of the same kind ([[Eric Kohl]])
 
  
[[ChangeLog-0.2.2]]
+
[[Category:Development]]
*Support for IRP_MN_QUERY_BUS_INFORMATION and devices on multiple PCI buses ([[Filip Navara]])
+
[[Category:Drivers]]
*Fixed handling of IRP_MN_QUERY_BUS_INFORMATION ([[Filip Navara]])
 
 
 
[[ChangeLog-0.2.3]]
 
*Build Hardware IDs and Compatible IDs for PCI devices ([[Eric Kohl]])
 
 
 
[[ChangeLog-0.2.4]]
 
* Improve PCI device descriptions ([[Eric Kohl]])
 
 
 
[[ChangeLog-0.2.7]]
 
 
 
* Report correct list in <code>IRP_MN_QUERY_RESOURCE_REQUIREMENTS</code> ([[Hervé Poussineau]])
 
 
 
[[ChangeLog-0.2.9]]
 
 
 
* Transform pci.sys to a Plug-and-Play driver. ([[Hervé Poussineau]])
 
* Simplify most of the PciCreateCompatible*String functions. ([[Hervé Poussineau]])
 
* Fix error handling in FdoQueryBusRelations. ([[Hervé Poussineau]])
 
* Implement InterfacePciDevicePresent(Ex) of PCI_DEVICE_PRESENT_INTERFACE. ([[Hervé Poussineau]])
 
* Implement IRP_MJ_PNP / IRP_MN_QUERY_INTERFACE for GUID_BUS_INTERFACE_STANDARD. ([[Hervé Poussineau]])
 
 
 
[[ChangeLog-0.3.0]]
 
 
 
* Implement InterfacePciDevicePresent(Ex) of PCI_DEVICE_PRESENT_INTERFACE ([[Hervé Poussineau]])
 
* Allow PCI bus cascading ([[Hervé Poussineau]])
 
 
 
[[ChangeLog-0.3.3]]
 
* Fix incompatibility: In Windows IoGetDeviceProperty(DevicePropertyAddress) returns information as 0xDDDDFFFF (D=Device, F=Function) and not as a PCI_SLOT_NUMBER structure. This is confirmed by tests in Windows XP and 2003, and also found via Google ([[Aleksey Bragin]]).
 
 
 
 
 
[[Category:BNWIP]]
 

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)