From owner-cvs-all Wed Aug 28 8:19:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC5B737B400; Wed, 28 Aug 2002 08:19:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00F143E6E; Wed, 28 Aug 2002 08:19:31 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7SFJVJU094186; Wed, 28 Aug 2002 08:19:31 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7SFJVIo094185; Wed, 28 Aug 2002 08:19:31 -0700 (PDT) Message-Id: <200208281519.g7SFJVIo094185@freefall.freebsd.org> From: Orion Hodson Date: Wed, 28 Aug 2002 08:19:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm dsp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2002/08/28 08:19:30 PDT Modified files: sys/dev/sound/pcm dsp.c Log: Marginally simplify dsp_open error handling by adding an early test to determine liklihood of opening device in requested directions. Makes for simpler error handling and change should close kern/35004. PR: kern/35004. Revision Changes Path 1.57 +51 -68 src/sys/dev/sound/pcm/dsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message