Module Name:    src
Committed By:   nia
Date:           Thu Jan 21 17:46:28 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
add vcaudio (intentionally this time)

gives working audio output on rpi3 without needing to run a 32-bit image.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.173 src/sys/arch/evbarm/conf/GENERIC64:1.174
--- src/sys/arch/evbarm/conf/GENERIC64:1.173	Thu Jan 21 06:57:26 2021
+++ src/sys/arch/evbarm/conf/GENERIC64	Thu Jan 21 17:46:28 2021
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.173 2021/01/21 06:57:26 nia Exp $
+#	$NetBSD: GENERIC64,v 1.174 2021/01/21 17:46:28 nia Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -381,6 +381,10 @@ spi*		at spibus?
 m25p*		at spi?
 spiflash*	at spiflashbus?
 
+# Broadcom VCHIQ, etc
+vchiq0 		at fdt?
+vcaudio0 	at vchiq0
+
 # Audio support
 hdaudio*	at fdt?			# Intel HDA
 hdaudio*	at pci? dev ? function ?

Reply via email to