The branch main has been updated by manu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=70c2998c0ea3fc5ab86c6f497abaf8f9b4d73334

commit 70c2998c0ea3fc5ab86c6f497abaf8f9b4d73334
Author:     Emmanuel Vadot <m...@freebsd.org>
AuthorDate: 2024-05-29 17:06:41 +0000
Commit:     Emmanuel Vadot <m...@freebsd.org>
CommitDate: 2024-05-29 17:06:41 +0000

    Revert "files: make uart_bus_puc.c not depend on puc"
    
    This reverts commit 114ab149e23e11760a2a41a773a786b97980616a.
    
    This doesn't work, no idea how I tested this at the time but clearly the 
wrong way.
---
 sys/conf/files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/files b/sys/conf/files
index fec92518c498..4685d7a63227 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3215,7 +3215,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 pci
+dev/uart/uart_bus_puc.c                optional uart puc
 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