Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf PR port-arm/57044 allow vcaudio on RPI ...



details:   https://anonhg.NetBSD.org/src/rev/81e68bd96943
branches:  trunk
changeset: 372765:81e68bd96943
user:      nia <nia%NetBSD.org@localhost>
date:      Sat Dec 24 15:46:50 2022 +0000

description:
PR port-arm/57044 allow vcaudio on RPI 4 to attach when booting with EFI

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 670a93184f6a -r 81e68bd96943 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sat Dec 24 15:37:50 2022 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sat Dec 24 15:46:50 2022 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.206 2022/10/29 13:59:57 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.207 2022/12/24 15:46:50 nia Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -431,8 +431,9 @@
 spiflash*      at spiflashbus?
 
 # Broadcom VCHIQ, etc
-vchiq0         at fdt?
-vcaudio0       at vchiq0
+vchiq*         at fdt?
+vchiq*         at acpi?
+vcaudio0       at vchiq?
 
 # Audio support
 hdaudio*       at fdt?                 # Intel HDA



Home | Main Index | Thread Index | Old Index