Changeset 44


Ignore:
Timestamp:
Nov 30, 2010, 2:29:57 PM (15 years ago)
Author:
markus
Message:

added lbatest

Location:
trunk/src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ahci.h

    r34 r44  
    9494#define HOST_EM_CTL             0x20 /* Enclosure Management Control */
    9595#define HOST_CAP2               0x24 /* host capabilities, extended */
     96#define HOST_BOHC               0x28 /* BIOS hand off control and status */
    9697
    9798/* HOST_CTL bits */
     
    123124#define HOST_CAP2_NVMHCI        (1UL << 1)  /* NVMHCI supported */
    124125#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 */
    125133
    126134/* registers for each SATA port */
Note: See TracChangeset for help on using the changeset viewer.