From owner-svn-src-head@FreeBSD.ORG Sun Nov 23 23:19:31 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEFDB10656D7; Sun, 23 Nov 2008 23:19:31 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9339E8FC0C; Sun, 23 Nov 2008 23:19:31 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mANNJVTY067155; Sun, 23 Nov 2008 23:19:31 GMT (envelope-from mav@svn.freebsd.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mANNJVZV067154; Sun, 23 Nov 2008 23:19:31 GMT (envelope-from mav@svn.freebsd.org) Message-Id: <200811232319.mANNJVZV067154@svn.freebsd.org> From: Alexander Motin Date: Sun, 23 Nov 2008 23:19:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185236 - head/sys/dev/sound/pci/hda X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2008 23:19:31 -0000 Author: mav Date: Sun Nov 23 23:19:31 2008 New Revision: 185236 URL: http://svn.freebsd.org/changeset/base/185236 Log: Remove DELAY() on hdac_audio_commit(). I don't see the reason why it is needed. Modified: head/sys/dev/sound/pci/hda/hdac.c Modified: head/sys/dev/sound/pci/hda/hdac.c ============================================================================== --- head/sys/dev/sound/pci/hda/hdac.c Sun Nov 23 23:04:28 2008 (r185235) +++ head/sys/dev/sound/pci/hda/hdac.c Sun Nov 23 23:19:31 2008 (r185236) @@ -6035,7 +6035,6 @@ hdac_audio_commit(struct hdac_devinfo *d val), cad); } - DELAY(1000); } }