Changeset 572
- Timestamp:
- Nov 30, 2012, 12:11:17 AM (12 years ago)
- Location:
- OCO/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk ¶
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
TabularUnified OCO/trunk/drv16/apm.h ¶
r33 r572 31 31 extern "C" void far *APM_Reg_Add; 32 32 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;47 33 extern IDC_TABLE APMDD_Table; 48 34 /* extern USHORT APM_DS_Reg; */ … … 58 44 } APM_REG_REQ; 59 45 60 APM_REG_REQ APM_Reg_Req;61 46 typedef struct 62 47 { -
TabularUnified OCO/trunk/drv16/apmevent.cpp ¶
r468 r572 4 4 #include <vidvci.h> 5 5 #include <dos.h> 6 #include " APM.H" /* "m2_api.h" included here */6 #include "apm.h" /* "m2_api.h" included here */ 7 7 #include <devhelp.h> 8 8 #include <i86.h> … … 17 17 #endif 18 18 19 char APMDD_Name[] = "APM$ "; /* Advanced Power Management */ 20 /* device driver name */ 21 /* */ 22 IDC_TABLE APMDD_Table; /* Advanced Power Management */ 23 ULONG APM_IDC_Entry; /* device driver IDC table. */ 24 USHORT APM_DS_Reg; /* */ 25 USHORT APM_Enabled = 0; /* Set to 1 if APM is enabled */ 26 ULONG APM_Reg_add; /* */ 27 USHORT APM_State = APM_STATE_READY; /* Current Power state */ 28 USHORT Suspend_In_Progress; 29 USHORT Resume_In_Progress; 30 USHORT DD_ds; 31 APM_REG_REQ APM_Reg_Req; 32 void far *APM_Reg_Add; 19 33 int fAPMSuspend = FALSE; 20 34 -
TabularUnified OCO/trunk/install/CHANGELOG.TXT ¶
r533 r572 2 2 UNIAUD CHANGELOG 3 3 ================ 4 5 ===== Uniaud16 1.9.6 ===== 6 7 * Updated support for ACPI suspend/resume 8 9 * All above changes by David Azarewicz 4 10 5 11 ===== Uniaud16 1.9.5 and Uniaud32 1.9.24/2.1.1 : July 31, 2010 ===== -
TabularUnified OCO/trunk/install/control.scr ¶
r534 r572 25 25 ssgroup=0 26 26 ssname="mmbase" 27 ssversion="1.9. 5-SVNr534"27 ssversion="1.9.6-SVNr534" 28 28 sstermdll="ITERM.DLL" 29 29 sstermdllentry="ITermEntry" … … 43 43 ssgroup=17 44 44 ssname="OS/2 Universal Audio: Wave" 45 ssversion="1.9. 5-SVNr534"45 ssversion="1.9.6-SVNr534" 46 46 sssize=680 47 47 ssdll="genin.dll" -
TabularUnified OCO/trunk/uniaud.inc ¶
r534 r572 7 7 # BUILDVERSION must be 3 parts, and only numbers like 5.44.108 8 8 # It is best that 2nd number is always 2 digits, eg at least 10 9 BUILDVERSION = 1.9. 59 BUILDVERSION = 1.9.6 10 10 11 11 # Fixpack version … … 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = SVNr5 3415 FIXPACK = SVNr565 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.