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.\" 2590827d82STom Rhodes.\" $FreeBSD$ 2690827d82STom Rhodes.\" 2789a50c24SJoel Dahl.Dd December 1, 2005 2890827d82STom Rhodes.Dt SND_FM801 4 2990827d82STom Rhodes.Os 3090827d82STom Rhodes.Sh NAME 3190827d82STom Rhodes.Nm snd_fm801 3290827d82STom Rhodes.Nd "Forte Media FM801 bridge device driver" 3390827d82STom Rhodes.Sh SYNOPSIS 3489a50c24SJoel DahlTo compile this driver into the kernel, place the following lines in your 3589a50c24SJoel Dahlkernel configuration file: 3689a50c24SJoel Dahl.Bd -ragged -offset indent 3790827d82STom Rhodes.Cd "device sound" 3890827d82STom Rhodes.Cd "device snd_fm801" 3989a50c24SJoel Dahl.Ed 4089a50c24SJoel Dahl.Pp 4189a50c24SJoel DahlAlternatively, to load the driver as a module at boot time, place the 4289a50c24SJoel Dahlfollowing line in 4389a50c24SJoel Dahl.Xr loader.conf 5 : 4489a50c24SJoel Dahl.Bd -literal -offset indent 4589a50c24SJoel Dahlsnd_fm801_load="YES" 4689a50c24SJoel Dahl.Ed 4790827d82STom Rhodes.Sh DESCRIPTION 4890827d82STom RhodesThe 4990827d82STom Rhodes.Nm 5090827d82STom Rhodesbridge driver allows the generic audio driver, 5190827d82STom Rhodes.Xr sound 4 , 5290827d82STom Rhodesto attach audio devices based on the Forte Media FM801 chipset. 5390827d82STom RhodesThis is a common chipset found in various parts used by OEM manufacturers. 5490827d82STom Rhodes.Sh HARDWARE 5590827d82STom RhodesThe 5690827d82STom Rhodes.Nm 5790827d82STom Rhodesdriver supports audio devices based on the following chipset: 5890827d82STom Rhodes.Pp 5990827d82STom Rhodes.Bl -bullet -compact 6090827d82STom Rhodes.It 6190827d82STom RhodesForte Media FM801 6290827d82STom Rhodes.El 6390827d82STom Rhodes.Sh SEE ALSO 6490827d82STom Rhodes.Xr sound 4 6590827d82STom Rhodes.Sh HISTORY 6690827d82STom RhodesThe 6790827d82STom Rhodes.Nm 6890827d82STom Rhodesdevice driver first appeared in 6990827d82STom Rhodes.Fx 4.2 . 70e85afe78SJoel Dahl.Sh AUTHORS 71e85afe78SJoel DahlThis manual page was written by 72e85afe78SJoel Dahl.An Joel Dahl Aq joel@FreeBSD.org . 7390827d82STom Rhodes.Sh BUGS 7490827d82STom RhodesThe Forte Media FM801 chipset is a sort of PCI bridge, not an actual 7590827d82STom Rhodessound controller, making it possible to have soundless support. 7690827d82STom RhodesOne problem is that both chipsets, with and without sound support, use the 7790827d82STom Rhodessame PCI ID. 7890827d82STom RhodesThis makes it impossible to determine which one is installed. 79