1a0642117SSimon L. B. Nielsen.\" Copyright (c) 2005 Joel Dahl 2a0642117SSimon L. B. Nielsen.\" All rights reserved. 3a0642117SSimon L. B. Nielsen.\" 4a0642117SSimon L. B. Nielsen.\" Redistribution and use in source and binary forms, with or without 5a0642117SSimon L. B. Nielsen.\" modification, are permitted provided that the following conditions 6a0642117SSimon L. B. Nielsen.\" are met: 7a0642117SSimon L. B. Nielsen.\" 1. Redistributions of source code must retain the above copyright 8a0642117SSimon L. B. Nielsen.\" notice, this list of conditions and the following disclaimer. 9a0642117SSimon L. B. Nielsen.\" 2. Redistributions in binary form must reproduce the above copyright 10a0642117SSimon L. B. Nielsen.\" notice, this list of conditions and the following disclaimer in the 11a0642117SSimon L. B. Nielsen.\" documentation and/or other materials provided with the distribution. 12a0642117SSimon L. B. Nielsen.\" 13a0642117SSimon L. B. Nielsen.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14a0642117SSimon L. B. Nielsen.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15a0642117SSimon L. B. Nielsen.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16a0642117SSimon L. B. Nielsen.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17a0642117SSimon L. B. Nielsen.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18a0642117SSimon L. B. Nielsen.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19a0642117SSimon L. B. Nielsen.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20a0642117SSimon L. B. Nielsen.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21a0642117SSimon L. B. Nielsen.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22a0642117SSimon L. B. Nielsen.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23a0642117SSimon L. B. Nielsen.\" SUCH DAMAGE. 24a0642117SSimon L. B. Nielsen.\" 2589a50c24SJoel Dahl.Dd December 1, 2005 26a0642117SSimon L. B. Nielsen.Dt SND_VIBES 4 27a0642117SSimon L. B. Nielsen.Os 28a0642117SSimon L. B. Nielsen.Sh NAME 29a0642117SSimon L. B. Nielsen.Nm snd_vibes 30a0642117SSimon L. B. Nielsen.Nd "S3 SonicVibes bridge device driver" 31a0642117SSimon 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 35a0642117SSimon L. B. Nielsen.Cd "device sound" 36a0642117SSimon L. B. Nielsen.Cd "device snd_vibes" 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_vibes_load="YES" 4489a50c24SJoel Dahl.Ed 45a0642117SSimon L. B. Nielsen.Sh DESCRIPTION 46a0642117SSimon L. B. NielsenThe 47a0642117SSimon L. B. Nielsen.Nm 48a0642117SSimon L. B. Nielsenbridge driver allows the generic audio driver, 49a0642117SSimon L. B. Nielsen.Xr sound 4 , 50a0642117SSimon L. B. Nielsento attach audio devices based on the S3 SonicVibes chipset. 51a0642117SSimon L. B. Nielsen.Sh HARDWARE 52a0642117SSimon L. B. NielsenThe 53a0642117SSimon L. B. Nielsen.Nm 54a0642117SSimon L. B. Nielsendriver supports audio devices based on the following chipset: 55a0642117SSimon L. B. Nielsen.Pp 56a0642117SSimon L. B. Nielsen.Bl -bullet -compact 57a0642117SSimon L. B. Nielsen.It 58a0642117SSimon L. B. NielsenS3 SonicVibes 59a0642117SSimon L. B. Nielsen.El 60a0642117SSimon L. B. Nielsen.Sh SEE ALSO 61a0642117SSimon L. B. Nielsen.Xr sound 4 62a0642117SSimon L. B. Nielsen.Sh HISTORY 63a0642117SSimon L. B. NielsenThe 64a0642117SSimon L. B. Nielsen.Nm 65a0642117SSimon L. B. Nielsendevice driver first appeared in 66a0642117SSimon L. B. Nielsen.Fx 4.4 . 67e85afe78SJoel Dahl.Sh AUTHORS 68e85afe78SJoel DahlThis manual page was written by 69*6c899950SBaptiste Daroussin.An Joel Dahl Aq Mt joel@FreeBSD.org . 70