Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ATA_ADDRESS_TRANSLATION enumeration type indicates the type of address translation used during data transfers.
Note The ATA port driver and ATA miniport driver models may be altered or unavailable in the future. Instead, we recommend using the Storport driver and Storport miniport driver models.
Syntax
typedef enum {
UnknownMode,
ChsMode,
LbaMode,
Lba48BitMode
} ATA_ADDRESS_TRANSLATION;
Constants
UnknownMode |
ChsModeIndicates that sectors are to be addressed using cylinder/head/sector (CHS) values. |
LbaModeIndicates that sectors are to be addressed using logical block addressing (LBA) values. |
Lba48BitModeIndicates support for 48-bit LBAs. |
Requirements
| Requirement | Value |
|---|---|
| Header | irb.h (include Irb.h) |