xref: /freebsd/share/man/man4/snd_via82c686.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
169921a6dSSimon L. B. Nielsen.\" Copyright (c) 2005 Joel Dahl
269921a6dSSimon L. B. Nielsen.\" All rights reserved.
369921a6dSSimon L. B. Nielsen.\"
469921a6dSSimon L. B. Nielsen.\" Redistribution and use in source and binary forms, with or without
569921a6dSSimon L. B. Nielsen.\" modification, are permitted provided that the following conditions
669921a6dSSimon L. B. Nielsen.\" are met:
769921a6dSSimon L. B. Nielsen.\" 1. Redistributions of source code must retain the above copyright
869921a6dSSimon L. B. Nielsen.\"    notice, this list of conditions and the following disclaimer.
969921a6dSSimon L. B. Nielsen.\" 2. Redistributions in binary form must reproduce the above copyright
1069921a6dSSimon L. B. Nielsen.\"    notice, this list of conditions and the following disclaimer in the
1169921a6dSSimon L. B. Nielsen.\"    documentation and/or other materials provided with the distribution.
1269921a6dSSimon L. B. Nielsen.\"
1369921a6dSSimon L. B. Nielsen.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1469921a6dSSimon L. B. Nielsen.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1569921a6dSSimon L. B. Nielsen.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1669921a6dSSimon L. B. Nielsen.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1769921a6dSSimon L. B. Nielsen.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1869921a6dSSimon L. B. Nielsen.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1969921a6dSSimon L. B. Nielsen.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2069921a6dSSimon L. B. Nielsen.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2169921a6dSSimon L. B. Nielsen.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2269921a6dSSimon L. B. Nielsen.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2369921a6dSSimon L. B. Nielsen.\" SUCH DAMAGE.
2469921a6dSSimon L. B. Nielsen.\"
2589a50c24SJoel Dahl.Dd December 1, 2005
2669921a6dSSimon L. B. Nielsen.Dt SND_VIA82C686 4
2769921a6dSSimon L. B. Nielsen.Os
2869921a6dSSimon L. B. Nielsen.Sh NAME
2969921a6dSSimon L. B. Nielsen.Nm snd_via82c686
3069921a6dSSimon L. B. Nielsen.Nd "VIA Technologies 82C686A bridge device driver"
3169921a6dSSimon L. B. Nielsen.Sh SYNOPSIS
3289a50c24SJoel DahlTo compile this driver into the kernel, place the following lines in your
3389a50c24SJoel Dahlkernel configuration file:
3489a50c24SJoel Dahl.Bd -ragged -offset indent
3569921a6dSSimon L. B. Nielsen.Cd "device sound"
3669921a6dSSimon L. B. Nielsen.Cd "device snd_via82c686"
3789a50c24SJoel Dahl.Ed
3889a50c24SJoel Dahl.Pp
3989a50c24SJoel DahlAlternatively, to load the driver as a module at boot time, place the
4089a50c24SJoel Dahlfollowing line in
4189a50c24SJoel Dahl.Xr loader.conf 5 :
4289a50c24SJoel Dahl.Bd -literal -offset indent
4389a50c24SJoel Dahlsnd_via82c686_load="YES"
4489a50c24SJoel Dahl.Ed
4569921a6dSSimon L. B. Nielsen.Sh DESCRIPTION
4669921a6dSSimon L. B. NielsenThe
4769921a6dSSimon L. B. Nielsen.Nm
4869921a6dSSimon L. B. Nielsenbridge driver allows the generic audio driver,
4969921a6dSSimon L. B. Nielsen.Xr sound 4 ,
5069921a6dSSimon L. B. Nielsento attach audio devices based on the VIA 82C686A chipset.
5169921a6dSSimon L. B. Nielsen.Sh HARDWARE
5269921a6dSSimon L. B. NielsenThe
5369921a6dSSimon L. B. Nielsen.Nm
5469921a6dSSimon L. B. Nielsendriver supports audio devices based on the following chipset:
5569921a6dSSimon L. B. Nielsen.Pp
5669921a6dSSimon L. B. Nielsen.Bl -bullet -compact
5769921a6dSSimon L. B. Nielsen.It
5869921a6dSSimon L. B. NielsenVIA 82C686A
5969921a6dSSimon L. B. Nielsen.El
6069921a6dSSimon L. B. Nielsen.Sh SEE ALSO
6169921a6dSSimon L. B. Nielsen.Xr sound 4
6269921a6dSSimon L. B. Nielsen.Sh HISTORY
6369921a6dSSimon L. B. NielsenThe
6469921a6dSSimon L. B. Nielsen.Nm
6569921a6dSSimon L. B. Nielsendevice driver first appeared in
6669921a6dSSimon L. B. Nielsen.Fx 4.2 .
67e85afe78SJoel Dahl.Sh AUTHORS
68e85afe78SJoel DahlThis manual page was written by
69*6c899950SBaptiste Daroussin.An Joel Dahl Aq Mt joel@FreeBSD.org .
70