Changeset 88743b5 in mainline for uspace/srv/bd/ata_bd/ata_hw.h


Ignore:
Timestamp:
2011-02-01T05:54:29Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d247f5
Parents:
7a56e33e
Message:

Implement 'Packet' command (for data-in packet-based commands). Implement Inquiry as an example packet command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/ata_bd/ata_hw.h

    r7a56e33e r88743b5  
    134134        CMD_WRITE_SECTORS       = 0x30,
    135135        CMD_WRITE_SECTORS_EXT   = 0x34,
     136        CMD_PACKET              = 0xA0,
    136137        CMD_IDENTIFY_PKT_DEV    = 0xA1,
    137138        CMD_IDENTIFY_DRIVE      = 0xEC
Note: See TracChangeset for help on using the changeset viewer.