Changeset 44
- Timestamp:
- Nov 30, 2010, 2:29:57 PM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ahci.h
r34 r44 94 94 #define HOST_EM_CTL 0x20 /* Enclosure Management Control */ 95 95 #define HOST_CAP2 0x24 /* host capabilities, extended */ 96 #define HOST_BOHC 0x28 /* BIOS hand off control and status */ 96 97 97 98 /* HOST_CTL bits */ … … 123 124 #define HOST_CAP2_NVMHCI (1UL << 1) /* NVMHCI supported */ 124 125 #define HOST_CAP2_APST (1UL << 2) /* Automatic partial to slumber */ 126 127 /* HOST_BOHC bits */ 128 #define HOST_BOHC_BOS (1UL << 0) /* BIOS owned (semaphore bit) */ 129 #define HOST_BOHC_OOS (1UL << 1) /* OS owned (semaphore bit) */ 130 #define HOST_BOHC_SOOE (1UL << 2) /* SMI on ownership change enable */ 131 #define HOST_BOHC_OOC (1UL << 3) /* OS ownership change */ 132 #define HOST_BOHC_BB (1UL << 4) /* BIOS is busy changing ownership */ 125 133 126 134 /* registers for each SATA port */
Note:
See TracChangeset
for help on using the changeset viewer.