parent
1c5ff0a712
commit
5367882b0d
@ -1,10 +1,10 @@
|
||||
# $Id: Makefile,v 1.63 1997/05/23 03:21:36 msmith Exp $
|
||||
# $Id: Makefile,v 1.64 1997/05/23 12:07:33 peter Exp $
|
||||
|
||||
MAN4= aha.4 ahb.4 ahc.4 aic.4 apm.4 ar.4 asc.4 bt.4 cx.4 cy.4 de.4 dgb.4 \
|
||||
ed.4 eg.4 el.4 ep.4 ex.4 gsc.4 fdc.4 fe.4 fxp.4 ie.4 io.4 \
|
||||
joy.4 keyboard.4 labpc.4 le.4 lnc.4 lp.4 lpt.4 matcd.4 mcd.4 mem.4 \
|
||||
meteor.4 mse.4 mtio.4 nca.4 ncr.4 npx.4 pcvt.4 perfmon.4 psm.4 \
|
||||
qcam.4 scd.4 screen.4 sea.4 si.4 sio.4 \
|
||||
qcam.4 scd.4 screen.4 sb.4 sea.4 si.4 sio.4 \
|
||||
spkr.4 sr.4 sysmouse.4 tw.4 uha.4 vx.4 wd.4 wl.4 wt.4 ze.4 zp.4
|
||||
|
||||
MLINKS= aha.4 ../aha.4
|
||||
@ -50,6 +50,7 @@ MLINKS+= pcvt.4 vt.4 pcvt.4 ../pcvt.4 pcvt.4 ../vt.4
|
||||
MLINKS+= perfmon.4 ../perfmon.4
|
||||
MLINKS+= psm.4 ../psm.4
|
||||
MLINKS+= qcam.4 ../qcam.4
|
||||
MLINKS+= sb.4 ../sb.4
|
||||
MLINKS+= scd.4 ../scd.4
|
||||
MLINKS+= screen.4 ../screen.4
|
||||
MLINKS+= sea.4 ../sea.4
|
||||
|
73
share/man/man4/man4.i386/sb.4
Normal file
73
share/man/man4/man4.i386/sb.4
Normal file
@ -0,0 +1,73 @@
|
||||
.\" Man page for the SoundBlaster driver
|
||||
.\"
|
||||
.\" Copyright (c) 1997, Alex Zepeda.
|
||||
.\"
|
||||
.\" This documentation is public domain, and is provided without warranty.
|
||||
.\" Alex Zepeda, the "author" of this page is not resposible for any
|
||||
.\" consequences of any sort of manipulation of this document.
|
||||
.\"
|
||||
.\" SoundBlaster and any phrases including it's name are copyright
|
||||
.\" Creative Labs, not me.
|
||||
.\"
|
||||
.\" alex!@bigfoot.com
|
||||
.\"
|
||||
.Dd August 9, 1997
|
||||
.Dt SB 4 i386
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm sb
|
||||
.Nd Creative Labs Sound Blaster and compatable device driver
|
||||
.Sh SYNOPSIS
|
||||
For all sound cards supported with the sb driver this is needed:
|
||||
.Cd controller snd0
|
||||
.Pp
|
||||
For the SoundBlaster, SB Pro, SoundBlaster16, or the Pro Audio Spectrum
|
||||
(emulating SB):
|
||||
.Cd "device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr"
|
||||
.Pp
|
||||
For specific SB16 support:
|
||||
.Cd "device sbxvi0 at isa? drq 5"
|
||||
.Pp
|
||||
For SoundBlaster 16 16 bit MIDI support:
|
||||
.Cd "device sbmidi0 at isa? port 0x300"
|
||||
.Pp
|
||||
To add Jazz16 suport:
|
||||
.Cd "options JAZZ16"
|
||||
.Pp
|
||||
To add support for the Logitech SoundMan Games:
|
||||
.Cd "options SM_GAMES"
|
||||
.Pp
|
||||
To add SG NX Pro mixer support:
|
||||
.Cd "options __SGNXPRO__"
|
||||
.Pp
|
||||
The OPL-2/3 is used in the SoundBlaster, SoundBlaster Pro, SB 16, and the
|
||||
Pro Audio Spectrum. For Yamaha OPL-2/OPL-3 FM support:
|
||||
.Cd "device opl0 at isa? port 0x388"
|
||||
.Sh DESCRIPTION
|
||||
This driver covers the SoundBlaster family of cards including the
|
||||
SoundBlaster 1.0 to the SoundBlaster 16/SoundBlaster 32. The awe driver
|
||||
provides AWE32/64 functionality. This driver is provied in FreeBSD
|
||||
versions 2.0-current through 3.0-current. You can also configure more
|
||||
then one card on a single DMA using the conflicts keyword in your
|
||||
configuration file. This is useful for boards with more then one type of
|
||||
emulation.
|
||||
.Sh BUGS
|
||||
Since the SB16 uses the same IRQ and addresses for
|
||||
the different drivers, some of the snd drivers will not be probed because
|
||||
the kernel thinks there is a conflict. This can be worked-around by
|
||||
using the "conflicts" keyword on the sb16's device line.
|
||||
.Pp
|
||||
Current version doesn't support mode changes without closing and reopening
|
||||
the device. Support for this feature may be implemented in a future
|
||||
version of this driver.
|
||||
.Sh SEE ALSO
|
||||
cdcontrol(1), cdplay(1), mixer(8)
|
||||
.Sh AUTHORS
|
||||
The original SoundBlaster DSP and SoundBlaster 16 MIDI, and Yamaha OPL-3
|
||||
drivers were written by Hannu Savolainen. The SoundBlaster 16 DSP code
|
||||
was written by J. Schuber (jsb@sth.ruhr-uni-bochum.de). Improvments to
|
||||
the OPL-3 drivers were made by Rob Hooft (hooft@chem.ruu.nl)
|
||||
.Sh HISTORY
|
||||
Sound Galaxy NX Pro support added by Hunyue Yau (Jan 6 1994). MV
|
||||
ProSonic/Jazz 16 16bit support added by JRA Gibson (April 1995). Audio
|
||||
Excel DSP 16 support added by Riccardo Facchetti (March 24 1995).
|
Loading…
Reference in New Issue
Block a user