From owner-cvs-all@FreeBSD.ORG Sun May 13 21:09:25 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 235A016A404; Sun, 13 May 2007 21:09:25 +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 1448213C458; Sun, 13 May 2007 21:09:25 +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 l4DL9OSf075653; Sun, 13 May 2007 21:09:24 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4DL9Opj075652; Sun, 13 May 2007 21:09:24 GMT (envelope-from ariff) Message-Id: <200705132109.l4DL9Opj075652@repoman.freebsd.org> From: Ariff Abdullah Date: Sun, 13 May 2007 21:09:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h hdac_reg.h src/sys/modules/sound/driver/hda Makefile 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: Sun, 13 May 2007 21:09:25 -0000 ariff 2007-05-13 21:09:24 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h hdac_reg.h sys/modules/sound/driver/hda Makefile Log: MFC: [stage: 4/7] Allright you rightist.. here we go. Add support for Intel High Definition Audio Controller. This driver make a special guarantee that "playback" works on majority hardwares with minimal or without specific vendor quirk. This driver is a product of collaborative effort made by: Stephane E. Potvin Andrea Bittau Wesley Morgan Daniel Eischen Maxime Guillaud Ariff Abdullah ....and various people from freebsd-multimedia@FreeBSD.org Refer to snd_hda(4) for features, issues and various tricks. P L E A S E avoid (not that I forbid it) using send-pr, since many problems can be solved (and was solved) quicker and easier through various help channels, notably freebsd-multimedia or even better, #freebsd-azalia @ irc.freenode.net. Welcome To HDA. Requested by: Everybody Sponsored by: Defenxis Sdn. Bhd. Revision Changes Path 1.2.2.1 +1226 -0 src/sys/dev/sound/pci/hda/hda_reg.h (new) 1.36.2.1 +6273 -0 src/sys/dev/sound/pci/hda/hdac.c (new) 1.1.2.1 +69 -0 src/sys/dev/sound/pci/hda/hdac.h (new) 1.6.2.1 +349 -0 src/sys/dev/sound/pci/hda/hdac_private.h (new) 1.1.2.1 +266 -0 src/sys/dev/sound/pci/hda/hdac_reg.h (new) 1.1.2.1 +9 -0 src/sys/modules/sound/driver/hda/Makefile (new)