Minor touchup and add sv man page.

This commit is contained in:
augustss 1998-12-08 14:15:27 +00:00
parent 20b876f326
commit 106f74598b
4 changed files with 72 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: audio.4,v 1.21 1998/08/06 20:45:44 augustss Exp $
.\" $NetBSD: audio.4,v 1.22 1998/12/08 14:15:27 augustss Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -633,12 +633,19 @@ mixer controls because they use a name from one of the AudioC* string values.
.Xr ossaudio 3 .
.br
For ports using the ISA bus:
.Xr aria 4 ,
.Xr ess 4 ,
.Xr gus 4 ,
.Xr guspnp 4 ,
.Xr pas 4 ,
.Xr pss 4 ,
.Xr sb 4 ,
.Xr wss 4 .
.Xr wss 4 ,
.Xr ym 4 .
.br
For ports using the PCI bus:
.Xr eap 4 ,
.Xr sv 4 .
.Sh BUGS
If the device is used in
.Xr mmap 2

View File

@ -1,4 +1,4 @@
.\" $NetBSD: eap.4,v 1.2 1998/05/06 19:14:06 augustss Exp $
.\" $NetBSD: eap.4,v 1.3 1998/12/08 14:15:27 augustss Exp $
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -38,7 +38,7 @@
.Nm eap
.Nd Ensoniq AudioPCI device driver
.Sh SYNOPSIS
.Cd "eap* at pci? dev ? function ?"
.Cd "eap* at pci? dev ? function ?"
.Cd "audio* at eap?"
.Sh DESCRIPTION
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pci.4,v 1.12 1998/07/13 14:54:11 augustss Exp $
.\" $NetBSD: pci.4,v 1.13 1998/12/08 14:15:27 augustss Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Jonathan Stone
@ -151,6 +151,8 @@ device interface.
.Bl -tag -width speaker -offset indent
.It eap
Ensoniq AudioPCI sound device.
.It sv
S3 SonicVibes sound device.
.El
.Pp
.Ss Miscellaneous devices
@ -198,6 +200,7 @@ USB UHCI host controller
.Xr pcic 4 ,
.Xr ppb 4 ,
.Xr puc 4 ,
.Xr sv 4 ,
.Xr tl 4 ,
.Xr uhci 4
.Sh HISTORY

57
share/man/man4/sv.4 Normal file
View File

@ -0,0 +1,57 @@
.\" $NetBSD: sv.4,v 1.1 1998/12/08 14:15:27 augustss Exp $
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd November 4, 1998
.Dt SV 4
.Os NetBSD
.Sh NAME
.Nm sv
.Nd S3 SonicVibes device driver
.Sh SYNOPSIS
.Cd "sv* at pci? dev ? function ?"
.Cd "audio* at sv?"
.Sh DESCRIPTION
The
.Nm
driver provides support sound cards based on the S3 SonicVibes chip,
e.g. the Turtle Beach Daytona card.
.Sh BUGS
The FM synth and MIDI port are not supported.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr pci 4
.Sh HISTORY
The
.Nm
device driver appeared in
.Nx 1.4 .