Difference between revisions of "Atapi.sys"

From ReactOS Wiki
Jump to: navigation, search
(proper way of including wikipedia link)
(Moved code history and gave it a section. Bolded first use of term.)
 
Line 1: Line 1:
 
{{DISPLAYTITLE:atapi.sys}}
 
{{DISPLAYTITLE:atapi.sys}}
 
{{Stub}}
 
{{Stub}}
{{Code history|drivers/storage/ide/atapi}}
 
  
atapi.sys is the name of the [[Wikipedia:ATA Packet Interface|ATAPI]] driver in Microsoft Windows and ReactOS.
+
 
 +
'''Atapi.sys''' is the name of the [[Wikipedia:ATA Packet Interface|ATAPI]] driver in Microsoft Windows and ReactOS.
  
 
=== Purpose ===
 
=== Purpose ===
Line 13: Line 13:
 
=== Status ===
 
=== Status ===
 
TBD
 
TBD
 +
 +
=== Code History ===
 +
{{Code history|drivers/storage/ide/atapi}}
  
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:Drivers]]
 
[[Category:Drivers]]

Latest revision as of 19:48, 31 May 2019

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



Atapi.sys is the name of the ATAPI driver in Microsoft Windows and ReactOS.

Purpose

atapi.sys is needed to address certain ATA (IDE a.k.a "Parallel ATA") devices (hard drives, optical drives).

Design

atapi.sys is a miniport driver.

Status

TBD

Code History

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