Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2019 15:16:51 -0500
From:      Justin Hibbits <chmeeedalf@gmail.com>
To:        Piotr Kubaj <pkubaj@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r348250 - head/sys/powerpc/conf
Message-ID:  <20190524151651.7e6b7f09@titan.knownspace>
In-Reply-To: <201905242001.x4OK1xA6091025@repo.freebsd.org>
References:  <201905242001.x4OK1xA6091025@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 May 2019 20:01:59 +0000 (UTC)
Piotr Kubaj <pkubaj@FreeBSD.org> wrote:

> Author: pkubaj (ports committer)
> Date: Fri May 24 20:01:59 2019
> New Revision: 348250
> URL: https://svnweb.freebsd.org/changeset/base/348250
> 
> Log:
>   Add snd_hda(4) to GENERIC64 used by powerpc64.
>   
>   amd64 also has snd_hda(4) in GENERIC.
>   
>   Approved by:	jhibbits (src committer), linimon (mentor)
> 
> Modified:
>   head/sys/powerpc/conf/GENERIC64
> 
> Modified: head/sys/powerpc/conf/GENERIC64
> ==============================================================================
> --- head/sys/powerpc/conf/GENERIC64	Fri May 24 19:43:38
> 2019	(r348249) +++ head/sys/powerpc/conf/GENERIC64	Fri
> May 24 20:01:59 2019	(r348250) @@ -246,6 +246,7 @@
> device		pmu # Sound support
>  device		sound		# Generic sound driver
> (required) device		snd_ai2s	# Apple I2S audio
> +device		snd_hda		# Intel High Definition
> Audio device		snd_uaudio	# USB Audio
>  
>  # Netmap provides direct access to TX/RX rings on supported NICs
> 

To note: This was done because there's a strange bug in the snd_hda
module, with the hdaa component.  For some reason it either doesn't
find all the internal components it needs, or something, because
there's a NULL dereference when trying to call a kobj method in
hdaa_attach().

- Justin



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