Changeset 572


Ignore:
Timestamp:
Nov 30, 2012, 12:11:17 AM (12 years ago)
Author:
David Azarewicz
Message:

fixed a build issue, added acpi s/r support

Location:
OCO/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk

  • TabularUnified OCO/trunk/drv16/apm.h

    r33 r572  
    3131extern "C" void far *APM_Reg_Add;
    3232
    33 char APMDD_Name[] = "APM$    ";          /* Advanced Power Management  */
    34                                          /* device driver name         */
    35                                          /*                            */
    36 IDC_TABLE APMDD_Table;                   /* Advanced Power Management  */
    37 ULONG APM_IDC_Entry;                     /* device driver IDC table.   */
    38 USHORT APM_DS_Reg;                       /*                            */
    39 USHORT APM_Enabled = 0;                  /* Set to 1 if APM is enabled */
    40 ULONG  APM_Reg_add;                      /*                            */
    41 USHORT APM_State = APM_STATE_READY;      /* Current Power state        */
    42 void far *APM_Reg_Add;
    43 
    44 USHORT Suspend_In_Progress;
    45 USHORT Resume_In_Progress;
    46 USHORT DD_ds;
    4733extern IDC_TABLE APMDD_Table;
    4834/* extern USHORT APM_DS_Reg; */
     
    5844} APM_REG_REQ;
    5945
    60 APM_REG_REQ APM_Reg_Req;
    6146typedef struct
    6247{
  • TabularUnified OCO/trunk/drv16/apmevent.cpp

    r468 r572  
    44#include <vidvci.h>
    55#include <dos.h>
    6 #include "APM.H"                     /* "m2_api.h" included here   */
     6#include "apm.h"                     /* "m2_api.h" included here   */
    77#include <devhelp.h>
    88#include <i86.h>
     
    1717#endif
    1818
     19char APMDD_Name[] = "APM$    ";          /* Advanced Power Management  */
     20                                         /* device driver name         */
     21                                         /*                            */
     22IDC_TABLE APMDD_Table;                   /* Advanced Power Management  */
     23ULONG APM_IDC_Entry;                     /* device driver IDC table.   */
     24USHORT APM_DS_Reg;                       /*                            */
     25USHORT APM_Enabled = 0;                  /* Set to 1 if APM is enabled */
     26ULONG  APM_Reg_add;                      /*                            */
     27USHORT APM_State = APM_STATE_READY;      /* Current Power state        */
     28USHORT Suspend_In_Progress;
     29USHORT Resume_In_Progress;
     30USHORT DD_ds;
     31APM_REG_REQ APM_Reg_Req;
     32void far *APM_Reg_Add;
    1933int fAPMSuspend = FALSE;
    2034
  • TabularUnified OCO/trunk/install/CHANGELOG.TXT

    r533 r572  
    22UNIAUD CHANGELOG
    33================
     4
     5===== Uniaud16 1.9.6  =====
     6
     7 * Updated support for ACPI suspend/resume
     8
     9 * All above changes by David Azarewicz
    410
    511===== Uniaud16 1.9.5 and Uniaud32 1.9.24/2.1.1 : July 31, 2010 =====
  • TabularUnified OCO/trunk/install/control.scr

    r534 r572  
    2525ssgroup=0
    2626ssname="mmbase"
    27 ssversion="1.9.5-SVNr534"
     27ssversion="1.9.6-SVNr534"
    2828sstermdll="ITERM.DLL"
    2929sstermdllentry="ITermEntry"
     
    4343ssgroup=17
    4444ssname="OS/2 Universal Audio: Wave"
    45 ssversion="1.9.5-SVNr534"
     45ssversion="1.9.6-SVNr534"
    4646sssize=680
    4747ssdll="genin.dll"
  • TabularUnified OCO/trunk/uniaud.inc

    r534 r572  
    77# BUILDVERSION must be 3 parts, and only numbers like 5.44.108
    88# It is best that 2nd number is always 2 digits, eg at least 10
    9 BUILDVERSION = 1.9.5
     9BUILDVERSION = 1.9.6
    1010
    1111# Fixpack version
     
    1313# ex RC3  GA  FIXPACK2 beta_47
    1414# Comment out to avoid a fixpack line in bldlevel
    15 FIXPACK = SVNr534
     15FIXPACK = SVNr565
    1616
    1717# ALSA BUILD VERSION
Note: See TracChangeset for help on using the changeset viewer.