From owner-cvs-all@FreeBSD.ORG Thu Apr 3 23:15:20 2003 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 91B4D37B404; Thu, 3 Apr 2003 23:15:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA3C43F3F; Thu, 3 Apr 2003 23:15:20 -0800 (PST) (envelope-from orion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h347FK0U057935; Thu, 3 Apr 2003 23:15:20 -0800 (PST) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h347FJvu057934; Thu, 3 Apr 2003 23:15:19 -0800 (PST) Message-Id: <200304040715.h347FJvu057934@repoman.freebsd.org> From: Orion Hodson Date: Thu, 3 Apr 2003 23:15:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pci ich.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: Fri, 04 Apr 2003 07:15:21 -0000 orion 2003/04/03 23:15:19 PST FreeBSD src repository Modified files: sys/dev/sound/pci ich.c Log: Fix mismatch between bus address stored for buffer descriptors and actual address of buffer descriptor. This should fix the reported calibration failures and subsequent speed problems with ich chipsets. Minor calibration comment updates. Revision Changes Path 1.27 +8 -3 src/sys/dev/sound/pci/ich.c