Ignore:
Timestamp:
Apr 3, 2013, 11:13:13 PM (12 years ago)
Author:
David Azarewicz
Message:

Makefile updates
Debug output improvements
Support for ACPI suspend/resume added

File:
1 edited

Legend:

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

    r144 r153  
    4040                db      "OS2AHCI$"              ; name of character device
    4141                dq      0                       ; 8 reserved bytes
    42                 dd      DEV_IOCTL2 + DEV_ADAPTER_DD + DEV_INITCOMPLETE + 20h ; ADD flags
     42                dd      DEV_IOCTL2 + DEV_ADAPTER_DD + DEV_INITCOMPLETE + DEV_SAVERESTORE ; ADD flags
    4343                dw      0
    4444
     45; This is here to support old SMART tools. This is a really bad thing to do as it will
     46; cause problems in the future. The SMART tools should be fixed instead.
    4547_legacy_hdr     dd      -1                      ; no headers after this one
    4648                dw      DEVLEV_3 + DEV_CHAR_DEV ; flags for ADD drivers
     
    5153                dd      0
    5254                dw      0
     55
    5356DEVHDR          ENDS
    5457
Note: See TracChangeset for help on using the changeset viewer.