From owner-cvs-all Thu Jun 27 15:36:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A42637B405; Thu, 27 Jun 2002 15:36:01 -0700 (PDT) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RMa1JU040181; Thu, 27 Jun 2002 15:36:01 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RMa1UN040180; Thu, 27 Jun 2002 15:36:01 -0700 (PDT) Message-Id: <200206272236.g5RMa1UN040180@freefall.freebsd.org> From: Scott Long Date: Thu, 27 Jun 2002 15:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci ich.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/06/27 15:36:01 PDT Modified files: sys/dev/sound/pci ich.c Log: Delay the AC97 calibration until after the system clock has been calibrated. This fixes the problem where playback and recording do not run at the correct speed. It probably also eliminates the need for the hacks/workarounds/sysctl's that were previously devised to deal with this, but I will leave that for a different time. Reviewed by: orion Revision Changes Path 1.22 +22 -5 src/sys/dev/sound/pci/ich.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message