The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=114ab149e23e11760a2a41a773a786b97980616a

commit 114ab149e23e11760a2a41a773a786b97980616a
Author:     Emmanuel Vadot <[email protected]>
AuthorDate: 2024-02-12 17:18:20 +0000
Commit:     Emmanuel Vadot <[email protected]>
CommitDate: 2024-02-12 17:18:20 +0000

    files: make uart_bus_puc.c not depend on puc
    
    If one wants to have puc working as a module we need the bus
    in the kernel otherwise we won't be able to find any child to attach.
    
    Reviewed by:    imp
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    Differential Revision:  https://reviews.freebsd.org/D43846
---
 sys/conf/files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/files b/sys/conf/files
index c91b1f89f921..b5f28b848800 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3174,7 +3174,7 @@ dev/uart/uart_bus_acpi.c  optional uart acpi
 dev/uart/uart_bus_fdt.c                optional uart fdt
 dev/uart/uart_bus_isa.c                optional uart isa
 dev/uart/uart_bus_pci.c                optional uart pci
-dev/uart/uart_bus_puc.c                optional uart puc
+dev/uart/uart_bus_puc.c                optional uart pci
 dev/uart/uart_bus_scc.c                optional uart scc
 dev/uart/uart_core.c           optional uart
 dev/uart/uart_cpu_acpi.c       optional uart acpi

Reply via email to