From owner-cvs-all@FreeBSD.ORG Sat May 5 09:17:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E095E16A401; Sat, 5 May 2007 09:17:36 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D248F13C448; Sat, 5 May 2007 09:17:36 +0000 (UTC) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l459HaKr048814; Sat, 5 May 2007 09:17:36 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l459Haou048813; Sat, 5 May 2007 09:17:36 GMT (envelope-from ariff) Message-Id: <200705050917.l459Haou048813@repoman.freebsd.org> From: Ariff Abdullah Date: Sat, 5 May 2007 09:17:36 +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/hda hdac.c hdac_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 May 2007 09:17:37 -0000 ariff 2007-05-05 09:17:36 UTC FreeBSD src repository Modified files: sys/dev/sound/pci/hda hdac.c hdac_private.h Log: Miscellaneous changes and fix: - Remove explicit call to pmap_change_attr(), since we now have proper and functional definition of BUS_DMA_NOCACHE. - Enable PCI(e) bus snooping for non i386/amd64 as an alternative for uncacheable DMA. - Codecs changes: * Analag Device -> Analog Devices, AD1988. * New codec: VIA VT1708 and VT1709, Realtek ALC262, ALC861-VD and ALC885. * Various fixups for Conexant Waikiki, fix recording (read: microphone) on various Analog Devices codecs due to vendor BIOS mess, various quirks for several ASUS laptops/boards. - Fix connection list handling, closely following the specification to handle range of nids. - Basic Jack sense polling infrastructure for possible hardwares with broken unsolicited response interrupt. Ideas/Submitted/Tested by: Andriy Gapon , #freebsd-azalia, many. Revision Changes Path 1.35 +992 -312 src/sys/dev/sound/pci/hda/hdac.c 1.6 +7 -0 src/sys/dev/sound/pci/hda/hdac_private.h