Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Oct 2006 19:16:34 +0200
From:      Bruno Damour <freebsd.ruomad@free.fr>
To:        Ariff Abdullah <ariff@FreeBSD.org>
Cc:        freebsd-multimedia@FreeBSD.org, freebsd-current@FreeBSD.org
Subject:   Re: Support for High Definition Audio (Controller) is in the tree.
Message-ID:  <45214972.6050501@free.fr>
In-Reply-To: <20061001192728.0cc7cdf6.ariff@FreeBSD.org>
References:  <200610011113.k91BD09L005884@repoman.freebsd.org> <20061001192728.0cc7cdf6.ariff@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Ariff Abdullah wrote:
> I've just committed support for Intel (and compatible)
> High Definition Audio (Controller). Please give it a good punch.
>
> For RELENG_6 users, you're left with
> http://people.freebsd.org/~ariff/test/hda_releng6.diff.
>
> The rest 6.1-RELEASE mostly, or simply because you're too lazy to
> apply the patch, I've provided binary kmod for both i386 and amd64,
> found at http://people.freebsd.org/~ariff/HDA/kmod/ . Get _BOTH_
> sound.ko and snd_hda.ko, no question about it.
>
>
> Welcome To HDA.
>
> On Sun, 1 Oct 2006 11:13:00 +0000 (UTC)
> Ariff Abdullah <ariff@FreeBSD.org> wrote:
>   
>> ariff       2006-10-01 11:13:00 UTC
>>
>>   FreeBSD src repository
>>
>>   Added files:
>>     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:
>>   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 <sepotvin@videotron.ca>
>>          Andrea Bittau <a.bittau@cs.ucl.ac.uk>
>>          Wesley Morgan <morganw@chemikals.org>
>>         Daniel Eischen <deischen@FreeBSD.org>
>>        Maxime Guillaud <bsd-ports@mguillaud.net>
>>         Ariff Abdullah <ariff@FreeBSD.org>
>>   
>>   ....and various people from freebsd-multimedia@FreeBSD.org
>>   
>>   Refer to snd_hda(4) for features and issues.
>>   
>>   Welcome To HDA.
>>   
>>   Sponsored by:   Defenxis Sdn. Bhd.
>>   
>>   Revision  Changes    Path
>>   1.1       +1226 -0   src/sys/dev/sound/pci/hda/hda_reg.h (new)
>>   1.1       +4584 -0   src/sys/dev/sound/pci/hda/hdac.c (new)
>>   1.1       +69 -0     src/sys/dev/sound/pci/hda/hdac.h (new)
>>   1.1       +335 -0    src/sys/dev/sound/pci/hda/hdac_private.h
>>   (new) 1.1       +266 -0    src/sys/dev/sound/pci/hda/hdac_reg.h
>>   (new) 1.1       +9 -0     
>>   src/sys/modules/sound/driver/hda/Makefile (new)
>>
>>     
>
>
> --
> Ariff Abdullah
> FreeBSD
>
> ... Recording in stereo is obviously too advanced
>     and confusing for us idiot ***** users :P ........
>   
SUCCESS:

vil1 ~ # uname -a
FreeBSD vil1.ruomad.net 7.0-CURRENT FreeBSD 7.0-CURRENT #8: Mon Oct  2 
20:05:40 CEST 2006     root@vil1.ruomad.net:/usr/obj/usr/src/sys/VIL1  i386

dmesg :

pcm0: <NVidia MCP51 High Definition Audio Controller> mem 
0xfe024000-0xfe027fff irq 21 at device 16.1 on pci0
nfe0: <NVIDIA nForce 430 Networking Adapter> port 0xf200-0xf207 mem 
0xfe02b000-0xfe02bfff irq 22 at device 20.0 on pci0

Hardware :
Asus M2NPV-VM Motherboard, Nforce 430MCP integrated chipsed

Works great!
Thanks a lot for your good work...

Bruno Damour




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45214972.6050501>