Merge from vendor branch GDB:
[dragonfly.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: src/share/man/man4/man4.i386/sb.4,v 1.9.2.6 2002/12/20 18:03:05 trhodes Exp $
14 .\" $DragonFly: src/share/man/man4/man4.i386/sb.4,v 1.2 2003/06/17 04:37:00 dillon Exp $
15 .\"
16 .Dd August 9, 1997
17 .Dt SB 4 i386
18 .Os
19 .Sh NAME
20 .Nm sb
21 .Nd Creative Labs Sound Blaster and compatible device driver
22 .Sh SYNOPSIS
23 For all sound cards supported with the sb driver this is needed:
24 .Cd device snd0
25 .Pp
26 For the SoundBlaster, SB Pro, SoundBlaster16, or the Pro Audio Spectrum
27 (emulating SB):
28 .Cd "device sb0 at isa? port 0x220 irq 7 drq 1"
29 .Pp
30 For specific SB16 support:
31 .Cd "device sbxvi0 at isa? drq 5"
32 .Pp
33 For SoundBlaster 16 16 bit MIDI support:
34 .Cd "device sbmidi0 at isa? port 0x300"
35 .Pp
36 To add Jazz16 suport:
37 .Cd "options JAZZ16"
38 .Pp
39 To add support for the Logitech SoundMan Games:
40 .Cd "options SM_GAMES"
41 .Pp
42 To add SG NX Pro mixer support:
43 .Cd "options __SGNXPRO__"
44 .Pp
45 The OPL-2/3 is used in the SoundBlaster, SoundBlaster Pro, SB 16, and the
46 Pro Audio Spectrum.
47 For Yamaha OPL-2/OPL-3 FM support:
48 .Cd "device opl0  at isa? port 0x388"
49 .Sh DESCRIPTION
50 This driver covers the SoundBlaster family of cards including the
51 SoundBlaster 1.0 to the SoundBlaster 16/SoundBlaster 32.  The awe driver
52 provides AWE32/64 functionality.  This driver is provided in
53 .Fx
54 versions 2.0-current through 3.0-current.
55 .Sh BUGS
56 Since the SB16 uses the same IRQ and addresses for
57 the different drivers, some of the snd drivers will not be probed because
58 the kernel thinks there is a conflict.
59 .Pp
60 Current version doesn't support mode changes without closing and reopening
61 the device.
62 Support for this feature may be implemented in a future
63 version of this driver.
64 .Sh SEE ALSO
65 .Xr cdcontrol 1 ,
66 .Xr mixer 8
67 .Sh AUTHORS
68 .An -nosplit
69 The original SoundBlaster DSP and SoundBlaster 16 MIDI, and Yamaha OPL-3
70 drivers were written by
71 .An Hannu Savolainen .
72 The SoundBlaster 16 DSP code was written by
73 .An J. Schuber Aq jsb@sth.ruhr-uni-bochum.de .
74 Improvements to the OPL-3 drivers were made by
75 .An Rob Hooft Aq hooft@chem.ruu.nl .
76 .Sh HISTORY
77 Sound Galaxy NX Pro support added by Hunyue Yau (Jan 6 1994).  MV
78 ProSonic/Jazz 16 16bit support added by JRA Gibson (April 1995).  Audio
79 Excel DSP 16 support added by Riccardo Facchetti (March 24 1995).