Changeset a35b458 in mainline for uspace/drv/block/ahci/ahci_sata.h
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci_sata.h
r3061bc1 ra35b458 146 146 uint16_t _vs8; 147 147 uint16_t _vs9; 148 148 149 149 uint16_t serial_number[10]; 150 150 uint16_t _vs20; … … 153 153 uint16_t firmware_rev[4]; 154 154 uint16_t model_name[20]; 155 155 156 156 uint16_t max_rw_multiple; 157 157 uint16_t reserved48; … … 161 161 uint16_t pio_timing; 162 162 uint16_t dma_timing; 163 163 164 164 uint16_t validity; 165 165 uint16_t cur_cyl; … … 178 178 uint16_t min_raw_pio_cycle; 179 179 uint16_t min_iordy_pio_cycle; 180 180 181 181 uint16_t reserved69; 182 182 uint16_t reserved70; … … 185 185 uint16_t reserved73; 186 186 uint16_t reserved74; 187 187 188 188 uint16_t queue_depth; 189 189 /** SATA capatibilities - different meaning for packet device. */ … … 201 201 uint16_t csf_default; 202 202 uint16_t udma; 203 203 204 204 uint16_t reserved89[1 + 99 - 89]; 205 205 206 206 /* Total number of blocks in LBA-48 addressing. */ 207 207 uint16_t total_lba48_0; … … 209 209 uint16_t total_lba48_2; 210 210 uint16_t total_lba48_3; 211 211 212 212 uint16_t reserved104[1 + 105 - 104]; 213 213 uint16_t physical_logic_sector_size; … … 248 248 /** Supports recepits of host-initiated interface power management. */ 249 249 sata_np_cap_host_pmngmnt = 0x0200, 250 250 251 251 /** Supports NCQ. */ 252 252 sata_np_cap_ncq = 0x0100, 253 253 254 254 /** Supports SATA 3. */ 255 255 sata_np_cap_sata_3 = 0x0008, … … 272 272 /** Supports recepits of host-initiated interface power management. */ 273 273 sata_pt_cap_host_pmngmnt = 0x0200, 274 274 275 275 /** Supports SATA 3. */ 276 276 sata_pt_cap_sat_3 = 0x0008,
Note:
See TracChangeset
for help on using the changeset viewer.