From owner-cvs-src@FreeBSD.ORG Thu Apr 17 08:04:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDCA637B401; Thu, 17 Apr 2003 08:04:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A9FD43FBD; Thu, 17 Apr 2003 08:04:12 -0700 (PDT) (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 h3HF4C0U025574; Thu, 17 Apr 2003 08:04:12 -0700 (PDT) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3HF4CMa025573; Thu, 17 Apr 2003 08:04:12 -0700 (PDT) Message-Id: <200304171504.h3HF4CMa025573@repoman.freebsd.org> From: Orion Hodson Date: Thu, 17 Apr 2003 08:04:12 -0700 (PDT) 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 via8233.c via8233.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 17 Apr 2003 15:04:13 -0000 orion 2003/04/17 08:04:12 PDT FreeBSD src repository Modified files: sys/dev/sound/pci via8233.c via8233.h Log: Perform warm or cold reset AC97 per the spec depending on state of the codec during initialization. This code mirrors the reset code used on the VIA82c686 and fixes a codec initialization failure (SoundMAX AD1885) reported by Matthias Schuendehuette. Revision Changes Path 1.10 +43 -20 src/sys/dev/sound/pci/via8233.c 1.3 +4 -0 src/sys/dev/sound/pci/via8233.h