Ignore:
Timestamp:
Dec 21, 2010, 12:49:55 PM (15 years ago)
Author:
markus
Message:

changed atapi command bits; ATAPI commands are still not working

File:
1 edited

Legend:

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

    r63 r64  
    6666#define ATAPI_FLAG_DPO             0x10
    6767
     68#define ATAPI_FEAT_DMA             0x0001
     69#define ATAPI_FEAT_DMA_TO_HOST     0x0004
     70
     71#define ATAPI_LBA_DMA              ((u32)0xffff << 8)
     72
    6873/******************************************************************************
    6974 * ATAPI sense data
    7075 */
    71 #define ATAPI_SENSE_LEN            64
     76#define ATAPI_SENSE_LEN            96
    7277
    7378#define ASENSE_NO_SENSE            0x00  /* no sense -> success */
Note: See TracChangeset for help on using the changeset viewer.