From owner-freebsd-doc@FreeBSD.ORG Sun Feb 27 12:10:16 2005 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C18BD16A4CE for ; Sun, 27 Feb 2005 12:10:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839A243D2F for ; Sun, 27 Feb 2005 12:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1RCAG63094326 for ; Sun, 27 Feb 2005 12:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1RCAGXH094325; Sun, 27 Feb 2005 12:10:16 GMT (envelope-from gnats) Date: Sun, 27 Feb 2005 12:10:16 GMT Message-Id: <200502271210.j1RCAGXH094325@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Joel Dahl Subject: Re: docs/78143: [patch] Manual page for snd_fm801(4) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joel Dahl List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 12:10:17 -0000 The following reply was made to PR docs/78143; it has been noted by GNATS. From: Joel Dahl To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/78143: [patch] Manual page for snd_fm801(4) Date: Sun, 27 Feb 2005 13:05:42 +0100 --=-fg3RbYnWUHTnIzCm3qTI Content-Type: text/plain Content-Transfer-Encoding: 7bit On Sun, 2005-02-27 at 12:30 +0100, Joel Dahl wrote: > The Forte Media FM801 chipset is a sort of PCI bridge, not an actual > sound controller, which makes it possible to have soundless support. > The problem is that both chipsets with and without sound support use the > same PCI ID, which makes it impossible determine which one of them is ^to New version attached. -- Joel --=-fg3RbYnWUHTnIzCm3qTI Content-Disposition: attachment; filename=snd_fm801.4 Content-Type: application/x-troff; name=snd_fm801.4 Content-Transfer-Encoding: 7bit .\" 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 February 27, 2005 .Dt SND_FM801 4 .Os .Sh NAME .Nm snd_fm801 .Nd "Forte Media FM801 bridge device driver" .Sh SYNOPSIS .Cd "device sound" .Cd "device snd_fm801" .Sh DESCRIPTION The .Nm bridge driver allows the generic audio driver, .Xr sound 4 , to attach to the audio devices based on the Forte Media FM801 chipset. This is a common chipset in various parts used by many OEM manufacturers. .Sh HARDWARE The .Nm driver supports audio devices based on the following chipset: .Pp .Bl -bullet -compact .It Forte Media FM801 .El .Sh SEE ALSO .Xr sound 4 .Sh HISTORY The .Nm device driver first appeared in .Fx 4.2 . .Sh BUGS The Forte Media FM801 chipset is a sort of PCI bridge, not an actual sound controller, which makes it possible to have soundless support. The problem is that both chipsets with and without sound support use the same PCI ID, which makes it impossible to determine which one of them is installed. --=-fg3RbYnWUHTnIzCm3qTI--