190827d82STom Rhodes.\" Copyright (c) 2005 Joel Dahl 290827d82STom Rhodes.\" All rights reserved. 390827d82STom Rhodes.\" 490827d82STom Rhodes.\" Redistribution and use in source and binary forms, with or without 590827d82STom Rhodes.\" modification, are permitted provided that the following conditions 690827d82STom Rhodes.\" are met: 790827d82STom Rhodes.\" 1. Redistributions of source code must retain the above copyright 890827d82STom Rhodes.\" notice, this list of conditions and the following disclaimer. 990827d82STom Rhodes.\" 2. Redistributions in binary form must reproduce the above copyright 1090827d82STom Rhodes.\" notice, this list of conditions and the following disclaimer in the 1190827d82STom Rhodes.\" documentation and/or other materials provided with the distribution. 1290827d82STom Rhodes.\" 1390827d82STom Rhodes.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1490827d82STom Rhodes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1590827d82STom Rhodes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 1690827d82STom Rhodes.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 1790827d82STom Rhodes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 1890827d82STom Rhodes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 1990827d82STom Rhodes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2090827d82STom Rhodes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2190827d82STom Rhodes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2290827d82STom Rhodes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2390827d82STom Rhodes.\" SUCH DAMAGE. 2490827d82STom Rhodes.\" 2589a50c24SJoel Dahl.Dd December 1, 2005 2690827d82STom Rhodes.Dt SND_FM801 4 2790827d82STom Rhodes.Os 2890827d82STom Rhodes.Sh NAME 2990827d82STom Rhodes.Nm snd_fm801 3090827d82STom Rhodes.Nd "Forte Media FM801 bridge device driver" 3190827d82STom Rhodes.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 3590827d82STom Rhodes.Cd "device sound" 3690827d82STom Rhodes.Cd "device snd_fm801" 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_fm801_load="YES" 4489a50c24SJoel Dahl.Ed 4590827d82STom Rhodes.Sh DESCRIPTION 4690827d82STom RhodesThe 4790827d82STom Rhodes.Nm 4890827d82STom Rhodesbridge driver allows the generic audio driver, 4990827d82STom Rhodes.Xr sound 4 , 5090827d82STom Rhodesto attach audio devices based on the Forte Media FM801 chipset. 5190827d82STom RhodesThis is a common chipset found in various parts used by OEM manufacturers. 5290827d82STom Rhodes.Sh HARDWARE 5390827d82STom RhodesThe 5490827d82STom Rhodes.Nm 5590827d82STom Rhodesdriver supports audio devices based on the following chipset: 5690827d82STom Rhodes.Pp 5790827d82STom Rhodes.Bl -bullet -compact 5890827d82STom Rhodes.It 5990827d82STom RhodesForte Media FM801 6090827d82STom Rhodes.El 6190827d82STom Rhodes.Sh SEE ALSO 6290827d82STom Rhodes.Xr sound 4 6390827d82STom Rhodes.Sh HISTORY 6490827d82STom RhodesThe 6590827d82STom Rhodes.Nm 6690827d82STom Rhodesdevice driver first appeared in 6790827d82STom Rhodes.Fx 4.2 . 68e85afe78SJoel Dahl.Sh AUTHORS 69e85afe78SJoel DahlThis manual page was written by 70*6c899950SBaptiste Daroussin.An Joel Dahl Aq Mt joel@FreeBSD.org . 7190827d82STom Rhodes.Sh BUGS 7290827d82STom RhodesThe Forte Media FM801 chipset is a sort of PCI bridge, not an actual 7390827d82STom Rhodessound controller, making it possible to have soundless support. 7490827d82STom RhodesOne problem is that both chipsets, with and without sound support, use the 7590827d82STom Rhodessame PCI ID. 7690827d82STom RhodesThis makes it impossible to determine which one is installed. 77