The ata tag has no wiki summary.
4
votes
2answers
2k views
Sending ATA commands directly to device in Windows?
i'm trying to send ATA commands to a physical disk in Windows, and get the response from the device.
Note: In this case i want to send the IDENTIFY DEVICE (0xEC)
command. The device will respond ...
2
votes
1answer
77 views
What is the proper way to acknowledge an ATA/IDE interrupt?
I am currently working on a hobby OS, specifically the ATA driver. I am having some issues with PIO data-in commands with interrupts. I am trying to execute the READ MULTIPLE command to read multiple ...
1
vote
1answer
418 views
ATA PASS THROUGH DIRECT on SAS BUS in Windows XP
I want to send a "ATA Pass through Direct" command to a drive that is on the SAS(SATA attached SCSI) bus. The drive is SATA drive, in Windows XP(x86) envirnoment. I hoped there was a STP(SATA Tunneled ...
1
vote
1answer
620 views
ATA Trusted commands in Linux
Colleagues,
I'm implementing support for ATA trusted commands
0x5C, TRUSTED RECEIVE,
0x5D, TRUSTED RECEIVE DMA,
0x5E, TRUSTED SEND
0x5F, TRUSTED SEND DMA,
for Linux (two hosts, Fedora 12 and ...
1
vote
1answer
336 views
ATA TRIM Specification?
Anyone know where I'd find an ATA reference that details the protocol for triggering a TRIM? I'm looking to discover what sort of structure/object/data I'd need to send in a raw IOCTL to get an ATA ...
0
votes
1answer
165 views
LBA level disk access
What's the best way to issue disk commands (read k blocks from lba n etc.) to a SATA disk? The choice of OS does not matter. I also need to be able to issue ATA commands. I would rather do this ...
0
votes
1answer
78 views
Looking for the official ATA-4 specification/RFC
I'm looking for one of the following:
- ATA-4 Specification
- A wrapper for the ATA-4 specification written in Real Mode Assembly (MASM/TURBO ASM)