home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DRIVER / SB_OS2A.ZIP / SB_OS2.EXE / README.TXT < prev    next >
Encoding:
Text File  |  1995-02-24  |  2.5 KB  |  77 lines

  1.                    Device drivers for Sound Blaster series 
  2.                        of Audio Cards on OS/2 Warp
  3.                      Feb 24, 1995
  4.  
  5. The drivers provided are:
  6.  
  7. for Sound Blaster           - sbd2.sys
  8. for Sound Blaster Pro(OPL2) - sbpd2.sys
  9. for Sound Blaster Pro2(OPL3)- sbp2d2.sys
  10. for Sound Blaster 16        - sb16d2.sys
  11.  
  12.  
  13. ******************
  14.    INSTALLATION
  15. ******************
  16.  
  17. To use these new drivers, replace the corresponding drivers in your
  18. \MMOS2 directory with that supplied here.  The new driver will be
  19. loaded the next time you reboot your system.
  20.  
  21. ****************************
  22.   Some Helpful Information
  23. ****************************
  24.  
  25. Driver Parameters In CONFIG.SYS File
  26. ------------------------------------
  27. The following parameters are used for the Sound Blaster series of drivers:
  28.  
  29. DEVICE=C:\MMOS2\SBxxD2.SYS DEVNO [DMA] [HDMA] INT IOADDR BUFSIZE [MPUADDR] /N:DRVNAME
  30.  
  31. where
  32.  
  33. DEVNO is the audio device number (default: 1)
  34.  
  35. DMA is the 8-bit DMA channel to be used by the audio card 
  36. (applicable only for Sound Blaster Pro/Pro2, 16, and AWE32)
  37. Valid values: 0, 1, 3 (SB Pro, Pro MCV, SB16, AWE32)
  38.  
  39. HDMA is the 16-bit DMA channel to be used by Sound Blaster 16 & AWE32
  40. (applicable only for Sound Blaster 16 and AWE32)
  41. Valid values: 5, 6, 7 (SB16, AWE32)
  42.  
  43. INT is the interrupt level to be used by the audio card
  44. Valid values: 2, 5, 7, 10 (SB Pro, 16, AWE32)
  45.               3, 5, 7     (SB Pro MCV)
  46.               2, 3, 5, 7  (SB)
  47.               3, 5, 7     (SB MCV)
  48.                     
  49. IOADDR is the I/O address of the audio card (default: 220 hex)
  50. Valid values: 220, 240, 260, 280 hex
  51.  
  52. BUFSIZE is the buffer size in kilobytes (default: 4 for Sound Blaster,
  53. Sound Blaster Pro/Pro2; 8 for Sound Blaster 16, Sound Blaster AWE32)
  54. Valid value: 2-64 (even number only)
  55.  
  56. MPUADDR is the MPU-401 interface base address (default: 330 hex, 
  57. applicable only for Sound Blaster 16 and Sound Blaster AWE32)
  58. Valid values: 300, 330 hex
  59.  
  60. DRVNAME is the device driver name used by MMPM/2 subsystems
  61.  
  62.  
  63. Increasing the Number of Allowable Audio Instances
  64. --------------------------------------------------
  65. You can increase the total number of audio applications that can be 
  66. opened at the same time by modifying the following line in your 
  67. CONFIG.SYS file:
  68.  
  69. DEVICE=C:\MMOS2\SSMDD.SYS /S:64 /P:64
  70.  
  71. This instructs the MMPM/2 subsystems to allow a maximum of 64 processes 
  72. to be started at one time.
  73.  
  74.                                                                     [AC02241995]
  75.  
  76.  
  77.