Difference between revisions of "Atapi.sys"

From ReactOS Wiki
Jump to: navigation, search
m
(Moved code history and gave it a section. Bolded first use of term.)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/atapi/?view=log
+
{{DISPLAYTITLE:atapi.sys}}
 +
{{Stub}}
  
[[ChangeLog-0.0.19#DRIVERS]]
 
* Added new ATAPI driver Eric Kohl
 
[[ChangeLog-0.0.21]]
 
* NDIS/NE2000: Fixes to ping reliably [[Rob Dickenson]]
 
[[ChangeLog-0.1.0]]
 
* ATAPI: multiple sector read/write, 32 Bit IO,
 
* Support for shared interrupts,
 
* Support for Promise ultra100tx2 controller ([[Hartmut Birr]])
 
* ATAPI: Added write cache flushing ([[Eric Kohl]])
 
  
[[ChangeLog-0.2.2]]
+
'''Atapi.sys''' is the name of the [[Wikipedia:ATA Packet Interface|ATAPI]] driver in Microsoft Windows and ReactOS.
  
*Started implementation of busmaster dma ([[Hartmut Birr]])
+
=== Purpose ===
*Changed the dma capability detection code ([[Hartmut Birr]])
+
atapi.sys is needed to address certain ATA (IDE a.k.a "Parallel ATA") devices (hard drives, optical drives).
*Fixed the returned values for a data underrun ([[Hartmut Birr]])
+
 
 +
=== Design ===
 +
atapi.sys is a miniport driver.
 +
 
 +
=== Status ===
 +
TBD
 +
 
 +
=== Code History ===
 +
{{Code history|drivers/storage/ide/atapi}}
 +
 
 +
[[Category:Development]]
 +
[[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)