]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/man4.i386/sb.4
This commit was generated by cvs2svn to compensate for changes in r75584,
[FreeBSD/FreeBSD.git] / share / man / man4 / man4.i386 / sb.4
1 .\" Man page for the SoundBlaster driver
2 .\"
3 .\" Copyright (c) 1997, Alex Zepeda.
4 .\"
5 .\" This documentation is public domain, and is provided without warranty.
6 .\" Alex Zepeda, the "author" of this page is not responsible for any
7 .\" consequences of any sort of manipulation of this document.
8 .\" 
9 .\" SoundBlaster and any phrases including it's name are copyright
10 .\" Creative Labs, not me.
11 .\" 
12 .\" alex!@bigfoot.com
13 .\" $FreeBSD$
14 .\"
15 .Dd August 9, 1997
16 .Dt SB 4 i386
17 .Os FreeBSD
18 .Sh NAME
19 .Nm sb
20 .Nd Creative Labs Sound Blaster and compatible device driver
21 .Sh SYNOPSIS
22 For all sound cards supported with the sb driver this is needed:
23 .Cd controller snd0
24 .Pp
25 For the SoundBlaster, SB Pro, SoundBlaster16, or the Pro Audio Spectrum
26 (emulating SB):
27 .Cd "device sb0 at isa? port 0x220 irq 7 drq 1"
28 .Pp
29 For specific SB16 support:
30 .Cd "device sbxvi0 at isa? drq 5"
31 .Pp
32 For SoundBlaster 16 16 bit MIDI support:
33 .Cd "device sbmidi0 at isa? port 0x300"
34 .Pp
35 To add Jazz16 suport:
36 .Cd "options JAZZ16"
37 .Pp
38 To add support for the Logitech SoundMan Games:
39 .Cd "options SM_GAMES"
40 .Pp
41 To add SG NX Pro mixer support:
42 .Cd "options __SGNXPRO__"
43 .Pp
44 The OPL-2/3 is used in the SoundBlaster, SoundBlaster Pro, SB 16, and the
45 Pro Audio Spectrum.
46 For Yamaha OPL-2/OPL-3 FM support:
47 .Cd "device opl0  at isa? port 0x388"
48 .Sh DESCRIPTION
49 This driver covers the SoundBlaster family of cards including the
50 SoundBlaster 1.0 to the SoundBlaster 16/SoundBlaster 32.  The awe driver
51 provides AWE32/64 functionality.  This driver is provided in
52 .Fx
53 versions 2.0-current through 3.0-current.  You can also configure more
54 then one card on a single DMA using the conflicts keyword in your
55 configuration file.  This is useful for boards with more then one type of
56 emulation.
57 .Sh BUGS
58 Since the SB16 uses the same IRQ and addresses for
59 the different drivers, some of the snd drivers will not be probed because
60 the kernel thinks there is a conflict.  This can be worked-around by
61 using the "conflicts" keyword on the sb16's device line.
62 .Pp
63 Current version doesn't support mode changes without closing and reopening
64 the device.
65 Support for this feature may be implemented in a future
66 version of this driver.
67 .Sh SEE ALSO
68 .Xr cdcontrol 1 , 
69 .Xr mixer 8
70 .Sh AUTHORS
71 .An -nosplit
72 The original SoundBlaster DSP and SoundBlaster 16 MIDI, and Yamaha OPL-3  
73 drivers were written by
74 .An Hannu Savolainen .
75 The SoundBlaster 16 DSP code was written by
76 .An J. Schuber Aq jsb@sth.ruhr-uni-bochum.de .
77 Improvements to the OPL-3 drivers were made by
78 .An Rob Hooft Aq hooft@chem.ruu.nl .
79 .Sh HISTORY
80 Sound Galaxy NX Pro support added by Hunyue Yau (Jan 6 1994).  MV
81 ProSonic/Jazz 16 16bit support added by JRA Gibson (April 1995).  Audio
82 Excel DSP 16 support added by Riccardo Facchetti (March 24 1995).