svn commit: r348250 - head/sys/powerpc/conf

Piotr Kubaj pkubaj at FreeBSD.org
Fri May 24 20:02:00 UTC 2019


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


More information about the svn-src-all mailing list