Difference between revisions of "Pciidex.sys"

From ReactOS Wiki
Jump to: navigation, search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/pciidex/?view=log
+
{{DISPLAYTITLE:pciidex.sys}}
 
+
{{Stub}}
http://msdn.microsoft.com/en-us/library/windows/hardware/ff551350(v=vs.85).aspx
 
  
 
PCI IDE Bus Driver Controller Extension
 
PCI IDE Bus Driver Controller Extension
  
==Changelog==
+
{{Code history|drivers/storage/ide/pciidex}}
[[ChangeLog-0.2.9]]
 
*Add [[Pciidex.sys]] (controller driver) and Pciide.sys (miniport driver). They enumerate channels 0 and 1 on IDE controllers. (Hervé Poussineau)
 
  
[[ChangeLog-0.3.0]]
+
== External links ==
 +
* http://msdn.microsoft.com/en-us/library/windows/hardware/ff551350(v=vs.85).aspx
  
pciide/pciidex
+
[[Category:Development]]
* Add them to bootcd ([[Hervé Poussineau]])
+
[[Category:Drivers]]
* Don't claim already claimed IDE channels ([[Hervé Poussineau]])
 

Latest revision as of 07:41, 15 May 2014

The page Pciidex.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.


PCI IDE Bus Driver Controller Extension

Commit history (Source code can be found in: /reactos/drivers/storage/ide/pciidex)

External links