From owner-cvs-all@FreeBSD.ORG Thu Mar 15 17:23:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8082E16A402; Thu, 15 Mar 2007 17:23:39 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 50E7A13C484; Thu, 15 Mar 2007 17:23:39 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2FHNdDp014189; Thu, 15 Mar 2007 17:23:39 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2FHNdOl014188; Thu, 15 Mar 2007 17:23:39 GMT (envelope-from ariff) Message-Id: <200703151723.l2FHNdOl014188@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 15 Mar 2007 17:23:39 +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/pci/hda hdac.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Mar 2007 17:23:39 -0000 ariff 2007-03-15 17:23:39 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c Log: NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforce cache coherency, besides of causing train wreck in other places (especially on amd64, possibly on i386). Discussed with: kib@, rafan@ Tested by: rafan@ Revision Changes Path 1.27 +3 -1 src/sys/dev/sound/pci/hda/hdac.c