home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osmmswtc.txt < prev    next >
Text File  |  1997-03-16  |  2KB  |  63 lines

  1. OSMMSWTC - SOUND-CARD SWITCHES FOR THE DEVICE STATEMENT - OS/2 WARP
  2. 01/25/96
  3.  
  4. =======================================================================
  5.  Sound-Card Switches for the DEVICE Statement--All OS/2 Warp Versions
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. This document defines the sound-card parameters you should have in the 
  14. DEVICE statement of the CONFIG.SYS file.
  15.  
  16. RESOLUTION
  17.  
  18. Following is a typical DEVICE statement that might appear in your 
  19. CONFIG.SYS file.  Parameters within square brackets are optional.
  20.  
  21.    DEVICE=C:\MMOS2\SB16D2.SYS 1 1 5 5 220 4 330 /N:SBAUD1$ [/EXT] [/Q]
  22.  
  23. Following are descriptions of the parameters as they appear after
  24. DEVICE=C:\MMOS2\SB16D2.SYS:
  25.  
  26. 1   Card number; set this to 1.
  27.  
  28. 1   8-bit DMA channel; valid values are 0, 1, and 3 for Vibra C16S, 1,
  29.     and 3.
  30.  
  31. 5   16-bit DMA channel; valid values are 5, 6, and 7 for Vibra C16S, 5,
  32.     and 7 (only for SB16 and SB AWE32).
  33.  
  34. 5   IRQ level; valid values are 2, 5, 7, and 10 (IRQ 10 only supported
  35.     by SBPro, SB16, and SB AWE32).
  36.  
  37. 220 Adapter base address; valid values are 220, 240, 260, and 280.
  38.  
  39. 4   DMA buffer size in KB. Use any value less than 64. For best
  40.     results, use 4, 8, or 16 (even numbers).
  41.  
  42. 330 MPU port address; valid values are 300 and 330.
  43.  
  44. /N:SBAUD1$
  45.     Logical driver name; used by MMPM/2; leave as-is.
  46.  
  47. /EXT
  48.     Output MIDI through MPU port. Setting this option sends MIDI
  49.     messages to the MIDI port rather than to the internal synthesizer.
  50.  
  51. /Q  Quiet mode. Suppresses the display of the hardware configuration
  52.     during startup.
  53.  
  54. ______________________________________________________________________
  55. IBM disclaims all warranties, whether express or implied, including 
  56. without limitation, warranties of fitness and merchantability with 
  57. respect to the information in this document. By furnishing this 
  58. document, IBM grants no licenses to any related patents or copyrights.  
  59. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  60. or brand names referenced in this document are the property of their 
  61. respective owners. Consult your product manuals for complete trademark 
  62. information. 
  63.