Ignore:
Timestamp:
Sep 7, 2013, 5:52:45 PM (12 years ago)
Author:
David Azarewicz
Message:

Enhanced debug output
Fixed a long time PCI ID bug.

File:
1 edited

Legend:

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

    r165 r171  
    3737DEVHDR          SEGMENT WORD PUBLIC 'DATA'
    3838_dev_hdr        dd      -1                      ; next device header
    39                 dw      DEVLEV_3 + DEV_CHAR_DEV + DEV_IDC ; flags for ADD drivers
     39                dw      DEVLEV_3 + DEV_CHAR_DEV + DEV_IDC + DEV_30; flags for ADD drivers
    4040                dw      OFFSET _asm_strat       ; strategy routine
    4141                dw      OFFSET _asm_idc_entry   ; IDC entry point
Note: See TracChangeset for help on using the changeset viewer.