Ignore:
Timestamp:
May 31, 2013, 11:15:02 PM (12 years ago)
Author:
David Azarewicz
Message:

Suspend/resume changes

File:
1 edited

Legend:

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

    r160 r161  
    3434 */
    3535
     36/* Global feature defines
     37 * DEBUG = enable debug logging routines to be compled in.
     38 * LEGACY_APM = enable the legacy APM interface to be compiled in.
     39 *   Legacy APM support is not needed on eCS systems with ACPI and is more reliable without it enabled.
     40 */
    3641#define DEBUG
     42//#define LEGACY_APM
     43
    3744#define INCL_NOPMAPI
    3845#define INCL_DOSINFOSEG
     
    517524extern void    ahci_execute_cdb             (IORBH _far *iorb);
    518525extern void    ahci_execute_ata             (IORBH _far *iorb);
     526extern void ahci_dump_host_regs(AD_INFO *ai, int bios_regs);
     527extern void ahci_dump_port_regs(AD_INFO *ai, int p);
     528extern int ahci_reset_controller(AD_INFO *ai);
    519529
    520530/* libc.c */
     
    612622extern int           init_complete; /* if != 0, initialization has completed */
    613623extern int           suspended;     /* indicates if the driver is suspended */
     624extern int           resume_sleep_flag;
    614625
    615626extern u16           com_base;      /* debug COM port base address */
Note: See TracChangeset for help on using the changeset viewer.