Source-Changes-HG archive

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

[src/netbsd-10]: src/sys/arch/evbarm/conf Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/06c357dd0856
branches:  netbsd-10
changeset: 372788:06c357dd0856
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 26 11:20:59 2022 +0000

description:
Pull up following revision(s) (requested by nia in ticket #23):

        sys/arch/evbarm/conf/GENERIC64: revision 1.207

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 465baabb07d9 -r 06c357dd0856 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sat Dec 24 17:18:51 2022 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Mon Dec 26 11:20:59 2022 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.206 2022/10/29 13:59:57 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.206.2.1 2022/12/26 11:20:59 martin 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