Category:ATA: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
 
(→‎SATA and PATA: Turned words into active link)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page contains all pages related to the ATA specifications. To get started quickly, try one of the following pages:
==IDE==
* [[ATA PIO Mode]]
: Describes the oldest hardware mode for accessing devices. Start here for all your driver needs.
* [[ATAPI]]
: ATA Packet Interface - Add SCSI commands to the protocol. CD-ROM drives are usually ATAPI devices. You will need some [[ATA PIO Mode|ATA]] parts for setup.
* [[ATA in x86 RealMode (BIOS)]]
: If you want to make disk accesses using the legacy BIOS.


===IDE===
The name IDE is often used interchangeably with ATA, but "IDE" actually refers to only the electrical specifications of the signals on the 40 / 80 pin disk cable. ATA is the proper name for the entire specification.


The name IDE is often used interchangeably with ATA, but "IDE" actually refers to only the electrical specifications of the signals on the 40 / 80 pin disk cable. ATA is the proper name for the entire specification.
==SATA and PATA==


===SATA and PATA===
Recently a new standard for ATA data transmission has emerged. It was named SATA (see the article below), and the previous well-known forms of ATA were retroactively renamed PATA, "to reduce confusion" -- while certainly causing it.


Recently a new standard for ATA data transmission has emerged. It was named [[SATA]], and the previous well-known forms of ATA were retroactively renamed PATA, "to reduce confusion" -- while certainly causing it.
==Detection, Initialization, and Details==


See the [[ATA PIO Mode]] article for lots more general information on accessing generic ATA devices, and basic device detection and initialization information -- initialization always happens in PIO mode.




[[Category:Storage]]
[[Category:Storage]]
[[Category:Buses]]
[[de:AT_Attachment]]

Latest revision as of 07:37, 12 January 2019

This page contains all pages related to the ATA specifications. To get started quickly, try one of the following pages:

Describes the oldest hardware mode for accessing devices. Start here for all your driver needs.
ATA Packet Interface - Add SCSI commands to the protocol. CD-ROM drives are usually ATAPI devices. You will need some ATA parts for setup.
If you want to make disk accesses using the legacy BIOS.

IDE

The name IDE is often used interchangeably with ATA, but "IDE" actually refers to only the electrical specifications of the signals on the 40 / 80 pin disk cable. ATA is the proper name for the entire specification.

SATA and PATA

Recently a new standard for ATA data transmission has emerged. It was named SATA, and the previous well-known forms of ATA were retroactively renamed PATA, "to reduce confusion" -- while certainly causing it.

Pages in category "ATA"

The following 11 pages are in this category, out of 11 total.