From 73ad990a0cb621bc986f9cb39ab717c8277dfa89 Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Fri, 27 Aug 2004 22:06:56 +0000 Subject: [PATCH] Add manual pages for several sound drivers. Submitted by: Atte Peltomaki Reviewed by: cg MFC after: 5 days --- share/man/man4/Makefile | 8 +++++ share/man/man4/snd_ad1816.4 | 66 +++++++++++++++++++++++++++++++++++ share/man/man4/snd_als4000.4 | 59 +++++++++++++++++++++++++++++++ share/man/man4/snd_cmi.4 | 61 ++++++++++++++++++++++++++++++++ share/man/man4/snd_cs4281.4 | 59 +++++++++++++++++++++++++++++++ share/man/man4/snd_ds1.4 | 61 ++++++++++++++++++++++++++++++++ share/man/man4/snd_emu10k1.4 | 67 ++++++++++++++++++++++++++++++++++++ share/man/man4/snd_es137x.4 | 61 ++++++++++++++++++++++++++++++++ share/man/man4/snd_solo.4 | 66 +++++++++++++++++++++++++++++++++++ 9 files changed, 508 insertions(+) create mode 100644 share/man/man4/snd_ad1816.4 create mode 100644 share/man/man4/snd_als4000.4 create mode 100644 share/man/man4/snd_cmi.4 create mode 100644 share/man/man4/snd_cs4281.4 create mode 100644 share/man/man4/snd_ds1.4 create mode 100644 share/man/man4/snd_emu10k1.4 create mode 100644 share/man/man4/snd_es137x.4 create mode 100644 share/man/man4/snd_solo.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 9f2b0e7fde82..ae96a25a5a37 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -257,6 +257,14 @@ MAN= aac.4 \ smbus.4 \ smp.4 \ sn.4 \ + snd_ad1816.4 \ + snd_als4000.4 \ + snd_cmi.4 \ + snd_cs4281.4 \ + snd_ds1.4 \ + snd_emu10k1.4 \ + snd_es137x.4 \ + snd_solo.4 \ snp.4 \ spic.4 \ splash.4 \ diff --git a/share/man/man4/snd_ad1816.4 b/share/man/man4/snd_ad1816.4 new file mode 100644 index 000000000000..d4e1cb8f5b34 --- /dev/null +++ b/share/man/man4/snd_ad1816.4 @@ -0,0 +1,66 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_AD1816 4 +.Os +.Sh NAME +.Nm snd_ad1816 +.Nd "Analog Devices AD1816 ISA bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_ad1816" +.Pp +.Cd hint.snd_ad1816.0.at="isa" +.Cd hint.snd_ad1816.0.irq="10" +.Cd hint.snd_ad1816.0.drq="1" +.Cd hint.snd_ad1816.0.flags="0x0" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the AD1816 soundcard. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +Analog Devices AD1816 +.El +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "Cameron Grant" Aq cg@FreeBSD.org +.An "Luigi Rizzo" Aq luigi@FreeBSD.org +.An "Hannu Savolainen" diff --git a/share/man/man4/snd_als4000.4 b/share/man/man4/snd_als4000.4 new file mode 100644 index 000000000000..ee70579a0dec --- /dev/null +++ b/share/man/man4/snd_als4000.4 @@ -0,0 +1,59 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_ALS4000 4 +.Os +.Sh NAME +.Nm snd_als4000 +.Nd "Avance Logic ALS4000 PCI bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_als4000" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the ALS4000 soundcard. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +Advance Logic ALS4000 +.El +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "Orion Hodson" Aq oho@acm.org diff --git a/share/man/man4/snd_cmi.4 b/share/man/man4/snd_cmi.4 new file mode 100644 index 000000000000..2fd693913d6d --- /dev/null +++ b/share/man/man4/snd_cmi.4 @@ -0,0 +1,61 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_CMI 4 +.Os +.Sh NAME +.Nm snd_cmi +.Nd "CMedia CMI8338/CMI8738 PCI bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_cmi" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the CMedia CMI8338/CMI8738 audio cards. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +CMedia CMI8338 +.It +CMedia CMI8738 +.El +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "Orion Hodson" Aq O.Hodson@cs.ucl.ac.uk diff --git a/share/man/man4/snd_cs4281.4 b/share/man/man4/snd_cs4281.4 new file mode 100644 index 000000000000..ea82d72280ad --- /dev/null +++ b/share/man/man4/snd_cs4281.4 @@ -0,0 +1,59 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_CS4281 4 +.Os +.Sh NAME +.Nm snd_cs4281 +.Nd "Crystal Semiconductor CS4281 PCI bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_cs4281" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the CS4281 soundcard. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +Crystal Semiconductor CS4281 +.El +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "Orion Hodson" Aq O.Hodson@cs.ucl.ac.uk diff --git a/share/man/man4/snd_ds1.4 b/share/man/man4/snd_ds1.4 new file mode 100644 index 000000000000..b1a50e6dbd0d --- /dev/null +++ b/share/man/man4/snd_ds1.4 @@ -0,0 +1,61 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_DS1 4 +.Os +.Sh NAME +.Nm snd_ds1 +.Nd "Yamaha DS-1 PCI bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_ds1" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the Yamaha DS-1 soundcard. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +Yamaha DS-1 +.It +Yamaha DS-1E +.El +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "Cameron Grant" Aq cg@FreeBSD.org diff --git a/share/man/man4/snd_emu10k1.4 b/share/man/man4/snd_emu10k1.4 new file mode 100644 index 000000000000..de5c5b8a47e8 --- /dev/null +++ b/share/man/man4/snd_emu10k1.4 @@ -0,0 +1,67 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_EMU10K1 4 +.Os +.Sh NAME +.Nm snd_emu10k1 +.Nd "SoundBlaster Live! and Audigy PCI bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_emu10k1" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the SoundBlaster Live! and Audigy audio cards. +.Pp +Digital output is supported by default. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +Creative SoundBlaster Live! (EMU10K1 Chipset) +.It +Creative SoundBlaster Audigy (EMU10K2 Chipset) +.El +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "David O'Brien" Aq obrien@FreeBSD.org +.An "Orlando Bassotto" Aq orlando.bassotto@ieo-research.it +.An "Cameron Grant" Aq cg@FreeBSD.org +.Sh BUGS +Fancy features like DD5.1 output are not supported. diff --git a/share/man/man4/snd_es137x.4 b/share/man/man4/snd_es137x.4 new file mode 100644 index 000000000000..2ff972a63f17 --- /dev/null +++ b/share/man/man4/snd_es137x.4 @@ -0,0 +1,61 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_ES137X 4 +.Os +.Sh NAME +.Nm snd_es137x +.Nd "Ensoniq AudioPCI ES137x bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_es137x" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the Ensoniq 137x audio cards. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +All cards with ES1370/1371 chipset (including SoundBlaster PCI128) +.El +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "Russell Cattelan" Aq cattelan@thebarn.com +.An "Cameron Grant" Aq cg@FreeBSD.org +.An "Joachim Kuebart" diff --git a/share/man/man4/snd_solo.4 b/share/man/man4/snd_solo.4 new file mode 100644 index 000000000000..f7955f717b94 --- /dev/null +++ b/share/man/man4/snd_solo.4 @@ -0,0 +1,66 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_SOLO 4 +.Os +.Sh NAME +.Nm snd_solo +.Nd "ESS Solo-1/1E PCI bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_solo" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the ESS Solo-1x PCI cards. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +ESS Solo-1 (ES1938 Chipset) +.It +ESS Solo-1E (ES1946 Chipset) +.El +.Pp +Note that older ESS ISA cards with ES18xx chipset are supported via +.Xr snd_ess 4 +and/or +.Xr snd_sbc 4 . +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "Cameron Grant" Aq cg@FreeBSD.org