From owner-cvs-all@FreeBSD.ORG Thu Sep 16 19:02:51 2004 Return-Path: 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 50CF416A4CE; Thu, 16 Sep 2004 19:02:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3128743D48; Thu, 16 Sep 2004 19:02:51 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8GJ2pMI045870; Thu, 16 Sep 2004 19:02:51 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8GJ2pJI045869; Thu, 16 Sep 2004 19:02:51 GMT (envelope-from truckman) Message-Id: <200409161902.i8GJ2pJI045869@repoman.freebsd.org> From: Don Lewis Date: Thu, 16 Sep 2004 19:02:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/sound/isa sb16.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 19:02:51 -0000 truckman 2004-09-16 19:02:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/sound/isa sb16.c Log: MFC sys/dev/sound/isa/sb16.c 1.88 Change sb_lock() calls to sbc_lockassert() and remove the sb_unlock() calls in sb_cmd2() and sb_getmixer(). The lock has already be grabbed before these functions are called. PR: 71189 Submitted by: stephane Approved by: re (scottl) Revision Changes Path 1.87.2.1 +2 -4 src/sys/dev/sound/isa/sb16.c