Initial import from FreeBSD RELENG_4:
[games.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 .\"
15 .Dd August 9, 1997
16 .Dt SB 4 i386
17 .Os
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 device 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.
54 .Sh BUGS
55 Since the SB16 uses the same IRQ and addresses for
56 the different drivers, some of the snd drivers will not be probed because
57 the kernel thinks there is a conflict.
58 .Pp
59 Current version doesn't support mode changes without closing and reopening
60 the device.
61 Support for this feature may be implemented in a future
62 version of this driver.
63 .Sh SEE ALSO
64 .Xr cdcontrol 1 ,
65 .Xr mixer 8
66 .Sh AUTHORS
67 .An -nosplit
68 The original SoundBlaster DSP and SoundBlaster 16 MIDI, and Yamaha OPL-3
69 drivers were written by
70 .An Hannu Savolainen .
71 The SoundBlaster 16 DSP code was written by
72 .An J. Schuber Aq jsb@sth.ruhr-uni-bochum.de .
73 Improvements to the OPL-3 drivers were made by
74 .An Rob Hooft Aq hooft@chem.ruu.nl .
75 .Sh HISTORY
76 Sound Galaxy NX Pro support added by Hunyue Yau (Jan 6 1994).  MV
77 ProSonic/Jazz 16 16bit support added by JRA Gibson (April 1995).  Audio
78 Excel DSP 16 support added by Riccardo Facchetti (March 24 1995).