From owner-cvs-src@FreeBSD.ORG Sat Mar 24 10:05:30 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D465616A403; Sat, 24 Mar 2007 10:05:30 +0000 (UTC) (envelope-from roundup@ruomad.net) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 93BD813C448; Sat, 24 Mar 2007 10:05:30 +0000 (UTC) (envelope-from roundup@ruomad.net) Received: from smtp2-g19.free.fr (smtp2-g19.free.fr [212.27.42.28]) by postfix2-g20.free.fr (Postfix) with ESMTP id D19ABCBE776; Sat, 24 Mar 2007 09:37:30 +0100 (CET) Received: from [192.168.0.151] (vln78-1-82-238-160-33.fbx.proxad.net [82.238.160.33]) by smtp2-g19.free.fr (Postfix) with ESMTP id B274B8C652; Sat, 24 Mar 2007 10:37:10 +0100 (CET) Message-ID: <4604F146.4000904@ruomad.net> Date: Sat, 24 Mar 2007 10:37:10 +0100 From: Bruno Damour User-Agent: Thunderbird 1.5.0.10 (X11/20070304) MIME-Version: 1.0 To: Rong-en Fan References: <200703151723.l2FHNdOl014188@repoman.freebsd.org> <6eb82e0703160547p23dfe24ej79401d4ed7591769@mail.gmail.com> In-Reply-To: <6eb82e0703160547p23dfe24ej79401d4ed7591769@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, Ariff Abdullah , cvs-src@freebsd.org, Bruno Damour , cvs-all@freebsd.org, Alexandre Sunny Kovalenko Subject: Re: cvs commit: src/sys/dev/sound/pci/hda hdac.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, 24 Mar 2007 10:05:30 -0000 Rong-en Fan wrote: > On 3/16/07, Ariff Abdullah wrote: >> 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@ > > Thank you! Now I can really use this laptop. > > By the way, I guess this may also solve these two problems reported > on -current some time ago: > > Bruno Damour: buildworld with core2 duo fails with page fault while in > kernel mode > > Alexandre Sunny Kovalenko: -CURRENT panics on intensive fs operations > > Regards, > Rong-En Fan > >> Revision Changes Path >> 1.27 +3 -1 src/sys/dev/sound/pci/hda/hdac.c Hello, Thank you very much for mailing me your changes... I cannot confirm that it fixes my issue, as I was imatient (or patient) enough to rebuild everything from scratch on my new MB. The problem did not show again, so... Thanks anyway, bruno