home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / wininst.zip / SBD2.CTL < prev    next >
Text File  |  1996-08-09  |  2KB  |  56 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. │       Sound Blaster Non-Pro ISA or Microchannel (SBD2) Adapter      │
  8. │                                                                     │
  9. │     (C) Copyright International Business Machines Corp.,  1996      │
  10. └─────────────────────────────────────────────────────────────────────┘
  11.  
  12. [PDD_INFO]
  13.    "SBD2.SYS"                   /* The name of the OS/2 audio driver    */
  14.    "SBAUD1$"                    /* PDD name used in mmpm2.ini file      */
  15.    "2"                          /* two parameters to parse in config.sys*/
  16.    "2" "IRQ"                    /* positional parameter two is irq      */
  17.    "3" "BASE_ADR"               /* positional parameter 3 is base adr   */
  18.  
  19. [COPIED_FILES]
  20.    "5"                          /* five files to copy           */
  21.    "MIDIMAP.CFG" "\OS2\MDOS\WINOS2\SYSTEM"
  22.    "SB20SND.DRV" "\OS2\MDOS\WINOS2\SYSTEM"
  23.    "SBFM.DRV" "\OS2\MDOS\WINOS2\SYSTEM"
  24.    "VSBPD.386" "\OS2\MDOS\WINOS2\SYSTEM"
  25.    "OEMSETUP.INF" "\OS2\MDOS\WINOS2\SYSTEM"
  26.  
  27. [WINOS2_SETTINGS]
  28.    "5"                          /* number of settings to changed */
  29.    "SET INT_DURING_IO=1;"
  30.    "SET VIDEO_RETRACE_EMULATION=0;"
  31.    "SET AUDIO_ADAPTER_SHARING=REQUIRED;"
  32.    "SET IDLE_SENSITIVITY=100;"
  33.    "SET HW_TIMER=1;"
  34.  
  35. [MODIFY]
  36.    "1"
  37.    "3" "\OS2\MDOS\WINOS2" "SYSTEM.INI" "<FILE1>"
  38.                                 /* three sections in system.ini need   */
  39.                                 /* to add lines or created             */
  40.    "1" "[386Enh]" "<FILE1>"
  41.    "1"
  42.    "device=vsbpd.386"
  43.  
  44.    "2" "[Drivers]" "<FILE1>"
  45.    "3"                          /* three lines followed are added      */
  46.    "MIDI=sbfm.drv"              /* to this section                     */
  47.    "WAVE=sb20snd.drv"
  48.    "MIDI1=sb20snd.drv"
  49.  
  50.    "3" "[sndblst.drv]" "<FILE1>"
  51.    "4"
  52.    "Port=*BASE_ADR*" "220"      /* if no config.sys values found, defaults */
  53.    "Int=*IRQ*" "5"              /* in second quotes will be used           */
  54.    "DmaChannel=1"
  55.    "MidiPort=330"
  56.