svn commit: r282442 - head/sys/arm/conf

Luiz Otavio O Souza loos at FreeBSD.org
Tue May 5 01:45:39 UTC 2015


Author: loos
Date: Tue May  5 01:45:38 2015
New Revision: 282442
URL: https://svnweb.freebsd.org/changeset/base/282442

Log:
  Now that DMA works, enable the audio driver on RPi 2.

Modified:
  head/sys/arm/conf/RPI2

Modified: head/sys/arm/conf/RPI2
==============================================================================
--- head/sys/arm/conf/RPI2	Tue May  5 00:27:55 2015	(r282441)
+++ head/sys/arm/conf/RPI2	Tue May  5 01:45:38 2015	(r282442)
@@ -131,8 +131,8 @@ device		smsc
 device		spibus
 device		bcm2835_spi
 
-#device		vchiq
-#device		sound
+device		vchiq
+device		sound
 
 # Flattened Device Tree
 options 	FDT			# Configure using FDT/DTB data


More information about the svn-src-all mailing list