Changeset d1582b50 in mainline for uspace/drv/block/ahci/ahci_sata.h
- Timestamp:
- 2020-12-14T20:41:53Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 02fe42e
- Parents:
- 1382446
- git-author:
- Jiri Svoboda <jiri@…> (2020-12-14 20:33:54)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-12-14 20:41:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci_sata.h
r1382446 rd1582b50 36 36 #include <stdint.h> 37 37 38 /* ----------------------------------------------------------------------------*/39 /*-- SATA Buffer Lengths -----------------------------------------------------*/ 40 /*----------------------------------------------------------------------------*/38 /* 39 * SATA Buffer Lengths 40 */ 41 41 42 42 /** Default sector size in bytes. */ … … 49 49 #define SATA_IDENTIFY_DEVICE_BUFFER_LENGTH 512 50 50 51 /* ----------------------------------------------------------------------------*/52 /*-- SATA Fis Frames ---------------------------------------------------------*/ 53 /*----------------------------------------------------------------------------*/51 /* 52 * SATA Fis Frames 53 */ 54 54 55 55 /** Sata FIS Type number. */ … … 130 130 } sata_ncq_command_frame_t; 131 131 132 /* ----------------------------------------------------------------------------*/133 /*-- SATA Identify device ----------------------------------------------------*/ 134 /*----------------------------------------------------------------------------*/132 /* 133 * SATA Identify device 134 */ 135 135 136 136 /** Data returned from identify device and identify packet device command. */
Note:
See TracChangeset
for help on using the changeset viewer.