home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / wininst.zip / ES688DD.CTL < prev    next >
Text File  |  1996-08-09  |  3KB  |  66 lines

  1. ╔═════════════════════════════════════════════════════════════════════╗
  2. ║       !!! DO NOT MODIFY THIS FILE UNDER ANY CIRCUMSTANCES !!!       ║
  3. ╚═════════════════════════════════════════════════════════════════════╝
  4. ┌─────────────────────────────────────────────────────────────────────┐
  5. │    Control File For Adding the WIN-OS2 Audio Support for Device:    │
  6. │                                                                     │
  7. │                     ESS 688 (ES688DD) Audio Adapter                 │
  8. │                                                                     │
  9. │     (C) Copyright International Business Machines Corp.,  1996      │
  10. └─────────────────────────────────────────────────────────────────────┘
  11.  
  12. [PDD_INFO]
  13.    "ES688DD.SYS"        /* The name of the OS/2 PDD for ESS688 */
  14.    "ES6881$"            /* PDD name used in MMPM2.ini          */
  15.    "3"                  /* Number of parameters to parse       */
  16.    "/B" "BASE_ADR"      /* Base address parameter              */
  17.    "/D" "DMA_CHNL"      /* DMA channel parameter               */
  18.    "/I" "IRQ"           /* Interrupt level parameter           */
  19.  
  20. [COPIED_FILES]
  21.    "5"                  /* Number of files to be copied        */
  22.    "AUDMPIO.DRV" "\OS2\MDOS\WINOS2\SYSTEM"
  23.    "ES688WIN.386" "\OS2\MDOS\WINOS2\SYSTEM"
  24.    "ES688WIN.DRV" "\OS2\MDOS\WINOS2\SYSTEM"
  25.    "MIDIMAP.CFG" "\OS2\MDOS\WINOS2\SYSTEM"
  26.    "MSMIXMGR.DLL" "\OS2\MDOS\WINOS2\SYSTEM"
  27.  
  28. [WINOS2_SETTINGS]
  29.    "4"                  /* Number of WIN-OS/2 settings to change */
  30.    "SET AUDIO_ADAPTER_SHARING=REQUIRED;"        /* must have ;   */
  31.    "SET INT_DURING_IO=1;"
  32.    "SET HW_TIMER=1;"
  33.    "SET IDLE_SENSITIVITY=100;"
  34.  
  35. [MODIFY]
  36.    "1"                  /* 1 file to be modified                 */
  37.    "3" "\OS2\MDOS\WINOS2" "SYSTEM.INI" "<FILE1>"
  38.                         /* 3 sections in SYSTEM.INI to be changed/created */
  39.                         /* the file is in \OS2\MDOS\WINOS2 directory      */
  40.                         /* the file name is SYSTEM.INI                    */
  41.    "1" "[386Enh]" "<FILE1>"       /* section 1; section name in SYSTEM.INI  */
  42.    "1"                            /* Number of lines to add to this heading */
  43.    "device=es688win.386"
  44.  
  45.    "2" "[Drivers]" "<FILE1>"    /* section 2; section name      */
  46.    "5"                          /* 5 files to add               */
  47.    "WAVE=es688win.drv"
  48.    "MIDI=es688win.drv"
  49.    "AUX=es688win.drv"
  50.    "MIXER=es688win.drv"
  51.    "MIDI1=audmpio.drv"
  52.  
  53.    "3" "[auddrive.drv]" "<FILE1>"
  54.    "11"                         /* 11 files to be added         */
  55.    "AudioDrive=ES688"
  56.    "Synth=OPL3"
  57.    "portchoices=220,230,240,250"
  58.    "irqchoices=2,5,7,10"
  59.    "dmachoices=0,1,3"
  60.    "port=*BASE_ADR*" "220"      /* these values will be parsed out */
  61.    "int=*IRQ*" "5"              /* from the config.sys so to match */
  62.    "dmachannel=*DMA_CHNL*" "1"  /* OS/2's settings                 */
  63.    "AutoConfig=yes"
  64.    "VerifyInt=yes"
  65.    "VerifyDMA=no"
  66.