From owner-cvs-src@FreeBSD.ORG Sat Apr 22 09:44:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 E29B916A402; Sat, 22 Apr 2006 09:44:01 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F5243D45; Sat, 22 Apr 2006 09:44:01 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3M9i18w036287; Sat, 22 Apr 2006 09:44:01 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3M9i1pE036280; Sat, 22 Apr 2006 09:44:01 GMT (envelope-from ariff) Message-Id: <200604220944.k3M9i1pE036280@repoman.freebsd.org> From: Ariff Abdullah Date: Sat, 22 Apr 2006 09:44:00 +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 via8233.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, 22 Apr 2006 09:44:02 -0000 ariff 2006-04-22 09:44:00 UTC FreeBSD src repository Modified files: sys/dev/sound/pci via8233.c Log: Add support for (latest) VIA VT8251 (rev. 0x07) audio controller. A slight difference of this chip from its previous siblings is that it need a gentle "wake up" on every (full) DMA buffer completion to avoid stalled interrupt handler. Thanks to George Hartzell for permission on doing remote debugging. Prime MFC candidate for 6.1-RELEASE. Please reply to this commit if there are any objections (so I won't bug re@), since the changes are too small and only specific to VT8251. PR: i386/95949 Tested by: [1] George Hartzel myself (remotely) MFC after: 3 days [1] http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-April/004003.html Revision Changes Path 1.24 +45 -9 src/sys/dev/sound/pci/via8233.c