No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / sb.4
blob0f3908e2d3a53ce15fcb879f1d34f8f28cefee32
1 .\"     $NetBSD: sb.4,v 1.24 2005/06/22 04:30:08 kent Exp $
2 .\"
3 .\" Copyright (c) 1996 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by John T. Kohl.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .Dd June 22, 2005
31 .Dt SB 4
32 .Os
33 .Sh NAME
34 .Nm sb
35 .Nd SoundBlaster family (and compatible) audio device driver
36 .Sh SYNOPSIS
37 .Cd "sb0    at isa? port 0x220 irq 5 drq 1 drq2 5"
38 .Cd "sb1    at isa? port 0x240 irq 7 drq 1 flags 1"
39 .Cd "sb*    at isapnp?"
40 .Cd "sb*    at pnpbios? index ?"
41 .Cd "audio* at audiobus?"
42 .Cd "midi*  at sb?"
43 .Cd "mpu*   at sb?"
44 .Cd "opl*   at sb?"
45 .Sh DESCRIPTION
46 The
47 .Nm
48 driver provides support for the SoundBlaster, SoundBlaster Pro,
49 SoundBlaster 16, Jazz 16, SoundBlaster AWE 32, SoundBlaster AWE 64,
50 and hardware register-level compatible audio cards.
51 .Pp
52 The SoundBlaster series are half-duplex cards, capable of 8- and 16-bit
53 audio sample recording and playback at rates up to 44.1kHz (depending on
54 the particular model).
55 .Pp
56 The base I/O port address is usually jumper-selected to either 0x220 or
57 0x240 (newer cards may provide software configuration, but this driver
58 does not directly support them--you must configure the card for its I/O
59 addresses with other software).  The SoundBlaster takes 16 I/O ports.
60 For the SoundBlaster and SoundBlaster Pro, the IRQ and DRQ channels are
61 jumper-selected.  For the SoundBlaster 16, the IRQ and DRQ channels are
62 set by this driver to the values specified in the config file.  The IRQ
63 must be selected from the set {5,7,9,10}.
64 .Pp
65 The configuration file must use 1
66 .Cm flags
67 specification to enable the Jazz16 support.  This is to avoid potential
68 conflicts with other devices when probing the Jazz 16 because it requires
69 use of extra I/O ports not in the base port range.
70 .Pp
71 With a SoundBlaster 16 card the device is full duplex, but it can
72 only sensibly handle a precision of 8 bits.  It does so by extending
73 the output 8 bit samples to 16 bits and using the 8 bit DMA channel
74 for input and the 16 bit channel for output.
75 .Pp
76 The joystick interface (if enabled by a jumper) is handled by the
77 .Xr joy 4
78 driver, and the optional SCSI CD-ROM interface is handled by the
79 .Xr aic 4
80 driver.
81 .Pp
82 SoundBlaster 16 cards have MPU401 emulation and can use the mpu
83 attachment, older cards have a different way to generate MIDI and
84 has a midi device attached directly to the
85 .Nm .
86 .Sh SEE ALSO
87 .Xr aic 4 ,
88 .Xr audio 4 ,
89 .Xr isa 4 ,
90 .Xr isapnp 4 ,
91 .Xr joy 4 ,
92 .Xr midi 4 ,
93 .Xr mpu 4 ,
94 .Xr opl 4 ,
95 .Xr pnpbios 4
96 .Sh HISTORY
97 The
98 .Nm
99 device driver appeared in
100 .Nx 1.0 .
101 .Sh BUGS
102 Non-SCSI CD-ROM interfaces are not supported.
104 The MIDI interface on the SB hardware is braindead, and the driver
105 needs to busy wait while writing MIDI data.  This will consume
106 a lot of system time.