Ignore:
Timestamp:
Feb 18, 2011, 10:09:10 PM (14 years ago)
Author:
chris
Message:
  • APM support
  • Generic IOCTL interface for adapter passthrough commands (ATA and ATAPI)
  • Fixes to ATAPI sense data handling
  • Cosmetic changes to debug reporting
  • Fixed missing interrupt enable flag for PIO transfer completions
  • Added command line switch /I to ignore specific adapters
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/init.asm

    r74 r76  
    2020                PUBLIC  __U4M                ; 32bit unsigned multiply routine
    2121                PUBLIC  __U4D                ; 32bit unsigned divide routine
    22                 PUBLIC  __I4D                ; 32bit signed multiply routine
     22                PUBLIC  __I4D                ; 32bit signed divide routine
    2323                PUBLIC  _end_of_data         ; end of all data (label)
    2424                PUBLIC  _end_of_code         ; end of all code (label)
Note: See TracChangeset for help on using the changeset viewer.