Ignore:
Timestamp:
Jun 21, 2011, 2:39:30 PM (14 years ago)
Author:
Markus Thielen
Message:

contains CMs changes for unaligned buffers; removed unused stack var; let driver continue boot on unknown command line switch

File:
1 edited

Legend:

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

    r87 r110  
    169169extern int     atapi_unit_ready       (IORBH _far *iorb, int slot);
    170170extern int     atapi_read             (IORBH _far *iorb, int slot);
     171extern int     atapi_read_unaligned   (IORBH _far *iorb, int slot);
    171172extern int     atapi_verify           (IORBH _far *iorb, int slot);
    172173extern int     atapi_write            (IORBH _far *iorb, int slot);
Note: See TracChangeset for help on using the changeset viewer.