home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / wininst.zip / ES1688DD.CTL < prev    next >
Text File  |  1996-08-09  |  3KB  |  71 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 1688 (ES1688DD) Audio Adapter                │
  8. │                                                                     │
  9. │     (C) Copyright International Business Machines Corp.,  1996      │
  10. └─────────────────────────────────────────────────────────────────────┘
  11.  
  12. [PDD_INFO]
  13.    "ES1688DD.SYS"       /* The name of the OS/2 PDD for ESS1688 */
  14.    "ES16881$"           /* PDD name used in MMPM2.INI file      */
  15.    "3"                  /* Number of parameters to parse        */
  16.    "/B:" "BASE_ADR"     /* Base address parameter               */
  17.    "/D:" "DMA_CHNL"     /* MDA Channel parameter                */
  18.    "/I:" "IRQ"          /* IRQ level parameter                  */
  19.  
  20. [COPIED_FILES]
  21.    "5"                                          /* Number of files to be copied    */
  22.    "AUDMPU.DRV" "\OS2\MDOS\WINOS2\SYSTEM"       /* to the \OS2\MDOS\WINOS2\SYSTEM     */
  23.    "ES1688WN.386" "\OS2\MDOS\WINOS2\SYSTEM"
  24.    "ES1688WN.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;"
  31.    "SET INT_DURING_IO=1;"
  32.    "SET HW_TIMER=1;"
  33.    "SET IDLE_SENSITIVITY=100;"
  34.  
  35. [MODIFY]
  36.    "1"                    /* Number of files to be modified                 */
  37.    "3" "\OS2\MDOS\WINOS2" "SYSTEM.INI" "<FILE1>"
  38.                           /* Number of sections in SYSTEM.INI to be         */
  39.                           /* modified or created; path where SYSTEM.INI is  */
  40.                           /* The "FILE1" is an file line indicator          */
  41.    "1" "[386Enh]" "<FILE1>"  /* 1st section; section name in SYSTEM.INI     */
  42.    "1"                       /* Number of lines to be added to this section */
  43.    "device=es1688wn.386"
  44.  
  45.    "2" "[Drivers]" "<FILE1>" /* 2nd section; section name in SYSTEM.INI     */
  46.    "5"                       /* 5 lines to be added to [Drivers] section    */
  47.    "WAVE=es1688wn.drv"
  48.    "MIDI=es1688wn.drv"
  49.    "AUX=es1688wn.drv"
  50.    "MIXER=es1688wn.drv"
  51.    "MIDI1=audmpu.drv"
  52.  
  53.    "3" "[auddrive.drv]" "<FILE1>"
  54.    "16"                     /* 16 lines to be added to [auddrive.drv]      */
  55.    "mpu401=yes"
  56.    "AudioDrive=ES1688"
  57.    "Synth=OPL3"
  58.    "portchoices=220,230,240,250"
  59.    "irqchoices=2,5,7,10"
  60.    "dmachoices=0,1,3"
  61.    "port=*BASE_ADR*" "240"      /* value is parsed out from PDD in config.sys */
  62.    "int=*IRQ*" "5"              /* if no PDD found, use default value that    */
  63.    "dmachannel=*DMA_CHNL*" "1"  /* follows this line; e.g., port=240          */
  64.    "portchoicesMPU401=300,310,320,330"
  65.    "irqchoicesMPU401=2,5,7,10,11"
  66.    "portMPU401=300"
  67.    "intMPU401=7"
  68.    "AutoConfig=yes"
  69.    "VerifyInt=yes"
  70.    "VerifyDMA=no"
  71.