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.\" 25a0642117SSimon L. B. Nielsen.\" $FreeBSD$ 26a0642117SSimon L. B. Nielsen.\" 2789a50c24SJoel Dahl.Dd December 1, 2005 28a0642117SSimon L. B. Nielsen.Dt SND_VIBES 4 29a0642117SSimon L. B. Nielsen.Os 30a0642117SSimon L. B. Nielsen.Sh NAME 31a0642117SSimon L. B. Nielsen.Nm snd_vibes 32a0642117SSimon L. B. Nielsen.Nd "S3 SonicVibes bridge device driver" 33a0642117SSimon L. B. Nielsen.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 37a0642117SSimon L. B. Nielsen.Cd "device sound" 38a0642117SSimon L. B. Nielsen.Cd "device snd_vibes" 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_vibes_load="YES" 4689a50c24SJoel Dahl.Ed 47a0642117SSimon L. B. Nielsen.Sh DESCRIPTION 48a0642117SSimon L. B. NielsenThe 49a0642117SSimon L. B. Nielsen.Nm 50a0642117SSimon L. B. Nielsenbridge driver allows the generic audio driver, 51a0642117SSimon L. B. Nielsen.Xr sound 4 , 52a0642117SSimon L. B. Nielsento attach audio devices based on the S3 SonicVibes chipset. 53a0642117SSimon L. B. Nielsen.Sh HARDWARE 54a0642117SSimon L. B. NielsenThe 55a0642117SSimon L. B. Nielsen.Nm 56a0642117SSimon L. B. Nielsendriver supports audio devices based on the following chipset: 57a0642117SSimon L. B. Nielsen.Pp 58a0642117SSimon L. B. Nielsen.Bl -bullet -compact 59a0642117SSimon L. B. Nielsen.It 60a0642117SSimon L. B. NielsenS3 SonicVibes 61a0642117SSimon L. B. Nielsen.El 62a0642117SSimon L. B. Nielsen.Sh SEE ALSO 63a0642117SSimon L. B. Nielsen.Xr sound 4 64a0642117SSimon L. B. Nielsen.Sh HISTORY 65a0642117SSimon L. B. NielsenThe 66a0642117SSimon L. B. Nielsen.Nm 67a0642117SSimon L. B. Nielsendevice driver first appeared in 68a0642117SSimon L. B. Nielsen.Fx 4.4 . 69e85afe78SJoel Dahl.Sh AUTHORS 70e85afe78SJoel DahlThis manual page was written by 71e85afe78SJoel Dahl.An Joel Dahl Aq joel@FreeBSD.org . 72