Difference between revisions of "Pciide.sys"

From ReactOS Wiki
Jump to: navigation, search
m
 
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/pciide/?view=log
+
{{DISPLAYTITLE:pciide.sys}}
 
+
{{Stub}}
http://msdn.microsoft.com/en-us/library/windows/hardware/ff551350(v=vs.85).aspx
 
 
 
 
PCI IDE Bus Driver
 
PCI IDE Bus Driver
  
==Changelog==
+
{{Code history|drivers/drivers/storage/ide/pciide}}
[[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]]
 
 
 
pciide/pciidex
 
* Add them to bootcd ([[Hervé Poussineau]])
 
* Don't claim already claimed IDE channels ([[Hervé Poussineau]])
 
  
 +
== External links ==
 +
* http://msdn.microsoft.com/en-us/library/windows/hardware/ff551350(v=vs.85).aspx
  
[[Category:BNWIP]]
+
[[Category:Development]]
 +
[[Category:Drivers]]

Latest revision as of 07:40, 15 May 2014

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

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

External links