From owner-cvs-src@FreeBSD.ORG Sat Sep 10 17:33:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8079416A41F; Sat, 10 Sep 2005 17:33:59 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4012D43D45; Sat, 10 Sep 2005 17:33:59 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8AHXxkj057879; Sat, 10 Sep 2005 17:33:59 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8AHXxfG057878; Sat, 10 Sep 2005 17:33:59 GMT (envelope-from netchild) Message-Id: <200509101733.j8AHXxfG057878@repoman.freebsd.org> From: Alexander Leidinger Date: Sat, 10 Sep 2005 17:33:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/isa sb16.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 17:33:59 -0000 netchild 2005-09-10 17:33:59 UTC FreeBSD src repository Modified files: sys/dev/sound/isa sb16.c Log: Fix panic caused by full duplex operation. From the PR: ---snip--- The vibra16X supports full duplex. I traced the Windows driver, and what is does is that it programs one DMA channel 8-bit, and the other 16-bit. There might be some kind of auto detection logic here, because it always uses 8-bit for playback, even if I play 16-bit sound ... ---snip--- PR: 80977 Submitted by: Hans Petter Selasky Revision Changes Path 1.91 +3 -2 src/sys/dev/sound/isa/sb16.c