From d7c2057f75b961e891c79bc5ed234d82a3ad9783 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Sun, 4 Nov 2001 15:00:12 +0000 Subject: [PATCH] Disconnect sb.4. This is a manual page left over from the old pcm/voxware driver era. Superceded by newpcm's sbc.4. --- share/man/man4/man4.i386/Makefile | 2 +- share/man/man4/man4.i386/sb.4 | 82 ------------------------------- 2 files changed, 1 insertion(+), 83 deletions(-) delete mode 100644 share/man/man4/man4.i386/sb.4 diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index dfecb513c944..517133443516 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -6,7 +6,7 @@ MAN= aic.4 alpm.4 amdpm.4 apm.4 ar.4 asc.4 asr.4 \ ie.4 io.4 le.4 linux.4 lnc.4 longrun.4 matcd.4 mcd.4 \ meteor.4 mse.4 npx.4 \ pcf.4 perfmon.4 pnp.4 \ - ray.4 rdp.4 sb.4 scd.4 \ + ray.4 rdp.4 scd.4 \ spkr.4 sr.4 streams.4 svr4.4 tw.4 \ tx.4 vx.4 \ wd.4 wl.4 wt.4 diff --git a/share/man/man4/man4.i386/sb.4 b/share/man/man4/man4.i386/sb.4 deleted file mode 100644 index bbe64982e07f..000000000000 --- a/share/man/man4/man4.i386/sb.4 +++ /dev/null @@ -1,82 +0,0 @@ -.\" 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 responsible 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 -.\" $FreeBSD$ -.\" -.Dd August 9, 1997 -.Dt SB 4 i386 -.Os -.Sh NAME -.Nm sb -.Nd Creative Labs Sound Blaster and compatible device driver -.Sh SYNOPSIS -For all sound cards supported with the sb driver this is needed: -.Cd device 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" -.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 provided in -.Fx -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 -.Xr cdcontrol 1 , -.Xr mixer 8 -.Sh AUTHORS -.An -nosplit -The original SoundBlaster DSP and SoundBlaster 16 MIDI, and Yamaha OPL-3 -drivers were written by -.An Hannu Savolainen . -The SoundBlaster 16 DSP code was written by -.An J. Schuber Aq jsb@sth.ruhr-uni-bochum.de . -Improvements to the OPL-3 drivers were made by -.An Rob Hooft Aq 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).