From joel@automatvapen.se  Wed Mar  2 17:03:57 2005
Return-Path: <joel@automatvapen.se>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9785716A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Mar 2005 17:03:57 +0000 (GMT)
Received: from av9-1-sn2.hy.skanova.net (av9-1-sn2.hy.skanova.net [81.228.8.179])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE7243D31
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Mar 2005 17:03:56 +0000 (GMT)
	(envelope-from joel@automatvapen.se)
Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502)
	id 618DB37FA5; Wed,  2 Mar 2005 18:03:55 +0100 (CET)
Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92])
	by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id 560D537E52
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Mar 2005 18:03:55 +0100 (CET)
Received: from dude.automatvapen.se (t4o955p73.telia.com [195.252.53.193])
	by smtp4-1-sn2.hy.skanova.net (Postfix) with SMTP id 22F6D37E45
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Mar 2005 18:03:53 +0100 (CET)
Received: by dude.automatvapen.se (sSMTP sendmail emulation); Wed,  2 Mar 2005 18:03:56 +0100
Message-Id: <20050302170353.22F6D37E45@smtp4-1-sn2.hy.skanova.net>
Date: Wed,  2 Mar 2005 18:03:56 +0100
From: "Joel Dahl" <joel@automatvapen.se>
Reply-To: Joel Dahl <joel@automatvapen.se>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Manual page for snd_via8233(4)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78322
>Category:       docs
>Synopsis:       [patch] Manual page for snd_via8233(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jcamou
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 02 17:10:18 GMT 2005
>Closed-Date:    Fri Apr 01 22:52:34 GMT 2005
>Last-Modified:  Fri Apr 01 22:52:34 GMT 2005
>Originator:     Joel Dahl
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD dude.automatvapen.se 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Sun Feb 27 14:20:40 CET 2005 joel@dude.automatvapen.se:/usr/obj/usr/src/sys/GENERIC i386

	
>Description:
Manual page for snd_via8233(4).

Thanks to orion@ for answering my questions about this driver.
	
>How-To-Repeat:
	
>Fix:
	

--- snd_via8233.4 begins here ---
.\" Copyright (c) 2005 Joel Dahl
.\" 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.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
.\"
.\" $FreeBSD$
.\"
.Dd March 2, 2005
.Dt SND_VIA8233 4
.Os
.Sh NAME
.Nm snd_via8233
.Nd "VIA Technologies VT8233 bridge device driver"
.Sh SYNOPSIS
.Cd "device sound"
.Cd "device snd_via8233"
.Sh DESCRIPTION
The
.Nm
bridge driver allows the generic audio driver,
.Xr sound 4 ,
to attach to the VIA VT8233 audio devices.
These audio chipsets are integrated in the southbridge on many VIA based
motherboards.
.Sh HARDWARE
The
.Nm
driver supports the following audio chipsets:
.Pp
.Bl -bullet -compact
.It
VIA VT8233
.It
VIA VT8233A
.It
VIA VT8233C
.It
VIA VT8235
.It
VIA VT8237
.El
.Sh SEE ALSO
.Xr sound 4
.Sh HISTORY
The
.Nm
device driver first appeared in
.Fx 4.7 .
.Sh BUGS
.Nm
does not support S/PDIF.
There is partial support in the code, so implementing it should be fairly
easy if the right hardware is available.
--- snd_via8233.4 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->jcamou  
Responsible-Changed-By: jcamou 
Responsible-Changed-When: Thu Mar 10 10:28:58 GMT 2005 
Responsible-Changed-Why:  
Grab this one.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=78322 
State-Changed-From-To: open->closed  
State-Changed-By: jcamou 
State-Changed-When: Thu Mar 24 04:45:38 GMT 2005 
State-Changed-Why:  
Man page committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78322 
State-Changed-From-To: closed->patched  
State-Changed-By: jcamou 
State-Changed-When: Thu Mar 24 22:46:19 GMT 2005 
State-Changed-Why:  
closed -> patched 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78322 
State-Changed-From-To: patched->closed  
State-Changed-By: jcamou 
State-Changed-When: Fri Apr 1 22:51:49 GMT 2005 
State-Changed-Why:  
The manpage has been MFC, it can now be closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78322 
>Unformatted:
